File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -7,47 +7,38 @@ matrix:
77 - php : " 7.1"
88 env :
99 - LARAVEL_VERSION=5.5.*
10- - JSON_API_TESTING=^1.2
1110 - PHPUNIT_VERSION=^6.5
1211 - php : " 7.1"
1312 env :
1413 - LARAVEL_VERSION=5.6.*
15- - JSON_API_TESTING=^1.2
1614 - PHPUNIT_VERSION=^7.0
1715 - php : " 7.1"
1816 env :
1917 - LARAVEL_VERSION=5.7.*
20- - JSON_API_TESTING=^1.2
2118 - PHPUNIT_VERSION=^7.0
2219 - php : " 7.2"
2320 env :
2421 - LARAVEL_VERSION=5.5.*
25- - JSON_API_TESTING=^1.2
2622 - PHPUNIT_VERSION=^6.5
2723 - php : " 7.2"
2824 env :
2925 - LARAVEL_VERSION=5.8.*
30- - JSON_API_TESTING=^1.2
3126 - PHPUNIT_VERSION=^7.0
3227 - php : " 7.3"
3328 env :
3429 - LARAVEL_VERSION=5.5.*
35- - JSON_API_TESTING=^1.2
3630 - PHPUNIT_VERSION=^6.5
3731 - php : " 7.3"
3832 env :
3933 - LARAVEL_VERSION=5.8.*
40- - JSON_API_TESTING=^2.0
4134 - PHPUNIT_VERSION=^7.0
4235 - php : " 7.3"
4336 env :
4437 - LARAVEL_VERSION=^6.0
45- - JSON_API_TESTING=^2.0
4638 - PHPUNIT_VERSION=^8.0
4739
4840install :
4941 - composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
50- - composer require "cloudcreativity/json-api-testing:${JSON_API_TESTING}" --dev --no-update -n
5142 - composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --dev --no-update -n
5243 - travis_retry composer install --no-suggest --prefer-dist -n -o
5344
Original file line number Diff line number Diff line change 7878 }
7979 }
8080 },
81- "minimum-stability" : " dev " ,
81+ "minimum-stability" : " stable " ,
8282 "prefer-stable" : true ,
8383 "config" : {
8484 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments