File tree Expand file tree Collapse file tree 5 files changed +387
-357
lines changed Expand file tree Collapse file tree 5 files changed +387
-357
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ before_install:
18
18
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
19
19
- export PATH="$PATH:$HOME/.composer/vendor/bin"
20
20
- wget https://phar.phpunit.de/phpunit-6.3.phar
21
- - composer global require humbug/php-scoper:^1.0@ dev
21
+ - composer global require humbug/php-scoper:dev-master#674e24d2b9e90b2f629dab7f30d5070e4d49d815
22
22
- if [[ $coverage = 1 ]]; then mkdir -p build/logs; fi
23
23
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
24
24
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.4.0/php-cs-fixer.phar; fi
@@ -38,7 +38,7 @@ script:
38
38
if [[ ! $deps && $TRAVIS_PHP_VERSION = "7.1" ]]; then
39
39
composer install --no-dev --prefer-dist --classmap-authoritative --no-progress --no-suggest --ansi;
40
40
~/.composer/vendor/bin/php-scoper add-prefix --output-dir=build/schema-generator;
41
- composer -d =build/schema-generator dump-autoload --classmap-authoritative --no-dev;
41
+ composer --working-dir =build/schema-generator dump-autoload --classmap-authoritative --no-dev;
42
42
php -d phar.readonly=0 box.phar build;
43
43
php schema.phar generate-types tmp/ tests/e2e/schema.yml;
44
44
diff tests/e2e/src/AppBundle/Entity/Person.php tmp/AppBundle/Entity/Person.php;
Original file line number Diff line number Diff line change 22
22
"doctrine/inflector" : " ^1.0" ,
23
23
"easyrdf/easyrdf" : " ^0.9" ,
24
24
"ext-json" : " *" ,
25
- "friendsofphp/php-cs-fixer" : " ^2.4 " ,
25
+ "friendsofphp/php-cs-fixer" : " ^2.10 " ,
26
26
"league/html-to-markdown" : " ^4.0" ,
27
27
"psr/log" : " ^1.0" ,
28
28
"symfony/config" : " ^3.3 || ^4.0" ,
You can’t perform that action at this time.
0 commit comments