Skip to content

Commit e492958

Browse files
authored
Merge pull request #9 from Azure-OSS/add-support-for-laravel-12
2 parents 353b3f2 + 8f60ddf commit e492958

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
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"illuminate/filesystem": "^10|^11",
25-
"illuminate/support": "^10|^11",
24+
"illuminate/filesystem": "^10|^11|^12",
25+
"illuminate/support": "^10|^11|^12",
2626
"azure-oss/storage-blob-flysystem": "^1.2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)