Skip to content

Commit e21038c

Browse files
committed
Update composer.json
1 parent 8e77124 commit e21038c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riverside/php-express",
33
"description": "PHP micro-framework inspired by Express.js",
44
"type": "library",
5-
"version": "1.0.3",
5+
"version": "2.0.0",
66
"keywords": ["php", "express", "framework", "router", "application"],
77
"homepage": "https://github.com/riverside/php-express",
88
"license": "MIT",
@@ -23,12 +23,12 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"PhpExpress\\": "src/"
26+
"Riverside\\Express\\": "src/"
2727
}
2828
},
2929
"autoload-dev": {
3030
"psr-4": {
31-
"PhpExpress\\Tests\\": "tests/"
31+
"Riverside\\Express\\Tests\\": "tests/"
3232
}
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)