File tree Expand file tree Collapse file tree 4 files changed +114
-110
lines changed
Expand file tree Collapse file tree 4 files changed +114
-110
lines changed Original file line number Diff line number Diff line change 99
1010cache :
1111 directories :
12- - $HOME/.composer/cache
12+ - $HOME/.composer/cache/files
1313
1414before_install :
1515 - mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments