There was an error while loading. Please reload this page.
1 parent a23c17e commit e194247Copy full SHA for e194247
composer.json
@@ -11,9 +11,12 @@
11
"require": {
12
"php": ">=5.3.2",
13
"symfony/framework-bundle": "~2.1|^3.0",
14
- "doesntmattr/mongodb-migrations": "~1.0@stable",
+ "doesntmattr/mongodb-migrations": "1.1.0-beta",
15
"doctrine/mongodb-odm": "1.*"
16
},
17
+ "require-dev": {
18
+ "friendsofphp/php-cs-fixer": "^1.0"
19
+ },
20
"minimum-stability": "dev",
21
"autoload": {
22
"psr-0": { "AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": "" }
0 commit comments