Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit bab81db

Browse files
michalbundyraweierophinney
authored andcommitted
Added support for doctrine/migrations v2
1 parent ac06bc6 commit bab81db

File tree

6 files changed

+766
-707
lines changed

6 files changed

+766
-707
lines changed

‎composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^5.6 || ^7.0"
2222
},
2323
"require-dev": {
24-
"doctrine/migrations": "^1.0",
24+
"doctrine/migrations": "^1.0 || ^2.0",
2525
"guzzlehttp/guzzle": "^5.3.3 || ^6.3.3",
2626
"mikey179/vfsStream": "^1.6",
2727
"php-amqplib/php-amqplib": "^2.0",
@@ -42,6 +42,9 @@
4242
"doctrine/migrations": "Required by Check\\DoctrineMigration"
4343
},
4444
"autoload": {
45+
"files": [
46+
"src/autoload.php"
47+
],
4548
"psr-4": {
4649
"ZendDiagnostics\\": "src/"
4750
}

0 commit comments

Comments
 (0)