Skip to content

Commit

Permalink
Allow symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 10, 2015
1 parent 426e4e4 commit 6c1c8ae
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 6c1c8ae

Please sign in to comment.