|
2 | 2 | "name": "doesntmattr/mongodb-migrations-bundle", |
3 | 3 | "type": "symfony-bundle", |
4 | 4 | "description": "Symfony MongoDBMigrationsBundle", |
5 | | - "keywords": ["antimattr", "database", "doctrine", "migration", "mongodb", "symfony"], |
| 5 | + "keywords": ["doesntmattr", "antimattr", "database", "doctrine", "migration", "mongodb", "symfony"], |
6 | 6 | "homepage": "http://github.com/doesntmattr/mongodb-migrations-bundle", |
7 | 7 | "license": "MIT", |
8 | 8 | "authors": [ |
|
12 | 12 | "antimattr/mongodb-migrations-bundle" : "*" |
13 | 13 | }, |
14 | 14 | "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", |
17 | 19 | "doesntmattr/mongodb-migrations": "^1.1", |
18 | | - "doctrine/mongodb-odm": "1.*" |
| 20 | + "doctrine/mongodb-odm": "^1.0" |
19 | 21 | }, |
20 | 22 | "require-dev": { |
21 | | - "friendsofphp/php-cs-fixer": "^1.0" |
| 23 | + "friendsofphp/php-cs-fixer": "^2.0", |
| 24 | + "phpunit/phpunit": "^5.0" |
22 | 25 | }, |
23 | | - "minimum-stability": "dev", |
24 | 26 | "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 | + } |
26 | 36 | }, |
27 | 37 | "extra": { |
28 | 38 | "branch-alias": { |
29 | | - "dev-master": "1.0.x-dev" |
| 39 | + "dev-master": "1.1.x-dev" |
30 | 40 | } |
31 | | - }, |
32 | | - "target-dir" : "AntiMattr/Bundle/MongoDBMigrationsBundle" |
| 41 | + } |
33 | 42 | } |
0 commit comments