Skip to content

Commit add78bb

Browse files
committed
L5 preparations
1 parent aa0e745 commit add78bb

File tree

4 files changed

+1843
-1526
lines changed

4 files changed

+1843
-1526
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19+
"laravel/framework": "5.0.*",
1920
"league/oauth2-server": "4.0.*@dev"
2021
},
2122
"require-dev": {
2223
"phpspec/phpspec": "~2.0",
2324
"henrikbjorn/phpspec-code-coverage": "~1.0",
2425
"phpunit/phpunit": "~4.0",
2526
"mockery/mockery": "~0.8",
26-
"orchestra/testbench": "2.2.*",
27-
"behat/behat": "~2.5"
27+
"orchestra/testbench": "3.0.*",
28+
"behat/behat": "~3.0"
2829
},
2930
"autoload": {
3031
"psr-4": {

0 commit comments

Comments
 (0)