Skip to content

Commit

Permalink
Move dev-requirements and allow more versions of phpunit-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zombaya committed Dec 9, 2023
1 parent 507e9b4 commit 9f23159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/symfony5.4/composer.json
Expand Up @@ -18,6 +18,9 @@
"symfony/twig-bundle": "5.4.*",
"symfony/yaml": "5.4.*"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down Expand Up @@ -72,8 +75,5 @@
"type": "path",
"url": "../../"
}
],
"require-dev": {
"symfony/phpunit-bridge": "^6.3"
}
]
}

0 comments on commit 9f23159

Please sign in to comment.