Skip to content

Commit 0218e8e

Browse files
authored
Update Laravel versions
Takes into account security advisory [GHSA-x7p5-p2c9-phvg](GHSA-x7p5-p2c9-phvg)
1 parent da9c539 commit 0218e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"ext-pdo": "*",
15-
"illuminate/database": "^5|^6|^7",
16-
"illuminate/support": "^5|^6|^7"
15+
"illuminate/database": "^6.20.14 || ^7.30.4 || ^8.24.0",
16+
"illuminate/support": "^6.20.14 || ^7.30.4 || ^8.24.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)