Skip to content

Commit 8007c3c

Browse files
committed
New version to run on Laravel 9.0 LTS
1 parent 05e515a commit 8007c3c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build
33
composer.phar
44
composer.lock
55
.idea
6+
.phpunit.result.cache

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.1
78

89
env:
910
matrix:

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
16-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
17-
"illuminate/queue": "^5.5 || ^6.0 || ^7.0 || ^8.0",
18-
"guzzlehttp/guzzle": "^6.2 || ^7.0",
15+
"php": "^8.1",
16+
"illuminate/notifications": "^9.0",
17+
"illuminate/support": "^9.0",
18+
"illuminate/queue": "^9.0",
19+
"guzzlehttp/guzzle": "^7.2",
1920
"ext-json": "*"
2021
},
2122
"require-dev": {
22-
"mockery/mockery": "^1.0",
23-
"phpunit/phpunit": "^7.5"
23+
"mockery/mockery": "^1.4.4",
24+
"phpunit/phpunit": "^9.5.8"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)