Skip to content

Commit 4315f5b

Browse files
authored
Merge pull request #231 from doctrine/stof-feedback
Update xml xsd schema
2 parents 03d842a + 3c723f0 commit 4315f5b

File tree

4 files changed

+114
-110
lines changed

4 files changed

+114
-110
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99

1010
cache:
1111
directories:
12-
- $HOME/.composer/cache
12+
- $HOME/.composer/cache/files
1313

1414
before_install:
1515
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"

Resources/config/schema/doctrine_migrations-1.0.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
<xsd:attribute name="dir_name" type="xsd:string" />
1010
<xsd:attribute name="namespace" type="xsd:string" />
1111
<xsd:attribute name="table_name" type="xsd:string" />
12+
<xsd:attribute name="column_name" type="xsd:string" />
13+
<xsd:attribute name="column_length" type="xsd:integer" />
14+
<xsd:attribute name="executed_at_column_name" type="xsd:integer" />
15+
<xsd:attribute name="all_or_nothing" type="xsd:boolean" />
1216
<xsd:attribute name="name" type="xsd:string" />
17+
<xsd:attribute name="custom_template" type="xsd:string" />
1318
<xsd:attribute name="organize-migrations">
1419
<xsd:simpleType>
1520
<xsd:restriction base="xsd:string">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.1",
2424
"symfony/framework-bundle": "~3.4|~4.0",
2525
"doctrine/doctrine-bundle": "~1.0",
26-
"doctrine/migrations": "^2.0@dev"
26+
"doctrine/migrations": "^2.0@alpha"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^5.7|^6.4|^7.0",

0 commit comments

Comments
 (0)