diff --git a/composer.json b/composer.json index ca7b5d05cf..30b6b995bf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "drupal/coder": "^8.3.2", "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", - "mikey179/vfsstream": "^1.2 || dev-master", + "mikey179/vfsstream": "2.0.x-dev", "phpunit/phpunit": "^6.5 || ^7", "phpspec/prophecy": "^1.7", "symfony/css-selector": "^3.4.0", diff --git a/core/drupalci.yml b/core/drupalci.yml index 8910d03963..8e66ae10f6 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -18,7 +18,7 @@ build: # Update PHPUnit & friends. container_command: commands: - - "sudo -u www-data /usr/local/bin/composer update typo3/phar-stream-wrapper mikey179/vfsstream:dev-master --with-dependencies --no-progress" + - "sudo -u www-data /usr/local/bin/composer update typo3/phar-stream-wrapper mikey179/vfsstream --with-dependencies --no-progress" # run_tests task is executed several times in order of performance speeds. # halt-on-fail can be set on the run_tests tasks in order to fail fast. # suppress-deprecations is false in order to be alerted to usages of