File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99
1010## [ Unreleased]
1111
12+ ### Updated
13+
14+ - Updated ` drush/drush ` requirement
15+
1216## [ 1.1.2]
1317
1418### Fixed
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ drush os2forms-sync:import --help
3232## Coding standards
3333
3434``` sh
35- docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php7.4 -fpm:latest composer install
36- docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php7.4 -fpm:latest composer coding-standards-check
35+ docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php8.1 -fpm:latest composer install
36+ docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php8.1 -fpm:latest composer coding-standards-check
3737
3838docker run --rm --interactive --tty --volume ${PWD} :/app node:18 yarn --cwd /app install
3939docker 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
4242## Code analysis
4343
4444``` sh
45- docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php7.4 -fpm:latest composer install
46- docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php7.4 -fpm:latest composer code-analysis
45+ docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php8.1 -fpm:latest composer install
46+ docker run --rm --interactive --tty --volume ${PWD} :/app itkdev/php8.1 -fpm:latest composer code-analysis
4747```
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "drupal/webform" : " ^6" ,
22- "drush/drush" : " ^10 || ^11 " ,
22+ "drush/drush" : " ^11 || ^12 " ,
2323 "symfony/options-resolver" : " ^5.4 || ^6.0"
2424 },
2525 "require-dev" : {
You can’t perform that action at this time.
0 commit comments