Skip to content

Commit 2f5785a

Browse files
committed
version update
1 parent 8337d67 commit 2f5785a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"require": {
1414
"php": "^7.4",
1515
"ext-json": "*",
16-
"mvc5/mvc5": "^11.0",
17-
"mvc5/view": "^7.0",
18-
"mvc5/facade": "^6.0",
19-
"mvc5/http-message": "^6.0"
16+
"mvc5/mvc5": "^12.0",
17+
"mvc5/view": "^8.0",
18+
"mvc5/facade": "^7.0",
19+
"mvc5/http-message": "^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.0",
28-
"mvc5/mvc5-tests": "^11.0",
28+
"mvc5/mvc5-tests": "^12.0",
2929
"guzzlehttp/guzzle": "^6.5"
3030
}
3131
}

0 commit comments

Comments
 (0)