Skip to content

Commit

Permalink
Merge pull request barryvdh#425 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Allow symfony 3
  • Loading branch information
barryvdh committed Dec 10, 2015
2 parents 426e4e4 + 6c1c8ae commit 866806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0.17|5.1.*|5.2.*",
"symfony/finder": "~2.6",
"symfony/finder": "~2.6|~3.0",
"maximebf/debugbar": "~1.11.0"
},
"autoload": {
Expand Down

0 comments on commit 866806c

Please sign in to comment.