Skip to content

Commit 01c3a70

Browse files
committed
Update dependencies
1 parent 79e187e commit 01c3a70

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

composer.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "doesntmattr/mongodb-migrations-bundle",
33
"type": "symfony-bundle",
44
"description": "Symfony MongoDBMigrationsBundle",
5-
"keywords": ["antimattr", "database", "doctrine", "migration", "mongodb", "symfony"],
5+
"keywords": ["doesntmattr", "antimattr", "database", "doctrine", "migration", "mongodb", "symfony"],
66
"homepage": "http://github.com/doesntmattr/mongodb-migrations-bundle",
77
"license": "MIT",
88
"authors": [
@@ -12,22 +12,31 @@
1212
"antimattr/mongodb-migrations-bundle" : "*"
1313
},
1414
"require": {
15-
"php": ">=5.3.2",
16-
"symfony/framework-bundle": "~2.1|^3.0",
15+
"php": ">=5.6 || ^7.0",
16+
"symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
17+
"symfony/http-kernel": "^2.7 || ^3.3 || ^4.0",
18+
"symfony/console": "^2.7 || ^3.3 || ^4.0",
1719
"doesntmattr/mongodb-migrations": "^1.1",
18-
"doctrine/mongodb-odm": "1.*"
20+
"doctrine/mongodb-odm": "^1.0"
1921
},
2022
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^1.0"
23+
"friendsofphp/php-cs-fixer": "^2.0",
24+
"phpunit/phpunit": "^5.0"
2225
},
23-
"minimum-stability": "dev",
2426
"autoload": {
25-
"psr-0": { "AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": "" }
27+
"psr-4": {
28+
"AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": ""
29+
},
30+
"exclude-from-classmap": ["Tests/"]
31+
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"AntiMattr\\Bundle\\MongoDBMigrationsBundle\\": "Tests"
35+
}
2636
},
2737
"extra": {
2838
"branch-alias": {
29-
"dev-master": "1.0.x-dev"
39+
"dev-master": "1.1.x-dev"
3040
}
31-
},
32-
"target-dir" : "AntiMattr/Bundle/MongoDBMigrationsBundle"
41+
}
3342
}

0 commit comments

Comments
 (0)