Skip to content

Commit

Permalink
fix: make compatible with both 5.0, 5.1, and 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBennett committed Jan 13, 2016
1 parent fc817f8 commit b5a98b5
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": "~3.0",
"symfony/css-selector": "~3.0"
"symfony/dom-crawler": "2.8.*|3.0.*",
"symfony/css-selector": "2.8.*|3.0.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit b5a98b5

Please sign in to comment.