Skip to content

Commit 08c0987

Browse files
authored
Fixed yokai batch inter dependency (#74)
1 parent eebb7ab commit 08c0987

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
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": "^8.0",
1515
"box/spout": "^3.0",
16-
"yokai/batch": "^0.4.0"
16+
"yokai/batch": "^0.5.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
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"doctrine/dbal": "^2.11",
1717
"doctrine/persistence": "^2.0",
18-
"yokai/batch": "^0.4.0"
18+
"yokai/batch": "^0.5.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

src/batch-doctrine-orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^8.0",
1515
"doctrine/orm": "^2.8",
1616
"doctrine/persistence": "^2.0",
17-
"yokai/batch": "^0.4.0"
17+
"yokai/batch": "^0.5.0"
1818
},
1919
"autoload": {
2020
"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": "^8.0",
1515
"doctrine/persistence": "^2.0",
16-
"yokai/batch": "^0.4.0"
16+
"yokai/batch": "^0.5.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-league-flysystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.0",
1515
"league/flysystem": "^3.0",
16-
"yokai/batch": "^0.4.0"
16+
"yokai/batch": "^0.5.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": "^8.0",
1515
"ext-json": "*",
1616
"symfony/console": "^5.0|^6.0",
17-
"yokai/batch": "^0.4.0"
17+
"yokai/batch": "^0.5.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
@@ -17,7 +17,7 @@
1717
"symfony/dependency-injection": "^5.0|^6.0",
1818
"symfony/http-kernel": "^5.0|^6.0",
1919
"symfony/framework-bundle": "^5.0|^6.0",
20-
"yokai/batch": "^0.4.0"
20+
"yokai/batch": "^0.5.0"
2121
},
2222
"autoload": {
2323
"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": "^8.0",
1515
"symfony/messenger": "^5.0|^6.0",
16-
"yokai/batch": "^0.4.0"
16+
"yokai/batch": "^0.5.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-pack/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"yokai/batch": "^0.4.0",
15-
"yokai/batch-symfony-console": "^0.4.0",
16-
"yokai/batch-symfony-framework": "^0.4.0"
14+
"yokai/batch": "^0.5.0",
15+
"yokai/batch-symfony-console": "^0.5.0",
16+
"yokai/batch-symfony-framework": "^0.5.0"
1717
}
1818
}

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": "^8.0",
1515
"symfony/serializer": "^5.0|^6.0",
16-
"yokai/batch": "^0.4.0"
16+
"yokai/batch": "^0.5.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)