Skip to content

Commit

Permalink
composer: fix some constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Feb 29, 2024
1 parent 593b591 commit ebfebe4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"require-dev": {
"php": ">=8.1",
"corley/influxdb-sdk": "^0.5.1",
"doctrine/dbal": "~2.0",
"jimdo/prometheus_client_php": "^0.5",
"doctrine/dbal": "^2.0",
"jimdo/prometheus_client_php": "^0.5.1",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-client": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
"symfony/phpunit-bridge": "^6.4.4 || ^7.0"
},
"conflict": {
"doctrine/dbal": "<2",
"jimdo/prometheus_client_php": "<0.5.1",
"symfony/config": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/http-client": "<5.4",
Expand Down

0 comments on commit ebfebe4

Please sign in to comment.