|
2 | 2 | "name": "doesntmattr/mongodb-migrations", |
3 | 3 | "type": "library", |
4 | 4 | "description": "Managed Database Migrations for MongoDB", |
5 | | - "keywords": ["antimattr", "database", "doctrine", "migration", "mongodb"], |
| 5 | + "keywords": ["doesntmattr", "antimattr", "database", "doctrine", "migration", "mongodb"], |
6 | 6 | "homepage": "http://github.com/doesntmattr/mongodb-migrations", |
7 | 7 | "license": "MIT", |
8 | 8 | "authors": [ |
|
13 | 13 | "antimattr/mongodb-migrations" : "*" |
14 | 14 | }, |
15 | 15 | "require": { |
16 | | - "php": ">=5.4.45", |
17 | | - "doctrine/mongodb": "1.*", |
18 | | - "symfony/console": "^2.5|^3.0|^4", |
19 | | - "symfony/yaml": "^2.5|^3.0|^4" |
| 16 | + "php": "^5.6|^7.1", |
| 17 | + "doctrine/mongodb": "^1.0", |
| 18 | + "symfony/console": "^2.7|^3.3|^4", |
| 19 | + "symfony/yaml": "^2.7|^3.3|^4" |
20 | 20 | }, |
21 | 21 | "require-dev": { |
22 | 22 | "antimattr/test-case": "~1.0@stable", |
23 | | - "phpunit/phpunit": "~4.0", |
24 | | - "friendsofphp/php-cs-fixer": "^1.0", |
| 23 | + "phpunit/phpunit": "^5.0", |
| 24 | + "friendsofphp/php-cs-fixer": "^2.0", |
25 | 25 | "mikey179/vfsStream": "1.*" |
26 | 26 | }, |
27 | 27 | "autoload": { |
28 | | - "psr-0": { "AntiMattr\\MongoDB\\Migrations\\": "src/" } |
| 28 | + "psr-4": { |
| 29 | + "AntiMattr\\": "src/AntiMattr" |
| 30 | + } |
29 | 31 | }, |
30 | 32 | "autoload-dev": { |
31 | | - "psr-0": { |
32 | | - "AntiMattr\\TestCase\\": "vendor/antimattr/test-case/src", |
33 | | - "AntiMattr\\Tests\\MongoDB\\Migrations\\": "tests/" |
| 33 | + "psr-4": { |
| 34 | + "AntiMattr\\": [ |
| 35 | + "vendor/antimattr/test-case/src/AntiMattr", |
| 36 | + "tests/AntiMattr" |
| 37 | + ] |
34 | 38 | } |
35 | 39 | }, |
36 | 40 | "extra": { |
37 | 41 | "branch-alias": { |
38 | | - "dev-master": "1.0.x-dev" |
| 42 | + "dev-master": "1.2.x-dev" |
39 | 43 | } |
40 | 44 | }, |
41 | 45 | "archive": { |
|
0 commit comments