File tree Expand file tree Collapse file tree 6 files changed +151
-142
lines changed Expand file tree Collapse file tree 6 files changed +151
-142
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
33
## [ 2.4.0] - 2023-12-19
11
34
12
35
### Changed
Original file line number Diff line number Diff line change 1
- FROM composer:2.3.5
1
+ FROM composer:2.7.6
2
2
RUN apk add --no-cache \
3
3
build-base libxslt-dev libxml2-dev libgcrypt-dev git unzip wget curl libpng-dev py3-pip && \
4
4
docker-php-ext-install xml xsl gd
5
5
6
- RUN pip install djlint --root-user-action=ignore
7
-
8
6
COPY composer* ./
9
7
RUN composer install --no-interaction --prefer-dist --no-progress
10
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"cweagans/composer-patches" : " ^1.6" ,
4
- "drupal/coder" : " ^8.3" ,
4
+ "drupal/coder" : " ^8.3.24 " ,
5
5
"edgedesign/phpqa" : " dev-master#a3038f1e488fd11d660c47b2fd71cad2773e23b3" ,
6
6
"enlightn/security-checker" : " ^1.9" ,
7
- "mglaman/phpstan-drupal" : " ^1.1 " ,
7
+ "mglaman/phpstan-drupal" : " ^1.2.11 " ,
8
8
"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" ,
12
12
"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 " ,
15
15
"sebastian/phpcpd" : " ^6"
16
16
},
17
17
"extra" : {
You can’t perform that action at this time.
0 commit comments