Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refs #000: update dependencies for drupal 10.3beta1 #28

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.5.0] - 2024-05-21

### Changed

- Relevant dependency upgrades (php runtime is 8.3.7):

```
- Upgrading phpstan/phpstan (1.10.50 => 1.11.1)
- Upgrading drupal/coder (8.3.22 => 8.3.24)
- Upgrading squizlabs/php_codesniffer (3.8.0 => 3.10.0)
- Upgrading phpstan/phpdoc-parser (1.24.5 => 1.29.0)
- Upgrading phpstan/phpstan-deprecation-rules (1.1.4 => 1.2.0)
- Upgrading jangregor/phpstan-prophecy (1.0.0 => 1.0.2)
- Upgrading mglaman/phpstan-drupal (1.2.4 => 1.2.11)
- Upgrading php-parallel-lint/php-parallel-lint (v1.3.2 => v1.4.0)
- Upgrading symfony/polyfill-php80 (v1.28.0 => v1.29.0)
- Upgrading webflo/drupal-finder (1.2.2 => 1.3.0)
- Upgrading symfony/deprecation-contracts (v3.4.0 => v3.5.0)
- Upgrading symfony/yaml (v6.4.0 => v6.4.7)
- Upgrading slevomat/coding-standard (8.14.1 => 8.15.0)
- Upgrading sirbrillig/phpcs-variable-analysis (v2.11.17 => v2.11.18)
```

## [2.4.0] - 2023-12-19

### Changed
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM composer:2.3.5
FROM composer:2.7.6
RUN apk add --no-cache \
build-base libxslt-dev libxml2-dev libgcrypt-dev git unzip wget curl libpng-dev py3-pip && \
docker-php-ext-install xml xsl gd

RUN pip install djlint --root-user-action=ignore

COPY composer* ./
RUN composer install --no-interaction --prefer-dist --no-progress

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/coder": "^8.3",
"drupal/coder": "^8.3.24",
"edgedesign/phpqa": "dev-master#a3038f1e488fd11d660c47b2fd71cad2773e23b3",
"enlightn/security-checker": "^1.9",
"mglaman/phpstan-drupal": "^1.1",
"mglaman/phpstan-drupal": "^1.2.11",
"nette/neon": "^3.3",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpstan/phpstan": "^1.11.1",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"vimeo/psalm": "^4.13",
"webflo/drupal-finder": "^1.2",
"jangregor/phpstan-prophecy": "^1.0",
"webflo/drupal-finder": "^1.3.0",
"jangregor/phpstan-prophecy": "^1.0.2",
"sebastian/phpcpd": "^6"
},
"extra": {
Expand Down
Loading
Loading