Skip to content

Commit

Permalink
dropping symfony 3 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 committed Sep 6, 2022
1 parent d1c8b03 commit 6613815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"behat/mink-goutte-driver": "~1|^2",
"behat/mink-selenium2-driver": "~1.1",
"drupal/drupal-driver": "^2.1.0",
"symfony/browser-kit": "^3.4|~4.4|^6",
"symfony/dependency-injection": "~3.0|~4.4|^6",
"symfony/translation": "^3.4|~4.4|^6",
"symfony/browser-kit": "~4.4|^6",
"symfony/dependency-injection": "~4.4|^6",
"symfony/translation": "~4.4|^6",
"cweagans/composer-patches": "^1.7"
},
"require-dev": {
Expand Down

0 comments on commit 6613815

Please sign in to comment.