Skip to content

Commit d085b7f

Browse files
committed
Fixed packages composer.json
1 parent 1d32b6f commit d085b7f

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/batch-box-spout/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"box/spout": "^3.0",
1616
"yokai/batch": "self.version"
1717
},

src/batch-doctrine-dbal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"ext-json": "*",
1616
"doctrine/dbal": "^2.11",
1717
"yokai/batch": "self.version"

src/batch-doctrine-orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"doctrine/orm": "^2.8",
1616
"yokai/batch": "self.version"
1717
},

src/batch-doctrine-persistence/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"doctrine/persistence": "^2.0",
1616
"yokai/batch": "self.version"
1717
},

src/batch-symfony-console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"ext-json": "*",
1616
"symfony/console": "^4.4|^5.0",
1717
"yokai/batch": "self.version"

src/batch-symfony-framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"composer-runtime-api": "^2.0",
1616
"symfony/framework-bundle": "^4.4|^5.0",
1717
"yokai/batch": "self.version"

src/batch-symfony-messenger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"symfony/messenger": "^4.4|^5.0",
1616
"yokai/batch": "self.version"
1717
},

src/batch-symfony-serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"symfony/serializer": "^4.4|^5.0",
1616
"yokai/batch": "self.version"
1717
},

src/batch-symfony-validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^7.4|^8.0",
1515
"symfony/validator": "^4.4|^5.0",
1616
"yokai/batch": "self.version"
1717
},

src/batch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4",
13+
"php": "^7.4|^8.0",
1414
"ext-json": "*",
1515
"psr/container": "^1.0",
1616
"psr/log": "^1.0",

0 commit comments

Comments
 (0)