Skip to content

Commit b869518

Browse files
committed
Bump dependencies for Laravel 11
1 parent 5fdcc4d commit b869518

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "barryvdh/laravel-form-bridge",
33
"description": "This packages integrates Symfony Form Component in Laravel.",
4-
"keywords": ["laravel", "form", "formbuilder", "forms"],
4+
"keywords": [
5+
"laravel",
6+
"form",
7+
"formbuilder",
8+
"forms"
9+
],
510
"license": "MIT",
611
"authors": [
712
{
@@ -11,10 +16,10 @@
1116
],
1217
"require": {
1318
"php": "^8",
14-
"illuminate/support": "^9|^10",
15-
"symfony/form": "^6",
16-
"symfony/validator": "^6",
17-
"symfony/twig-bridge": "^6",
19+
"illuminate/support": "^9|^10|^11.0",
20+
"symfony/form": "^6|^7.0",
21+
"symfony/validator": "^6|^7.0",
22+
"symfony/twig-bridge": "^6|^7.0",
1823
"twig/twig": "^3.3.8"
1924
},
2025
"autoload": {
@@ -38,8 +43,8 @@
3843
}
3944
},
4045
"require-dev": {
41-
"squizlabs/php_codesniffer": "^2.3",
42-
"orchestra/testbench": "^7|^8"
46+
"squizlabs/php_codesniffer": "^2.3|^3.9",
47+
"orchestra/testbench": "^7|^8|^9.0"
4348
},
4449
"scripts": {
4550
"test": "phpunit",

0 commit comments

Comments
 (0)