Skip to content

Commit c222a57

Browse files
authored
Merge pull request #2 from PDERAS/bugfix/1-update-composer
Update composer
2 parents 54d41f3 + a11bbc3 commit c222a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"prefer-stable": true,
2020
"require": {
2121
"php": "^8.1",
22-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2323
"guzzlehttp/guzzle": "^7.9",
24-
"illuminate/filesystem": "^11.22"
24+
"illuminate/filesystem": "^11.22|^12.0"
2525
},
2626
"extra": {
2727
"laravel": {

0 commit comments

Comments
 (0)