Skip to content

Commit

Permalink
laravel 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Aug 30, 2017
1 parent 9cf96ac commit 56e242d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ matrix:
env: LARAVEL_VERSION=5.3.*
- php: 7.0
env: LARAVEL_VERSION=5.4.*
- php: 7.0
env: LARAVEL_VERSION=5.5.*
- php: 7.1
env: LARAVEL_VERSION=5.3.*
- php: 7.1
env: LARAVEL_VERSION=5.4.*
- php: 7.1
env: LARAVEL_VERSION=5.5.*

before_install:
- travis_retry composer self-update --stable -n
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/filesystem": "~5.3.0|~5.4.0",
"illuminate/support": "~5.3.0|~5.4.0"
"illuminate/filesystem": "~5.3.0|~5.4.0|~5.5.0",
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0"
},
"require-dev": {
"mockery/mockery": "^0.9.7",
"orchestra/testbench": "~3.3.0|~3.4.0",
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0",
"phpmd/phpmd": "^2.5",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^5.7|~6.0",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^2.7"
},
Expand Down

0 comments on commit 56e242d

Please sign in to comment.