Skip to content

Commit 2a7b46d

Browse files
Update package version constraints in composer.json
1 parent dd72713 commit 2a7b46d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"require": {
3535
"php": "^7.3 || ^8.0",
3636
"ext-dom": "*",
37-
"illuminate/support": ">=6.0 <13.0",
38-
"illuminate/validation": ">=6.0 <13.0",
39-
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
37+
"illuminate/support": ">=6.0 <14.0",
38+
"illuminate/validation": ">=6.0 <14.0",
39+
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
4040
},
4141
"require-dev": {
42-
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
42+
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0 || ^8.0"
4343
},
4444
"minimum-stability": "stable",
4545
"prefer-stable": true,
@@ -58,4 +58,4 @@
5858
"preferred-install": "dist",
5959
"sort-packages": true
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)