Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dederobert committed Aug 23, 2017
1 parent bdc7499 commit 9661234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hovensoft/duskphp-core",
"description": "A simple PHP framework",
"type": "project",
"type": "library",
"require": {
"http-interop/response-sender": "^1.0",
"http-interop/http-middleware": "0.4.1",
Expand All @@ -10,7 +10,7 @@
},
"autoload": {
"psr-4": {
"DuskPHP\\": "src/"
"DuskPHP\\Core\\": "src/"
}
},
"license": "GNU General Public License v3.0",
Expand Down

0 comments on commit 9661234

Please sign in to comment.