Skip to content

Commit

Permalink
Merge pull request #1 from open-source-contributions/correct_php_requ…
Browse files Browse the repository at this point in the history
…irement

Change correct PHP version requirement
  • Loading branch information
libern authored Aug 12, 2019
2 parents b9ffd26 + e0b3d97 commit 3107774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.5.9",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"guzzlehttp/guzzle": "~6.0"
},
Expand Down

0 comments on commit 3107774

Please sign in to comment.