Skip to content

Commit ed83fd0

Browse files
authored
Merge pull request #28 from sparkfabrik/update_tools
refs #000: update dependencies for drupal 10.3beta1
2 parents ed44e0f + dd5f586 commit ed83fd0

File tree

6 files changed

+151
-142
lines changed

6 files changed

+151
-142
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.5.0] - 2024-05-21
11+
12+
### Changed
13+
14+
- Relevant dependency upgrades (php runtime is 8.3.7):
15+
16+
```
17+
- Upgrading phpstan/phpstan (1.10.50 => 1.11.1)
18+
- Upgrading drupal/coder (8.3.22 => 8.3.24)
19+
- Upgrading squizlabs/php_codesniffer (3.8.0 => 3.10.0)
20+
- Upgrading phpstan/phpdoc-parser (1.24.5 => 1.29.0)
21+
- Upgrading phpstan/phpstan-deprecation-rules (1.1.4 => 1.2.0)
22+
- Upgrading jangregor/phpstan-prophecy (1.0.0 => 1.0.2)
23+
- Upgrading mglaman/phpstan-drupal (1.2.4 => 1.2.11)
24+
- Upgrading php-parallel-lint/php-parallel-lint (v1.3.2 => v1.4.0)
25+
- Upgrading symfony/polyfill-php80 (v1.28.0 => v1.29.0)
26+
- Upgrading webflo/drupal-finder (1.2.2 => 1.3.0)
27+
- Upgrading symfony/deprecation-contracts (v3.4.0 => v3.5.0)
28+
- Upgrading symfony/yaml (v6.4.0 => v6.4.7)
29+
- Upgrading slevomat/coding-standard (8.14.1 => 8.15.0)
30+
- Upgrading sirbrillig/phpcs-variable-analysis (v2.11.17 => v2.11.18)
31+
```
32+
1033
## [2.4.0] - 2023-12-19
1134

1235
### Changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
FROM composer:2.3.5
1+
FROM composer:2.7.6
22
RUN apk add --no-cache \
33
build-base libxslt-dev libxml2-dev libgcrypt-dev git unzip wget curl libpng-dev py3-pip && \
44
docker-php-ext-install xml xsl gd
55

6-
RUN pip install djlint --root-user-action=ignore
7-
86
COPY composer* ./
97
RUN composer install --no-interaction --prefer-dist --no-progress
108

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"require": {
33
"cweagans/composer-patches": "^1.6",
4-
"drupal/coder": "^8.3",
4+
"drupal/coder": "^8.3.24",
55
"edgedesign/phpqa": "dev-master#a3038f1e488fd11d660c47b2fd71cad2773e23b3",
66
"enlightn/security-checker": "^1.9",
7-
"mglaman/phpstan-drupal": "^1.1",
7+
"mglaman/phpstan-drupal": "^1.2.11",
88
"nette/neon": "^3.3",
9-
"php-parallel-lint/php-parallel-lint": "^1.3",
10-
"phpstan/phpstan": "^1.4",
11-
"phpstan/phpstan-deprecation-rules": "^1.0",
9+
"php-parallel-lint/php-parallel-lint": "^1.4.0",
10+
"phpstan/phpstan": "^1.11.1",
11+
"phpstan/phpstan-deprecation-rules": "^1.2.0",
1212
"vimeo/psalm": "^4.13",
13-
"webflo/drupal-finder": "^1.2",
14-
"jangregor/phpstan-prophecy": "^1.0",
13+
"webflo/drupal-finder": "^1.3.0",
14+
"jangregor/phpstan-prophecy": "^1.0.2",
1515
"sebastian/phpcpd": "^6"
1616
},
1717
"extra": {

0 commit comments

Comments
 (0)