Skip to content

Commit

Permalink
Bump composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jan 20, 2025
1 parent ac40848 commit fffcc39
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*",
"google/common-protos": "^1.3 || ^2.0 || ^3.0 || ^4.0",
"google/protobuf": "^3.22 || ^4.0",
"grpc/grpc": "^1.42",
"nesbot/carbon": "^2.72 || ^3.0.2",
"psr/log": "^2.0 || ^3.0",
"ramsey/uuid": "^4.7",
"react/promise": "^2.9",
"roadrunner-php/roadrunner-api-dto": "^1.9.0",
"roadrunner-php/version-checker": "^1.0",
"spiral/attributes": "^3.1.6",
"spiral/roadrunner": "^2024.3",
"spiral/roadrunner-cli": "^2.5",
"spiral/roadrunner-kv": "^4.2",
"spiral/roadrunner-worker": "^3.5",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/http-client": "^5.4.3 || ^6.0.3 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0"
"google/common-protos": "^1.4 || ^2.2 || ^3.2 || ^4.9",
"google/protobuf": "^3.25.5 || ^4.29.3",
"grpc/grpc": "^1.57",
"nesbot/carbon": "^2.72.6 || ^3.8.4",
"psr/log": "^2.0 || ^3.0.2",
"ramsey/uuid": "^4.7.6",
"react/promise": "^2.11",
"roadrunner-php/roadrunner-api-dto": "^1.10.0",
"roadrunner-php/version-checker": "^1.0.1",
"spiral/attributes": "^3.1.8",
"spiral/roadrunner": "^2024.3.2",
"spiral/roadrunner-cli": "^2.6",
"spiral/roadrunner-kv": "^4.3",
"spiral/roadrunner-worker": "^3.6.1",
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
"symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0",
"symfony/polyfill-php83": "^1.31.0",
"symfony/process": "^5.4.47 || ^6.4.15 || ^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -51,18 +52,18 @@
}
},
"require-dev": {
"buggregator/trap": "^1.10.1",
"composer/composer": "^2.0",
"buggregator/trap": "^1.12.0",
"composer/composer": "^2.8.4",
"dereuromark/composer-prefer-lowest": "^0.1.10",
"doctrine/annotations": "^1.14|^2.0.0",
"doctrine/annotations": "^1.14.4|^2.0.2",
"internal/dload": "^1.0",
"jetbrains/phpstorm-attributes": "dev-master@dev",
"laminas/laminas-code": "^4.0",
"phpunit/phpunit": "^10.5",
"laminas/laminas-code": "^4.16",
"phpunit/phpunit": "^10.5.41",
"spiral/code-style": "~2.1.2",
"spiral/core": "^3.13",
"spiral/core": "^3.14.9",
"ta-tikoma/phpunit-architecture-test": "^0.8.4",
"vimeo/psalm": "^4.30 || ^5.4"
"vimeo/psalm": "^5.26.1"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit fffcc39

Please sign in to comment.