Skip to content

Commit 15ab2a0

Browse files
authored
Merge pull request #36 from OzanKurt/master
Merge to 5.7 branch
2 parents 36001de + a818a58 commit 15ab2a0

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
@@ -1,6 +1,6 @@
11
{
22
"name": "ozankurt/repoist",
3-
"description": "Laravel 5.6 repository generator.",
3+
"description": "Laravel ^5.6 repository generator.",
44
"keywords": ["laravel", "repository", "repoist", "database"],
55
"license": "MIT",
66
"authors": [
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/support": "5.6.*"
13+
"illuminate/support": "^5.6"
1414
},
1515
"require-dev": {
1616
},

0 commit comments

Comments
 (0)