Skip to content

Commit 002f420

Browse files
committed
Add Laravel 5.1 support on and update branch alias to 4.1
1 parent bec8885 commit 002f420

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19-
"illuminate/database": "5.0.*",
20-
"illuminate/console": "5.0.*",
21-
"illuminate/contracts": "5.0.*",
22-
"illuminate/http": "5.0.*",
23-
"illuminate/support": "5.0.*",
24-
"illuminate/config": "5.0.*",
19+
"illuminate/database": "5.1.*@dev",
20+
"illuminate/console": "5.1.*@dev",
21+
"illuminate/contracts": "5.1.*@dev",
22+
"illuminate/http": "5.1.*@dev",
23+
"illuminate/support": "5.1.*@dev",
24+
"illuminate/config": "5.1.*@dev",
2525
"league/oauth2-server": "4.1.*"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "3.0.*",
28+
"orchestra/testbench": "3.1.*@dev",
2929
"phpunit/phpunit": "~4.0",
3030
"phpspec/phpspec": "~2.0",
31-
"mockery/mockery": "~0.8",
31+
"mockery/mockery": "~0.9",
3232
"henrikbjorn/phpspec-code-coverage": "~1.0"
3333
},
3434
"autoload": {
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "4.0.x-dev"
46+
"dev-master": "4.1-dev"
4747
}
4848
},
4949
"minimum-stability": "dev",

0 commit comments

Comments
 (0)