Skip to content

Commit

Permalink
Bump composer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cv65kr committed Feb 7, 2020
1 parent 6bba734 commit d080671
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 1,035 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,38 @@
"php": "^7.2",
"ext-iconv": "*",
"ext-json": "*",
"beberlei/assert": "^3.0",
"beberlei/assert": "^3.2",
"broadway/broadway": "^2.1",
"broadway/broadway-bundle": "^0.4.2",
"broadway/event-store-dbal": "^0.3",
"elasticsearch/elasticsearch": "^6.0",
"lexik/jwt-authentication-bundle": "^2.6",
"nelmio/api-doc-bundle": "^3.4",
"nelmio/api-doc-bundle": "^3.5",
"php-amqplib/rabbitmq-bundle": "^1.14",
"ramsey/uuid": "^3.8",
"ramsey/uuid-doctrine": "^1.5",
"sensio/framework-extra-bundle": "^5.2",
"symfony/asset": "^4.3",
"symfony/console": "^4.3",
"symfony/flex": "^1.2.5",
"symfony/framework-bundle": "^4.3",
"symfony/messenger": "^4.3",
"ramsey/uuid": "^3.9",
"ramsey/uuid-doctrine": "^1.6",
"sensio/framework-extra-bundle": "^5.5",
"symfony/asset": "^4.4",
"symfony/console": "^4.4",
"symfony/flex": "^1.6",
"symfony/framework-bundle": "^4.4",
"symfony/messenger": "^4.4",
"symfony/orm-pack": "^1.0",
"symfony/security-bundle": "^4.3",
"symfony/translation-contracts": "^1.1",
"symfony/twig-bundle": "^4.3",
"symfony/yaml": "^4.3"
"symfony/security-bundle": "^4.4",
"symfony/translation-contracts": "^2.0",
"symfony/twig-bundle": "^4.4",
"symfony/yaml": "^4.4"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.3",
"phpstan/phpstan": "^0.11",
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.1",
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5",
"roave/security-advisories": "dev-master",
"symfony/browser-kit": "^4.3",
"symfony/css-selector": "^4.3",
"symfony/dotenv": "^4.3",
"symfony/phpunit-bridge": "^4.3",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/phpunit-bridge": "^4.4",
"symfony/profiler-pack": "^1.0"
},
"config": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"symfony": {
"id": "01C1QKYZ4DSB74RHER7JCF8Q1K",
"allow-contrib": false,
"require": "^4.3"
"require": "^4.4"
}
},
"name": "jorge07/symfony-4-es-cqrs-boilerplate",
Expand Down
Loading

0 comments on commit d080671

Please sign in to comment.