10000 [Build] Change PHPUnit version for Laravel 6.0 · khomsovon/laravel-json-api@6f4f478 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f4f478

Browse files
committed
[Build] Change PHPUnit version for Laravel 6.0
1 parent 07ee4fe commit 6f4f478

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ matrix:
3535
- php: "7.3"
3636
env:
3737
- LARAVEL_VERSION=^6.0
38-
- PHPUNIT_VERSION=^7.5
38+
- PHPUNIT_VERSION=^8.0
3939
allow_failures:
4040
- php: "7.3"
4141
env:
4242
- LARAVEL_VERSION=^6.0
43-
- PHPUNIT_VERSION=^7.5
43+
- PHPUNIT_VERSION=^8.0
4444

4545
install:
4646
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"php": "^7.1",
2626
"ext-json": "*",
2727
"cloudcreativity/utils-object": "^1.0",
28-
"illuminate/console": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
29-
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
30-
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
31-
"illuminate/filesystem": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
32-
"illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
33-
"illuminate/pagination": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
34-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|5.9.*",
28+
"illuminate/console": "^5.5|^6.0",
29+
"illuminate/contracts": "^5.5|^6.0",
30+
"illuminate/database": "^5.5|^6.0",
31+
"illuminate/filesystem": "^5.5|^6.0",
32+
"illuminate/http": "^5.5|^6.0",
33+
"illuminate/pagination": "^5.5|^6.0",
34+
"illuminate/support": "^5.5|^6.0",
3535
"neomerx/json-api": "^1.0.3",
3636
"ramsey/uuid": "^3.0",
3737
"symfony/psr-http-message-bridge": "^1.0",
@@ -43,8 +43,8 @@
4343
"composer/semver": "^1.5",
4444
"guzzlehttp/guzzle": "^6.3",
4545
"mockery/mockery": "^1.1",
46-
"orchestra/testbench": "3.5.*|3.6.*|3.7.*|3.8.*|3.9.*",
47-
"phpunit/phpunit": "^6.0|^7.0"
46+
"orchestra/testbench": "^3.5|^4.0",
47+
"phpunit/phpunit": "^6.0|^7.0|^8.0"
4848
},
4949
"suggest": {
5050
"cloudcreativity/json-api-testing": "Required to use the test helpers."

0 commit comments

Comments
 (0)
0