Skip to content

Commit

Permalink
Fixed composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Zolotarev committed Feb 3, 2025
1 parent 0452ae4 commit 7f87bda
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 @@ -37,15 +37,15 @@
"php": ">=8.2",
"ext-json": "*",
"ext-iconv": "*",
"php-service-bus/common": "v5.2.x-dev",
"php-service-bus/common": "v5.2.*",
"doctrine/annotations": "^1.13 || ^2.0",
"phpdocumentor/reflection-docblock": "^5.5",
"symfony/property-access": "^6.3 || ^7.0",
"symfony/property-info": "^6.3 || ^7.0",
"symfony/serializer": "^6.3 || ^7.0"
},
"require-dev": {
"php-service-bus/code-style-config": "v5.2.x-dev",
"php-service-bus/code-style-config": "v5.2.*",
"phpunit/phpunit": "^10.0 || ^11.0",
"vimeo/psalm": "^4.30 || ^5.4",
"phpstan/phpstan": "^1.12 || ^2.0"
Expand Down

0 comments on commit 7f87bda

Please sign in to comment.