Skip to content

Commit 22349b1

Browse files
committed
update travis & version constraints
1 parent 2fdff75 commit 22349b1

File tree

3 files changed

+455
-380
lines changed

3 files changed

+455
-380
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ cache:
2525
before_install:
2626
- travis_retry composer self-update
2727
- composer require "illuminate/contracts:5.${ILLUMINATE_MINOR_VERSION}.*" --no-update
28-
- composer require "orchestra/testbench:3.${ILLUMINATE_MINOR_VERSION}.*" --dev --no-update
29-
- composer require "phpunit/phpunit:^${PHP_UNIT}" --dev --no-update
28+
- composer require "orchestra/testbench:3.${ILLUMINATE_MINOR_VERSION}.*" --no-update
29+
- composer require "phpunit/phpunit:^${PHP_UNIT}" --no-update
3030

3131
install:
32-
- travis_retry composer update --prefer-source --no-interaction --no-suggest --dev
32+
- travis_retry composer update --prefer-source --no-interaction --no-suggest
3333

3434
script:
3535
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/contracts": "^5.6"
13+
"illuminate/contracts": "^5.5"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^3.6",
17-
"phpunit/phpunit": "^7.0"
16+
"orchestra/testbench": "^3.5",
17+
"phpunit/phpunit": "^6.0|^7.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)