Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #158 from BastekBielawski/master
Browse files Browse the repository at this point in the history
Vendor version hotfix
  • Loading branch information
rprzedzik authored Sep 20, 2019
2 parents 15c52f5 + 305b675 commit 065d3b5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions module/attribute/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"nelmio/api-doc-bundle": "^3.4",
"ramsey/uuid": "^3.8",
"sensio/framework-extra-bundle": "^5.4",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/form": "^4.3",
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/http-foundation": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/messenger": "^4.3",
"symfony/property-access": "^4.2",
"symfony/routing": "^4.2",
"symfony/property-access": "^4.3",
"symfony/routing": "^4.3",
"symfony/translation": "^4.3",
"symfony/validator": "^4.3",
"symfony/yaml": "^4.3"
Expand Down
8 changes: 4 additions & 4 deletions module/event-sourcing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"ergonode/core": "^0.4.0",
"jms/serializer": "^3.1",
"symfony/cache": "^4.3",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/security": "^4.2",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/security": "^4.3",
"symfony/yaml": "^4.3"
},
"autoload": {
Expand Down
8 changes: 4 additions & 4 deletions module/fixture/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"php": "^7.2",
"ergonode/es": "^0.4.0",
"nelmio/alice": "^3.5",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/command": "^4.2",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/command": "^4.3",
"symfony/yaml": "^4.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion module/grid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"doctrine/dbal": "^2.9",
"ergonode/api": "^0.4.0",
"ergonode/core": "^0.4.0",
"symfony/http-foundation": "^4.2"
"symfony/http-foundation": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions module/migration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"require": {
"php": "^7.2",
"doctrine/migrations": "1.8.x",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/yaml": "^4.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion module/translation-deepl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"doctrine/dbal": "^2.9",
"ergonode/api": "^0.4.0",
"ergonode/core": "^0.4.0",
"symfony/http-foundation": "^4.2",
"symfony/http-foundation": "^4.3",
"scn/deepl-api-connector": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 065d3b5

Please sign in to comment.