Skip to content

Commit c87debd

Browse files
committed
Initial work on L5
1 parent 2364d6a commit c87debd

31 files changed

+836
-865
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
"require": {
1818
"php": ">=5.4.0",
1919
"laravel/framework": "5.0.*",
20-
"league/oauth2-server": "4.0.*@dev"
20+
"league/oauth2-server": "4.1.*"
2121
},
2222
"require-dev": {
23-
"phpspec/phpspec": "~2.0",
24-
"henrikbjorn/phpspec-code-coverage": "~1.0",
23+
"orchestra/testbench": "3.0.*",
2524
"phpunit/phpunit": "~4.0",
25+
"phpspec/phpspec": "~2.0",
2626
"mockery/mockery": "~0.8",
27-
"orchestra/testbench": "3.0.*",
28-
"behat/behat": "~3.0"
27+
"henrikbjorn/phpspec-code-coverage": "~1.0"
2928
},
3029
"autoload": {
3130
"psr-4": {
@@ -39,8 +38,7 @@
3938
},
4039
"extra": {
4140
"branch-alias": {
42-
"dev-master": "4.0.x-dev",
43-
"dev-3.x": "3.0.x-dev"
41+
"dev-master": "4.0.x-dev"
4442
}
4543
},
4644
"minimum-stability": "dev",

0 commit comments

Comments
 (0)