Skip to content

Commit

Permalink
Fixed yokai/batch cross packages version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed Aug 1, 2024
1 parent 2fde399 commit c3dac36
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/batch-doctrine-dbal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-json": "*",
"doctrine/dbal": "^2.11|^3.0",
"doctrine/persistence": "^2.0|^3.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.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 @@ -14,7 +14,7 @@
"php": "^8.1",
"doctrine/orm": "^2.8",
"doctrine/persistence": "^2.0|^3.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.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": "^8.1",
"doctrine/persistence": "^2.0|^3.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-league-flysystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.1",
"league/flysystem": "^3.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/batch-openspout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.1",
"openspout/openspout": "^4.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.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": "^8.1",
"ext-json": "*",
"symfony/console": "^6.4|^7.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.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 @@ -18,7 +18,7 @@
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"yokai/batch": "^0.5.0",
"yokai/batch": "^0.6.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"autoload": {
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": "^8.1",
"symfony/messenger": "^6.4|^7.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/batch-symfony-pack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"yokai/batch": "^0.5.0",
"yokai/batch-symfony-console": "^0.5.0",
"yokai/batch-symfony-framework": "^0.5.0"
"yokai/batch": "^0.6.0",
"yokai/batch-symfony-console": "^0.6.0",
"yokai/batch-symfony-framework": "^0.6.0"
}
}
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": "^8.1",
"symfony/serializer": "^6.4|^7.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.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": "^8.1",
"symfony/validator": "^6.4|^7.0",
"yokai/batch": "^0.5.0"
"yokai/batch": "^0.6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c3dac36

Please sign in to comment.