Skip to content

Commit e173764

Browse files
authored
Merge pull request #278 from goetas/v30
Add support for doctrine/migrations 3.0
2 parents 4e85a80 + dcc8162 commit e173764

31 files changed

+2242
-1840
lines changed

.doctrine-project.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"slug": "doctrine-migrations-bundle",
55
"versions": [
66
{
7-
"name": "2.2",
7+
"name": "3.0",
88
"branchName": "master",
9+
"slug": "3.0",
10+
"upcoming": true
11+
},
12+
{
13+
"name": "2.2",
14+
"branchName": "2.2.x",
915
"slug": "2.2",
1016
"upcoming": true
1117
},

.scrutinizer.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
analysis:
44
environment:
55
php:
6-
version: 7.1
6+
version: 7.2
77
cache:
88
disabled: false
99
directories:
@@ -14,6 +14,11 @@ build:
1414
override:
1515
- php-scrutinizer-run
1616
- phpcs-run
17+
tests:
18+
environment:
19+
php:
20+
version: 7.2
21+
1722
dependencies:
1823
override:
1924
- composer install --ignore-platform-reqs --no-interaction

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 7.1
76
- 7.2
87
- 7.3
98
- 7.4snapshot
@@ -50,4 +49,4 @@ jobs:
5049
- stage: Code Quality
5150
env: STATIC_ANALYSIS
5251
install: travis_retry composer install --prefer-dist
53-
script: vendor/bin/phpstan analyse -l 7 -c phpstan.neon Command Tests
52+
script: vendor/bin/phpstan analyse

Command/DoctrineCommand.php

Lines changed: 0 additions & 140 deletions
This file was deleted.

Command/Helper/DoctrineCommandHelper.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

Command/MigrationsDiffDoctrineCommand.php

Lines changed: 0 additions & 59 deletions
This file was deleted.

Command/MigrationsDumpSchemaDoctrineCommand.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)