Skip to content

Commit

Permalink
Merge pull request #231 from doctrine/stof-feedback
Browse files Browse the repository at this point in the history
Update xml xsd schema
  • Loading branch information
jwage committed Jun 25, 2018
2 parents 03d842a + 3c723f0 commit 4315f5b
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ php:

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache/files

before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
Expand Down
5 changes: 5 additions & 0 deletions Resources/config/schema/doctrine_migrations-1.0.xsd
Expand Up @@ -9,7 +9,12 @@
<xsd:attribute name="dir_name" type="xsd:string" />
<xsd:attribute name="namespace" type="xsd:string" />
<xsd:attribute name="table_name" type="xsd:string" />
<xsd:attribute name="column_name" type="xsd:string" />
<xsd:attribute name="column_length" type="xsd:integer" />
<xsd:attribute name="executed_at_column_name" type="xsd:integer" />
<xsd:attribute name="all_or_nothing" type="xsd:boolean" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="custom_template" type="xsd:string" />
<xsd:attribute name="organize-migrations">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
"php": "^7.1",
"symfony/framework-bundle": "~3.4|~4.0",
"doctrine/doctrine-bundle": "~1.0",
"doctrine/migrations": "^2.0@dev"
"doctrine/migrations": "^2.0@alpha"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.4|^7.0",
Expand Down

0 comments on commit 4315f5b

Please sign in to comment.