diff --git a/CHANGELOG.md b/CHANGELOG.md index 6196c66..db3ff24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Updated + +- Updated `drush/drush` requirement + ## [1.1.2] ### Fixed diff --git a/README.md b/README.md index 244e0f4..04c6d49 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ drush os2forms-sync:import --help ## Coding standards ```sh -docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install -docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer coding-standards-check +docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer install +docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer coding-standards-check docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app install docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-check @@ -42,6 +42,6 @@ docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app ## Code analysis ```sh -docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install -docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer code-analysis +docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer install +docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php8.1-fpm:latest composer code-analysis ``` diff --git a/composer.json b/composer.json index f470e17..85a5725 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "drupal/webform": "^6", - "drush/drush": "^10 || ^11", + "drush/drush": "^11 || ^12", "symfony/options-resolver": "^5.4 || ^6.0" }, "require-dev": {