php 7.2+ requirement added to the composer.json.
This commit is contained in:
parent
cf41478db0
commit
408485f3fc
|
@ -15,6 +15,7 @@
|
||||||
"psr-4": { "App\\": "src/" }
|
"psr-4": { "App\\": "src/" }
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": "^7.2.0",
|
||||||
"symfony/http-foundation": "^4.1",
|
"symfony/http-foundation": "^4.1",
|
||||||
"slim/php-view": "^2.2"
|
"slim/php-view": "^2.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue