Skip to content

Commit

Permalink
allow version 6 of symfony components
Browse files Browse the repository at this point in the history
Allow composer to install version 6 of symfony/dom-crawler and symfony/css-selector
Note: I have not tested this
  • Loading branch information
ejunker authored Dec 22, 2021
1 parent 8880cbd commit 48d4e17
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|^4.0|^5.0",
"symfony/css-selector": "^3.0|^4.0|^5.0"
"symfony/dom-crawler": "^3.0|^4.0|^5.0|^6.0",
"symfony/css-selector": "^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit 48d4e17

Please sign in to comment.