Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit 2cdae12

Browse files
author
Robert Kummer
committed
Merge remote-tracking branch 'origin/master'
2 parents 79a387d + 21f9e35 commit 2cdae12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": ">=7.4.0",
19-
"illuminate/config": "*",
20-
"illuminate/contracts": "*",
21-
"illuminate/events": "*",
22-
"illuminate/support": "*",
23-
"illuminate/database": "*"
19+
"illuminate/config": "7.*",
20+
"illuminate/contracts": "7.*",
21+
"illuminate/events": "7.*",
22+
"illuminate/support": "7.*",
23+
"illuminate/database": "7.*"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)