php 7.2+ requirement added to the composer.json.

This commit is contained in:
Alexey Skobkin 2018-11-02 18:59:20 +03:00
parent cf41478db0
commit 408485f3fc
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"psr-4": { "App\\": "src/" }
},
"require": {
"php": "^7.2.0",
"symfony/http-foundation": "^4.1",
"slim/php-view": "^2.2"
}