Skip to content

Commit

Permalink
Upgrading Symfony dependencies to allow ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tentacode committed Mar 28, 2024
1 parent 696109a commit 9919f53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"require": {
"php": "^8.1",
"ext-intl": "*",
"symfony/dom-crawler": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0 || ^7.0",
"donatello-za/rake-php-plus": "^1.0.15",
"league/uri": "^7.0",
"symfony/browser-kit": "^6.0",
"symfony/http-client": "^6.0",
"symfony/css-selector": "^6.0"
"symfony/browser-kit": "^6.0 || ^7.0",
"symfony/http-client": "^6.0 || ^7.0",
"symfony/css-selector": "^6.0 || ^7.0"
},
"require-dev": {
"symfony/thanks": "^1.0.0",
Expand Down

0 comments on commit 9919f53

Please sign in to comment.