Skip to content

Commit 2c018ce

Browse files
Add support for Laravel 10 (#53)
Co-authored-by: atymic <[email protected]>
1 parent 0792118 commit 2c018ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.3",
15+
"php": "^8.0",
1616
"guzzlehttp/guzzle": "^7.0.1",
17-
"illuminate/notifications": "^8.0",
18-
"illuminate/support": " ^8.0"
17+
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
18+
"illuminate/support": "^8.0 || ^9.0 || ^10.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.3.1",
2222
"phpunit/phpunit": "^9.3",
23-
"orchestra/testbench": "^6.0",
23+
"orchestra/testbench": "^8.0",
2424
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)