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 8337d67 commit 2f5785aCopy full SHA for 2f5785a
composer.json
@@ -13,10 +13,10 @@
13
"require": {
14
"php": "^7.4",
15
"ext-json": "*",
16
- "mvc5/mvc5": "^11.0",
17
- "mvc5/view": "^7.0",
18
- "mvc5/facade": "^6.0",
19
- "mvc5/http-message": "^6.0"
+ "mvc5/mvc5": "^12.0",
+ "mvc5/view": "^8.0",
+ "mvc5/facade": "^7.0",
+ "mvc5/http-message": "^7.0"
20
},
21
"autoload": {
22
"psr-4": {
@@ -25,7 +25,7 @@
25
26
"require-dev": {
27
"phpunit/phpunit": "^9.0",
28
- "mvc5/mvc5-tests": "^11.0",
+ "mvc5/mvc5-tests": "^12.0",
29
"guzzlehttp/guzzle": "^6.5"
30
}
31
0 commit comments