Skip to content

Commit 17cb1b2

Browse files
committed
Trying to fix the wrong package being installed
1 parent ddf49aa commit 17cb1b2

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
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19+
"league/oauth2-server": "4.0.*@dev",
1920
"illuminate/database": "4.2.*",
2021
"illuminate/support": "4.2.*",
2122
"illuminate/filesystem": "4.2.*",
2223
"illuminate/console": "4.2.*",
2324
"illuminate/http": "4.2.*",
24-
"nesbot/carbon": "1.*",
25-
"league/oauth2-server": "~4.0.1"
25+
"nesbot/carbon": "1.*"
2626
},
2727
"require-dev": {
2828
"phpspec/phpspec": "~2.0",

0 commit comments

Comments
 (0)