Skip to content

Commit

Permalink
Test with more recent dependencies
Browse files Browse the repository at this point in the history
These dependencies are in the require-dev section not because they are
used for development, but because they are optional dependencies.
  • Loading branch information
greg0ire committed Dec 12, 2023
1 parent 81fb4cf commit 4a4f8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"symfony/yaml": "^4.4|^5.4|^6.0"
},
"require-dev": {
"doctrine/common": "^2.9",
"doctrine/dbal": "^2.2",
"doctrine/common": "^2.9|^3.0",
"doctrine/dbal": "^2.2|^3.0",
"php-amqplib/php-amqplib": "^2.9|^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.2",
Expand Down

0 comments on commit 4a4f8bc

Please sign in to comment.