updated composer.json file

This commit is contained in:
Salman Zafar 2019-02-28 17:33:57 +05:00
parent 71abfc72ee
commit 1b12fdcc37
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=7"
},
"require-dev": {
"laravel/framework": ">=5.5"
},
"minimum-stability": "dev",
"autoload": {