We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9556042 commit 2ad50f9Copy full SHA for 2ad50f9
composer.json
@@ -12,10 +12,10 @@
12
],
13
"require": {
14
"php": "^7.0",
15
- "mvc5/mvc5": "8.*",
16
- "mvc5/view": "3.*",
17
- "mvc5/facade": "3.*",
18
- "mvc5/http-message": "3.*"
+ "mvc5/mvc5": "9.*",
+ "mvc5/view": "4.*",
+ "mvc5/facade": "4.*",
+ "mvc5/http-message": "4.*"
19
},
20
"autoload": {
21
"psr-4": {
@@ -24,6 +24,6 @@
24
25
"require-dev": {
26
"phpunit/phpunit": "^6.0",
27
- "mvc5/mvc5-tests": "8.*"
+ "mvc5/mvc5-tests": "9.*"
28
}
29
0 commit comments