Skip to content

Commit bb9fc85

Browse files
authored
Merge pull request #3 from DKholevinsky/patch-1
Add Symfony 5 minimum-stability setting
2 parents f5a8bd9 + 8467016 commit bb9fc85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.1.3",
15-
"symfony/framework-bundle": "^3.0 || ^4.0"
15+
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.0 || ^7.0"
@@ -22,4 +22,4 @@
2222
"Itmedia\\CommandBusBundle\\": ""
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)