Skip to content

Commit 8424d38

Browse files
authored
Extends support to Laravel 12 (#4)
* Update composer.json * Update README.md
1 parent 88a813b commit 8424d38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meta filesystem, witch you can acreate aliases for other filesystems.
55
## Requirement
66

77
- PHP >= 8.1
8-
- Laravel = 10.x
8+
- Laravel >= 10.x
99

1010
## Installing
1111

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"l5"
1616
],
1717
"require": {
18-
"illuminate/filesystem": "^10.0|^11.0",
19-
"illuminate/support": "^10.0|^11.0",
18+
"illuminate/filesystem": "^10.0|^11.0|^12.0",
19+
"illuminate/support": "^10.0|^11.0|^12.0",
2020
"php": "^8.1"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)