Skip to content

Commit c3dac36

Browse files
committed
Fixed yokai/batch cross packages version requirements
1 parent 2fde399 commit c3dac36

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

src/batch-doctrine-dbal/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"doctrine/dbal": "^2.11|^3.0",
1717
"doctrine/persistence": "^2.0|^3.0",
18-
"yokai/batch": "^0.5.0"
18+
"yokai/batch": "^0.6.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

src/batch-doctrine-orm/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^8.1",
1515
"doctrine/orm": "^2.8",
1616
"doctrine/persistence": "^2.0|^3.0",
17-
"yokai/batch": "^0.5.0"
17+
"yokai/batch": "^0.6.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/batch-doctrine-persistence/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"doctrine/persistence": "^2.0|^3.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-league-flysystem/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"league/flysystem": "^3.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-openspout/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"openspout/openspout": "^4.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-console/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^8.1",
1515
"ext-json": "*",
1616
"symfony/console": "^6.4|^7.0",
17-
"yokai/batch": "^0.5.0"
17+
"yokai/batch": "^0.6.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/batch-symfony-framework/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/dependency-injection": "^6.4|^7.0",
1919
"symfony/http-kernel": "^6.4|^7.0",
2020
"symfony/framework-bundle": "^6.4|^7.0",
21-
"yokai/batch": "^0.5.0",
21+
"yokai/batch": "^0.6.0",
2222
"psr/log": "^1.0|^2.0|^3.0"
2323
},
2424
"autoload": {

src/batch-symfony-messenger/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"symfony/messenger": "^6.4|^7.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-pack/composer.json

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

src/batch-symfony-serializer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"symfony/serializer": "^6.4|^7.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/batch-symfony-validator/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.1",
1515
"symfony/validator": "^6.4|^7.0",
16-
"yokai/batch": "^0.5.0"
16+
"yokai/batch": "^0.6.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)