Skip to content

Commit daae574

Browse files
committed
enforce patched laravel components
1 parent 83a62e8 commit daae574

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.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",
18+
"illuminate/contracts": "^6.20.14|^7.30.4|^8.40",
19+
"illuminate/support": "^6.20.14|^7.30.4|^8.40",
20+
"illuminate/database": "^6.20.14|^7.30.4|^8.40",
2121
"psr/log": "^1|^2|^3"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)