You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following our installation instructions or using the test script:
+ ddev composer require 'lullabot/drainpipe-dev @dev' --dev --with-all-dependencies
./composer.json has been updated
Running composer update lullabot/drainpipe-dev --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpunit/phpunit[9.6.20, ..., 9.6.x-dev] require sebastian/diff ^4.0.6 -> found sebastian/diff[4.0.6, 4.0.x-dev] but these were not loaded, likely because it conflicts with another require.
- lullabot/drainpipe-dev dev-main requires phpunit/phpunit ^9.6.20 -> satisfiable by phpunit/phpunit[9.6.20, 9.6.x-dev].
- Root composer.json requires lullabot/drainpipe-dev @dev -> satisfiable by lullabot/drainpipe-dev[dev-main].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Composer [require lullabot/drainpipe-dev @dev --dev --with-all-dependencies] failed, composer command failed: exit status 2. stderr=
The text was updated successfully, but these errors were encountered:
- Replace sserbin/twig-linter with vincentlanglet/twig-cs-fixer/ - sserbin/twig-linter depends on an old version of symfony/console and core is adopting this new package at some point https://www.drupal.org/project/drupal/issues/3284817 - it also has a much better extension mechanism which will help if something like Fix linting for Storybook #615 comes up again
- Update Pantheon settings for Drupal 11
- Update PHPUnit configurations and tests for Drupal 11
- Fix mysterious yarn issues with DDEV
Following our installation instructions or using the test script:
The text was updated successfully, but these errors were encountered: