Skip to content

Commit 342bc34

Browse files
committed
prepare release
1 parent ee436d3 commit 342bc34

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

composer.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "yokai/batch-symfony-console",
3-
"description": "symfony/console bridge for yokai/batch",
4-
"keywords": ["batch", "job", "execution", "command", "async"],
5-
"type": "library",
6-
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Yann Eugoné",
10-
"email": "[email protected]"
2+
"name": "yokai/batch-symfony-console",
3+
"description": "symfony/console bridge for yokai/batch",
4+
"keywords": ["batch", "job", "execution", "command", "async"],
5+
"type": "library",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Yann Eugoné",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"require": {
14+
"php": "^7.4|^8.0",
15+
"ext-json": "*",
16+
"symfony/console": "^4.4|^5.0",
17+
"yokai/batch": "^0.3.1"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"Yokai\\Batch\\Bridge\\Symfony\\Console\\": "src/"
22+
}
23+
},
24+
"require-dev": {
25+
"phpspec/prophecy-phpunit": "^2.0",
26+
"phpunit/phpunit": "^9.4"
27+
},
28+
"autoload-dev": {
29+
"psr-4": {
30+
"Yokai\\Batch\\Tests\\Bridge\\Symfony\\Console\\": "tests/"
31+
}
32+
},
33+
"suggest": {
34+
"symfony/process": "Used to determine PHP bin location when using command job launcher (^4.4)"
35+
},
36+
"conflict": {
37+
"symfony/process": "<4.4"
1138
}
12-
],
13-
"require": {
14-
"php": "^7.4|^8.0",
15-
"ext-json": "*",
16-
"symfony/console": "^4.4|^5.0",
17-
"yokai/batch": "self.version"
18-
},
19-
"autoload": {
20-
"psr-4": {
21-
"Yokai\\Batch\\Bridge\\Symfony\\Console\\": "src/"
22-
}
23-
},
24-
"require-dev": {
25-
"phpspec/prophecy-phpunit": "^2.0",
26-
"phpunit/phpunit": "^9.4"
27-
},
28-
"autoload-dev": {
29-
"psr-4": {
30-
"Yokai\\Batch\\Tests\\Bridge\\Symfony\\Console\\": "tests/"
31-
}
32-
},
33-
"suggest": {
34-
"symfony/process": "Used to determine PHP bin location when using command job launcher (^4.4)"
35-
},
36-
"conflict": {
37-
"symfony/process": "<4.4"
38-
}
3939
}

0 commit comments

Comments
 (0)