Skip to content

Commit

Permalink
EA-6300: update and bump composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipi committed Feb 28, 2024
1 parent 5006e03 commit 4f94b8b
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 557 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"type": "library",
"license": "MIT",
"require": {
"php": "8.1.*",
"php": "8.1.*|8.2.0",
"ext-json": "*",
"ext-pcntl": "*",
"jtl/php-generic-collection": "^0.5",
"nikic/php-parser": "^4.15.3",
"nikic/php-parser": "^4.18.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0",
"ramsey/uuid": "^4.7.3",
"symfony/config": "^6.2.5"
"ramsey/uuid": "^4.7.5",
"symfony/config": "^6.4.4"
},
"suggest" : {
"symfony/dependency-injection": "Recommended DI-Container",
Expand All @@ -22,11 +22,11 @@
"monolog/monolog": "Required when using AmqpEmitter / Consumer"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14.4",
"mockery/mockery": "^1.5.1",
"php-amqplib/php-amqplib": "^3.5.1",
"phpstan/phpstan": "^1.10.3",
"phpunit/phpunit": "^9.6.4"
"friendsofphp/php-cs-fixer": "^3.50.0",
"mockery/mockery": "^1.6.7",
"php-amqplib/php-amqplib": "^3.6.1",
"phpstan/phpstan": "^1.10.59",
"phpunit/phpunit": "^9.6.17"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4f94b8b

Please sign in to comment.