Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
change php version to ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeghPM committed Oct 15, 2018
1 parent bcf91e3 commit 4e7f191
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}
],
"require": {
"php": "~7.0.0",
"php": "^7.0",
"cache/filesystem-adapter": "^1.0",
"cache/namespaced-cache": "^1.0",
"cache/redis-adapter": "^1.0",
"hassankhan/config": "^1.0",
"illuminate/database": "5.5.*",
"illuminate/events": "5.5.*",
"illuminate/pagination": "5.5.*",
"illuminate/translation": "5.5.*",
"illuminate/validation": "5.5.*",
"illuminate/database": "^5.5",
"illuminate/events": "^5.5",
"illuminate/pagination": "^5.5",
"illuminate/translation": "^5.5",
"illuminate/validation": "^5.5",
"kitchenu/slim-debugbar": "^1.1",
"league/flysystem": "^1.0",
"mnapoli/silly": "^1.7",
Expand Down Expand Up @@ -56,10 +56,7 @@
"process-timeout": 0,
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.0.8"
}
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 4e7f191

Please sign in to comment.