Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Make compatible with Laravel 5.3
  • Loading branch information
JacobBennett authored Oct 24, 2016
1 parent 4186802 commit 44bc5cd
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,8 +20,8 @@
],
"require": {
"php": ">=5.4.0",
"symfony/dom-crawler": "2.8.*|3.0.*",
"symfony/css-selector": "2.8.*|3.0.*"
"symfony/dom-crawler": "3.0.*|3.1.*",
"symfony/css-selector": "3.0.*|3.1.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 44bc5cd

Please sign in to comment.