Skip to content

Commit

Permalink
Merge pull request #22 from unicodeveloper/support-laravel56
Browse files Browse the repository at this point in the history
chore(identify): Bump PHP version and Illuminate support version
  • Loading branch information
unicodeveloper authored May 7, 2019
2 parents 8f6dfcd + 4cbfb24 commit bd281df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php

php:
- 7.0
- 7.1
- hhvm
- 7.2

matrix:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0",
"php": ">=7.1.3",
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0",
"sinergi/browser-detector": "6.1.*"
},
"require-dev": {
Expand Down

0 comments on commit bd281df

Please sign in to comment.