Skip to content

Commit 386c625

Browse files
authored
Merge pull request #12 from ukfast/db-patch
Updated illuminate/database to 7.30.4 minimum to avoid vulnerabilites
2 parents 1f37b40 + b189d49 commit 386c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"minimum-stability": "dev",
2323
"require": {
24-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/database": "^6.0|^7.30.4|^8.0|^9.0",
2525
"illuminate/http": "^6.0|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)