Skip to content

Commit

Permalink
Require composer/semver
Browse files Browse the repository at this point in the history
It is used in tests.
  • Loading branch information
greg0ire committed Dec 8, 2024
1 parent fe5b900 commit 401750e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"symfony/options-resolver": "^6.4 || ^7.0"
},
"require-dev": {
"composer/semver": "^3.4",
"doctrine/coding-standard": "^11.0",
"doctrine/data-fixtures": "^1.7",
"phpstan/phpstan": "^2.0",
Expand Down
6 changes: 0 additions & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -552,12 +552,6 @@ parameters:
count: 1
path: tests/DependencyInjection/ConfigurationTest.php

-
message: '#^Instantiated class Composer\\Semver\\VersionParser not found\.$#'
identifier: class.notFound
count: 3
path: tests/DependencyInjection/DoctrineMongoDBExtensionTest.php

-
message: '#^Method Doctrine\\Bundle\\MongoDBBundle\\Tests\\DependencyInjection\\DoctrineMongoDBExtensionTest\:\:assertDICDefinitionMethodCall\(\) has parameter \$params with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
Expand Down

0 comments on commit 401750e

Please sign in to comment.