Skip to content

Commit 7fe4d35

Browse files
committed
Downgrade Composer dependencies
1 parent 9de2ade commit 7fe4d35

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
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": "^7.4|^8.0",
15-
"illuminate/contracts": "^8.0|^9.0",
16-
"illuminate/support": "^8.0|^9.0",
17-
"illuminate/database": "^8.0|^9.0",
15+
"illuminate/contracts": "^8.0",
16+
"illuminate/support": "^8.0",
17+
"illuminate/database": "^8.0",
1818
"brick/money": "^0.5.3"
1919
},
2020
"require-dev": {},

0 commit comments

Comments
 (0)