Skip to content

Commit

Permalink
Use development version of 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Aug 25, 2016
1 parent 2c7b487 commit 621a30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": ">=5.5",
"laravel/framework": "5.1.*|5.2.*|5.3.*",
"laravelcollective/html": "5.1.*|5.2.*|5.3.*"
"laravelcollective/html": "5.1.*|5.2.*|5.3.x@dev"
},
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": "~0.9",
"orchestra/testbench": "^3.1|^3.2|3.3.x@dev",
"orchestra/testbench": "^3.1|^3.2|^3.3",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
Expand Down

0 comments on commit 621a30a

Please sign in to comment.