Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
devosc committed Mar 7, 2020
1 parent 8337d67 commit 2f5785a
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 @@ -13,10 +13,10 @@
"require": {
"php": "^7.4",
"ext-json": "*",
"mvc5/mvc5": "^11.0",
"mvc5/view": "^7.0",
"mvc5/facade": "^6.0",
"mvc5/http-message": "^6.0"
"mvc5/mvc5": "^12.0",
"mvc5/view": "^8.0",
"mvc5/facade": "^7.0",
"mvc5/http-message": "^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,7 +25,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mvc5/mvc5-tests": "^11.0",
"mvc5/mvc5-tests": "^12.0",
"guzzlehttp/guzzle": "^6.5"
}
}

0 comments on commit 2f5785a

Please sign in to comment.