Skip to content

Commit 0734a18

Browse files
committed
Laravel 9.0 Compatability
1 parent 6550a9d commit 0734a18

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ matrix:
2121
- php: 8.0
2222
- php: 8.0
2323
env: setup=lowest
24+
- php: 8.1
25+
- php: 8.1
26+
env: setup=lowest
2427

2528
cache:
2629
directories:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5 || ^8.0",
20-
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
19+
"php": "^8.0",
20+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.5 || ^9.0",
24-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
25-
"squizlabs/php_codesniffer": "^3.4",
26-
"mockery/mockery": "^1.3.3"
24+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
25+
"squizlabs/php_codesniffer": "^3.6",
26+
"mockery/mockery": "^1.4"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)