Skip to content

Commit

Permalink
Update all Symfony version to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
CMalvika committed Mar 1, 2022
1 parent d695991 commit 413f169
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 @@ -30,16 +30,16 @@
}
},
"require-dev": {
"symfony/dom-crawler": "~4 || ~5",
"symfony/dom-crawler": "^4.0 || ^5.0",
"symfony/css-selector": "~3",
"internations/kodierungsregelwerksammlung": "~0.35",
"phpunit/phpunit": "~7 || ~8 || ~9",
"doctrine/annotations": "^1.2",
"symfony/validator": "^4.4 || ^5.0",
"symfony/validator": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0",
"symfony/config": "^4.0",
"symfony/http-kernel": "^4.0",
"symfony/framework-bundle": "^4.4 || ^5.3"
"symfony/framework-bundle": "^4.0 || ^5.0"
},
"suggest": {
"symfony/dom-crawler": "Necessary to use DomCrawlerAssertionTrait",
Expand Down

0 comments on commit 413f169

Please sign in to comment.