Skip to content

Commit ed856af

Browse files
committedJul 3, 2020
fixed dependencies
1 parent 472a6f2 commit ed856af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"illuminate/support": ">=5.*",
21-
"nesbot/carbon": ">=1.25.*"
20+
"illuminate/support": "5.*",
21+
"nesbot/carbon": "1.25.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)