File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_
2929composer require ${COMPOSER_PACKAGE_NAME} :dev-${TRAVIS_BRANCH} \# {$TRAVIS_COMMIT }
3030
3131# Install dev dependencies of module
32- php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME /composer.json composer.json | tee composer.json
32+ cat ./composer.json
33+ php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME /composer.json ./composer.json | tee composer.json
3334composer update
3435
3536# prepare for test suite
Original file line number Diff line number Diff line change 1111
1212$ fromJson = json_decode (file_get_contents ($ fromFile ), true );
1313$ toJson = json_decode (file_get_contents ($ toFile ), true );
14+ var_dump ($ fromJson , $ toJson , json_last_error_msg ());
1415
1516foreach ($ fromJson ['autoload-dev ' ]['psr-4 ' ] ?? [] as $ key => $ value ) {
1617 $ pathPrefix = dirname ($ fromFile ) . DIRECTORY_SEPARATOR ;
You can’t perform that action at this time.
0 commit comments