Skip to content

Commit 772da14

Browse files
committed
feat: Laravel 11 + PHP 8.3 support
1 parent 21571ea commit 772da14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
"require": {
25-
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*",
26-
"laravel/framework": "~5.1|6.*|7.*|8.*|9.*|10.*"
25+
"php": "7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
26+
"laravel/framework": "~5.1|6.*|7.*|8.*|9.*|10.*|11.*"
2727
},
2828
"autoload-dev": {
2929
"classmap": [
@@ -41,4 +41,4 @@
4141
"imanghafoori/laravel-anypass": " Allows you login with any password in local environment.",
4242
"imanghafoori/laravel-masterpass": "You can easily set a master password without code change."
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)