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

Commit

Permalink
laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Feb 10, 2018
1 parent f6bf454 commit 1ae0a11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ notifications:
email:
on_success: never
on_failure: always

php:
- 7.0
- 7.1
- 7.2

env:
- LARAVEL_VERSION=5.5.*
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_install:
- travis_retry composer self-update --stable -n
- composer validate --no-check-all --strict
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n

install:
- travis_retry composer install --no-suggest --prefer-dist -n -o
- travis_retry composer update --prefer-source $COMPOSER_FLAGS
- composer require satooshi/php-coveralls --dev

script:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
]
},
"require": {
"illuminate/container": "~5.5.0",
"illuminate/database": "~5.5.0",
"illuminate/redis": "~5.5.0",
"illuminate/support": "~5.5.0"
"illuminate/container": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/redis": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "~6.0",
"phpunit/phpunit": "~6.0|~7.0",
"predis/predis": "^1.1",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^2.7"
Expand Down

0 comments on commit 1ae0a11

Please sign in to comment.