Skip to content

Commit eb66498

Browse files
author
Samuel Akopyan
committed
~ changes in composer.json
1 parent 81009e2 commit eb66498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"minimum-stability": "dev",
2020
"prefer-stable": true,
21+
2122
"config": {
2223
"sort-packages": true
2324
},
2425
"require": {
25-
"php": ">=5.4.0"
26+
"php": ">=7.1.0"
2627
},
2728
"require-dev": {
28-
"phpunit/phpunit": "^7.5",
29-
"apphp/php-mvc-framework": "^1.2.2"
29+
"phpunit/phpunit": "^7.5"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)