Skip to content

Commit 4f7d0f1

Browse files
authored
feat: add support for Laravel 11 (#5)
1 parent 2c2a67b commit 4f7d0f1

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
@@ -4,7 +4,7 @@
44
"description": "Improve working with encrypted environment files in Laravel.",
55
"require": {
66
"php": "^8.1",
7-
"laravel/framework": "^10.0"
7+
"laravel/framework": "^10.0|^11.0"
88
},
99
"require-dev": {
1010
"pestphp/pest": "^2.28",

0 commit comments

Comments
 (0)