Skip to content

Commit e194247

Browse files
committed
beta release to trial move, add cs-fixer
1 parent a23c17e commit e194247

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
"require": {
1212
"php": ">=5.3.2",
1313
"symfony/framework-bundle": "~2.1|^3.0",
14-
"doesntmattr/mongodb-migrations": "~1.0@stable",
14+
"doesntmattr/mongodb-migrations": "1.1.0-beta",
1515
"doctrine/mongodb-odm": "1.*"
1616
},
17+
"require-dev": {
18+
"friendsofphp/php-cs-fixer": "^1.0"
19+
},
1720
"minimum-stability": "dev",
1821
"autoload": {
1922
"psr-0": { "AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": "" }

0 commit comments

Comments
 (0)