Skip to content

Commit f710b6d

Browse files
committed
Bump dependencies for Laravel 12
1 parent 84513ba commit f710b6d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "kris/laravel-form-builder",
33
"description": "Laravel form builder - symfony like",
4-
"keywords": ["laravel", "form", "builder", "symfony"],
4+
"keywords": [
5+
"laravel",
6+
"form",
7+
"builder",
8+
"symfony"
9+
],
510
"license": "MIT",
611
"authors": [
712
{
@@ -12,12 +17,12 @@
1217
"require": {
1318
"php": "^8.0",
1419
"rdx/laravelcollective-html": "^6",
15-
"illuminate/database": "^10 || ^11",
16-
"illuminate/validation": "^10 || ^11"
20+
"illuminate/database": "^10 || ^11 || ^12.0",
21+
"illuminate/validation": "^10 || ^11 || ^12.0"
1722
},
1823
"require-dev": {
19-
"orchestra/testbench": "^8 || ^9",
20-
"phpunit/phpunit": "^10.0"
24+
"orchestra/testbench": "^8 || ^9 || ^10.0",
25+
"phpunit/phpunit": "^10.0 || ^11.5.3"
2126
},
2227
"extra": {
2328
"branch-alias": {

0 commit comments

Comments
 (0)