Skip to content

Commit

Permalink
allow symfony DomCrawler 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Mar 18, 2016
1 parent 4f05d7f commit 3a6b51a
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 @@ -14,8 +14,8 @@
],
"require":{
"php":">=5.4.0",
"symfony/dom-crawler":">=2.3,<2.8",
"symfony/css-selector":">=2.3,<2.8"
"symfony/dom-crawler":"^2.3 <2.8 | ^2.8.3",
"symfony/css-selector":">=2.3"
},
"require-dev": {
"wa72/html-pretty-min": "^0.1.2"
Expand Down

0 comments on commit 3a6b51a

Please sign in to comment.