Skip to content

Commit 624b1fe

Browse files
committed
[Feature] Update for PHP 8
1 parent b82c13d commit 624b1fe

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ sudo: false
33

44
matrix:
55
include:
6-
- php: "7.4"
6+
- php: 7.4
77
env:
88
- LARAVEL_VERSION=^8.0
9-
- php: "8.0snapshot"
9+
- php: 8.0
1010
env:
1111
- LARAVEL_VERSION=^8.0
1212

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.4",
26+
"php": "^7.4|^8.0",
2727
"ext-json": "*",
2828
"laravel-json-api/core": "^1.0",
2929
"laravel-json-api/eloquent": "^1.0",
@@ -35,8 +35,8 @@
3535
},
3636
"require-dev": {
3737
"laravel-json-api/testing": "^1.0",
38-
"orchestra/testbench": "^6.4",
39-
"phpunit/phpunit": "^9.4"
38+
"orchestra/testbench": "^6.9",
39+
"phpunit/phpunit": "^9.5"
4040
},
4141
"autoload": {
4242
"psr-4": {
@@ -53,7 +53,6 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "0.x-dev",
5756
"dev-develop": "1.x-dev"
5857
},
5958
"laravel": {

0 commit comments

Comments
 (0)