Skip to content

Commit

Permalink
Merge pull request #34 from ejunker/patch-1
Browse files Browse the repository at this point in the history
allow version 6 of symfony components
  • Loading branch information
dusterio authored Jan 10, 2022
2 parents 8880cbd + 48d4e17 commit ec56f4d
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 ec56f4d

Please sign in to comment.