Skip to content

Commit ddf33aa

Browse files
authored
remove phpunit from conflicting packages
`conflict` is used to mention conflicting production packages, not dev packages. From what I can tell, you are not exposing a production feature related to PHPUnit. Keeping it like it is right now doesn't allow installing your package in another system where dev requiements would have lower than 7 version of phpunit and I think it's an artificial conflict that should not exist.
1 parent e3ae751 commit ddf33aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"replace": {
2525
"flow/jsonpath": "*"
2626
},
27-
"conflict": {
28-
"phpunit/phpunit": "<7.0 || >= 10.0"
29-
},
3027
"require-dev": {
3128
"phpunit/phpunit": ">=7.0",
3229
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)