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 81009e2 commit eb66498Copy full SHA for eb66498
composer.json
@@ -18,15 +18,15 @@
18
],
19
"minimum-stability": "dev",
20
"prefer-stable": true,
21
+
22
"config": {
23
"sort-packages": true
24
},
25
"require": {
- "php": ">=5.4.0"
26
+ "php": ">=7.1.0"
27
28
"require-dev": {
- "phpunit/phpunit": "^7.5",
29
- "apphp/php-mvc-framework": "^1.2.2"
+ "phpunit/phpunit": "^7.5"
30
31
"autoload": {
32
"psr-4": {
0 commit comments