Skip to content

Commit 770ee15

Browse files
committed
Fix packages requirements
1 parent ba9eafb commit 770ee15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.2",
14-
"symfony/framework-bundle": "^4.4"
14+
"symfony/framework-bundle": "^4.4",
15+
"yokai/batch": "self.version"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)