Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Aug 9, 2023
1 parent f4be621 commit 30a11a8
Show file tree
Hide file tree
Showing 7 changed files with 709 additions and 773 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Change theme colors in documentation, update favicon.
- Update dependencies.

## 0.0.18 - 2023-07-20
### Changed
Expand Down
33 changes: 17 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"php-amqplib/php-amqplib": "^3.5",
"predis/predis": "*",
"ramsey/uuid": "^4.7",
"symfony/asset": "6.2.*",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/event-dispatcher": "6.2.*",
"symfony/filesystem": "6.2.*",
"symfony/asset": "6.3.*",
"symfony/console": "6.3.*",
"symfony/dotenv": "6.3.*",
"symfony/event-dispatcher": "6.3.*",
"symfony/filesystem": "6.3.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.2.*",
"symfony/framework-bundle": "6.3.*",
"symfony/monolog-bundle": "^3.8",
"symfony/runtime": "6.2.*",
"symfony/string": "6.2.*",
"symfony/yaml": "6.2.*",
"symfony/runtime": "6.3.*",
"symfony/string": "6.3.*",
"symfony/yaml": "6.3.*",
"syndesi/cypher-entity-manager": "^0.0",
"syndesi/elastic-entity-manager": "^0.0",
"syndesi/mongo-entity-manager": "^0.0",
Expand All @@ -37,17 +37,17 @@
"boesing/psalm-plugin-stringf": "^1.1",
"friendsofphp/php-cs-fixer": "^3.8",
"guzzlehttp/guzzle": "^7.5",
"infection/infection": "^0.26.10",
"infection/infection": "^0.27",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.6",
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.5",
"roave/no-leaks": "^1.3",
"symfony/maker-bundle": "^1.48",
"symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "6.2.*",
"symfony/web-profiler-bundle": "6.2.*",
"vimeo/psalm": "^4.23"
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "6.3.*",
"symfony/web-profiler-bundle": "6.3.*",
"vimeo/psalm": "^5.14"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -98,7 +98,8 @@
"cs:list": "php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes --dry-run ./src",
"cs:fix": "php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --allow-risky=yes",
"psalm": "php vendor/bin/psalm --show-info=true --no-cache",
"psalm:fix": "php vendor/bin/psalm --alter --issues=MissingReturnType,InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType",
"psalm:fix-dry": "php vendor/bin/psalm --alter --issues=MissingParamType,MissingReturnType,InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType --dry-run",
"psalm:fix-apply": "php vendor/bin/psalm --alter --issues=MissingParamType,MissingReturnType,InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType",
"phpstan": "vendor/bin/phpstan",
"benchmark": "vendor/bin/phpbench run --report=aggregate --progress dots",
"benchmark:csv": "vendor/bin/phpbench run --report=bare --output=csv-file",
Expand All @@ -113,7 +114,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.2.*"
"require": "6.3.*"
}
}
}
Loading

0 comments on commit 30a11a8

Please sign in to comment.