Skip to content

Commit 83a62e8

Browse files
committed
enforce patched laravel database component
1 parent a58cd67 commit 83a62e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"require": {
1717
"php": ">=7.4",
18-
"illuminate/contracts": "^6.20.14|^7.0|^8.0",
19-
"illuminate/support": "^6.20.14|^7.0|^8.0",
20-
"illuminate/database": "^6.20.14|^7.0|^8.0",
18+
"illuminate/contracts": "^6.20.14|^7.30.4|^8.0",
19+
"illuminate/support": "^6.20.14|^7.30.4|^8.0",
20+
"illuminate/database": "^6.20.14|^7.30.4|^8.0",
2121
"psr/log": "^1|^2|^3"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)