Skip to content

Commit 2ad50f9

Browse files
committed
version
1 parent 9556042 commit 2ad50f9

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
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"mvc5/mvc5": "8.*",
16-
"mvc5/view": "3.*",
17-
"mvc5/facade": "3.*",
18-
"mvc5/http-message": "3.*"
15+
"mvc5/mvc5": "9.*",
16+
"mvc5/view": "4.*",
17+
"mvc5/facade": "4.*",
18+
"mvc5/http-message": "4.*"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -24,6 +24,6 @@
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6.0",
27-
"mvc5/mvc5-tests": "8.*"
27+
"mvc5/mvc5-tests": "9.*"
2828
}
2929
}

0 commit comments

Comments
 (0)