Skip to content

Commit

Permalink
Merge pull request #29 from GCalmels/patch-1
Browse files Browse the repository at this point in the history
Add compatibility for Symfony 4 and 5
  • Loading branch information
dusterio committed Feb 17, 2021
2 parents 5a1d95c + 2b87082 commit 8880cbd
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 @@ -16,8 +16,8 @@
"php": ">=5.5.0",
"illuminate/support": "5.*|6.*|7.*|8.*",
"guzzlehttp/guzzle": "^6.1|^7.1",
"symfony/dom-crawler": "^3.0",
"symfony/css-selector": "^3.0"
"symfony/dom-crawler": "^3.0|^4.0|^5.0",
"symfony/css-selector": "^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 8880cbd

Please sign in to comment.