Skip to content

Commit

Permalink
Fixed librairies interdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed Aug 23, 2021
1 parent f546a33 commit c8f4e3f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/batch-box-spout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"box/spout": "^3.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-doctrine-dbal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"doctrine/dbal": "^2.11",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-doctrine-orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"doctrine/orm": "^2.8",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-doctrine-persistence/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"doctrine/persistence": "^2.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-symfony-console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"symfony/console": "^4.4|^5.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-symfony-framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.4|^8.0",
"composer-runtime-api": "^2.0",
"symfony/framework-bundle": "^4.4|^5.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-symfony-messenger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"symfony/messenger": "^4.4|^5.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-symfony-serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"symfony/serializer": "^4.4|^5.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-symfony-validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4|^8.0",
"symfony/validator": "^4.4|^5.0",
"yokai/batch": "^0.3.1"
"yokai/batch": "^0.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c8f4e3f

Please sign in to comment.