Skip to content

Commit 04a3bf2

Browse files
Fix dependency issues on Packagist integration
1 parent 554b4a3 commit 04a3bf2

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

composer.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,27 @@
1414
{
1515
"name": "Chris Bautista",
1616
"email": "chrisbjr@gmail.com"
17+
},
18+
{
19+
"name": "Mark Jayson Fuentes",
20+
"email": "awkwardusername@gmail.com"
1721
}
1822
],
1923
"require": {
2024
"php": ">=5.5.9",
21-
"illuminate/auth": "5.1.* || 5.2.*, || 5.3.*",
22-
"illuminate/contracts": "5.1.* || 5.2.*, || 5.3.*",
23-
"illuminate/http": "5.1.* || 5.2.*, || 5.3.*",
24-
"illuminate/support": "5.1.* || 5.2.*, || 5.3.*",
25+
"illuminate/auth": "~5.0",
26+
"illuminate/contracts": "~5.0",
27+
"illuminate/http": "~5.0",
28+
"illuminate/support": "~5.0",
2529
"nesbot/carbon": "^1.0",
26-
"illuminate/database": "*",
30+
"illuminate/database": "~5.0",
2731
"ellipsesynergie/api-response": "*"
2832
},
2933
"require-dev": {
3034
"cartalyst/sentinel": "2.0.*",
31-
"illuminate/console": "5.1.* || 5.2.*, || 5.3.*",
32-
"illuminate/database": "5.1.* || 5.2.*, || 5.3.*",
33-
"illuminate/routing": "5.1.* || 5.2.*, || 5.3.*",
35+
"illuminate/console": "~5.0",
36+
"illuminate/database": "~5.0",
37+
"illuminate/routing": "~5.0",
3438
"mockery/mockery": "0.9.*",
3539
"october/rain": "dev-stable",
3640
"phpunit/phpunit": "^4.0 || ^5.0"
@@ -40,10 +44,5 @@
4044
"Chrisbjr\\ApiGuard\\": "src"
4145
}
4246
},
43-
"extra": {
44-
"branch-alias": {
45-
"dev-master": "4.0-dev"
46-
}
47-
},
4847
"minimum-stability": "stable"
4948
}

0 commit comments

Comments
 (0)