Skip to content

Commit 0f4aae2

Browse files
Merge pull request #1 from MaroonDagherWFP/feature/support-laravel-9
adding support for laravel 9, upgrading illuminate/support
2 parents 578d124 + a19bb52 commit 0f4aae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^5.5.9 || ^7.0 || ^8.0",
19-
"illuminate/support": "5.* || ^6 || ^7 || ^8",
19+
"illuminate/support": "5.* || ^6 || ^7 || ^8 || ^9",
2020
"guzzlehttp/guzzle": "^6 || ^7",
2121
"monolog/monolog": "^1.12|^2.0"
2222
},

0 commit comments

Comments
 (0)