Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
devosc committed Sep 8, 2017
1 parent 9556042 commit 2ad50f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": "^7.0",
"mvc5/mvc5": "8.*",
"mvc5/view": "3.*",
"mvc5/facade": "3.*",
"mvc5/http-message": "3.*"
"mvc5/mvc5": "9.*",
"mvc5/view": "4.*",
"mvc5/facade": "4.*",
"mvc5/http-message": "4.*"
},
"autoload": {
"psr-4": {
Expand All @@ -24,6 +24,6 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"mvc5/mvc5-tests": "8.*"
"mvc5/mvc5-tests": "9.*"
}
}

0 comments on commit 2ad50f9

Please sign in to comment.