Skip to content

Commit 5f1f18a

Browse files
committed
[FEATURE] Add laravel 10 support
1 parent e498994 commit 5f1f18a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": "^7.2.0|^8.0",
2424
"guzzlehttp/guzzle": "^6.3|^7.0",
25-
"illuminate/notifications": "^5.6|^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0",
27-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0"
25+
"illuminate/notifications": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.3.3",
31-
"phpunit/phpunit": "^8.0|^9.0"
31+
"phpunit/phpunit": "^8.0|^9.0|^10.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)