Skip to content

Commit a119779

Browse files
authored
Merge pull request #18 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 8135ac0 + a40f9dd commit a119779

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
@@ -16,10 +16,10 @@
1616
"type": "library",
1717
"require": {
1818
"php": "^7.3||^8.0",
19-
"illuminate/queue": "^7.0||^8.0||^9.0",
20-
"illuminate/contracts": "^7.0||^8.0||^9.0",
21-
"illuminate/cache": "^7.0||^8.0||^9.0",
22-
"illuminate/log": "^7.0||^8.0||^9.0"
19+
"illuminate/queue": "^7.0||^8.0||^9.0|^10.0",
20+
"illuminate/contracts": "^7.0||^8.0||^9.0|^10.0",
21+
"illuminate/cache": "^7.0||^8.0||^9.0|^10.0",
22+
"illuminate/log": "^7.0||^8.0||^9.0|^10.0"
2323
},
2424
"authors": [
2525
{

0 commit comments

Comments
 (0)