Skip to content

Commit c8f4e3f

Browse files
committed
Fixed librairies interdependency
1 parent f546a33 commit c8f4e3f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/batch-box-spout/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"box/spout": "^3.0",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-doctrine-dbal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.4|^8.0",
1515
"ext-json": "*",
1616
"doctrine/dbal": "^2.11",
17-
"yokai/batch": "^0.3.1"
17+
"yokai/batch": "^0.4.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/batch-doctrine-orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"doctrine/orm": "^2.8",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-doctrine-persistence/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"doctrine/persistence": "^2.0",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.4|^8.0",
1515
"ext-json": "*",
1616
"symfony/console": "^4.4|^5.0",
17-
"yokai/batch": "^0.3.1"
17+
"yokai/batch": "^0.4.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/batch-symfony-framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.4|^8.0",
1515
"composer-runtime-api": "^2.0",
1616
"symfony/framework-bundle": "^4.4|^5.0",
17-
"yokai/batch": "^0.3.1"
17+
"yokai/batch": "^0.4.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/batch-symfony-messenger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"symfony/messenger": "^4.4|^5.0",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"symfony/serializer": "^4.4|^5.0",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"symfony/validator": "^4.4|^5.0",
16-
"yokai/batch": "^0.3.1"
16+
"yokai/batch": "^0.4.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)