Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
riverside committed Sep 14, 2024
1 parent 8e77124 commit e21038c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "riverside/php-express",
"description": "PHP micro-framework inspired by Express.js",
"type": "library",
"version": "1.0.3",
"version": "2.0.0",
"keywords": ["php", "express", "framework", "router", "application"],
"homepage": "https://github.com/riverside/php-express",
"license": "MIT",
Expand All @@ -23,12 +23,12 @@
},
"autoload": {
"psr-4": {
"PhpExpress\\": "src/"
"Riverside\\Express\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PhpExpress\\Tests\\": "tests/"
"Riverside\\Express\\Tests\\": "tests/"
}
},
"scripts": {
Expand Down

0 comments on commit e21038c

Please sign in to comment.