Skip to content

Commit 909d49c

Browse files
authored
Merge pull request #8 from itk-dev/feature/FORDRIF-133-update-drush
FORDRIF-133: Update drush composer requirement
2 parents cb3385f + 553f60d commit 909d49c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3838
docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app install
3939
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
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
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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": {

0 commit comments

Comments
 (0)