Skip to content

Commit

Permalink
update php version with 5.6, 7.0, 7.1 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehedi Hasan Nahid committed Aug 7, 2019
1 parent 26ab6d9 commit 3ff6a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^5.6 || ^7.0 || ^7.1",
"php": "^5.6 || ^7.0 || ^7.1 || ^7.2",
"illuminate/contracts": ">=5.1.0",
"illuminate/support": ">=5.1.0",
"sebastian-berc/repositories": "^1.0",
Expand All @@ -23,7 +23,7 @@
"require-dev": {
"ext-json": "*",
"graham-campbell/testbench": "^3.1 || ^4.0 || ^5.0",
"phpunit/phpunit": "^4.8 || ^5.0 || ^7.0"
"phpunit/phpunit": "^4.8 || ^5.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3ff6a9d

Please sign in to comment.