Skip to content

Commit

Permalink
prepare bugfix release 9.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jan 15, 2025
1 parent b744667 commit 3fdc395
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .changes/9.5.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

## 9.5.6 - 2025-01-15

### Changed

- Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
when running with a [PHP 8.4 runtime](https://github.com/overtrue/phplint/issues/215#issuecomment-2587007398) :
requested by @gnutix

- Upgrade Dockerfile to use PHP 8.4 runtime

**Full Changelog**: [9.5.5...9.5.6](https://github.com/overtrue/phplint/compare/9.5.5...9.5.6)
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 9.5.6 - 2025-01-15

### Changed

- Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices,
when running with a [PHP 8.4 runtime](https://github.com/overtrue/phplint/issues/215#issuecomment-2587007398) :
requested by @gnutix

- Upgrade Dockerfile to use PHP 8.4 runtime

**Full Changelog**: [9.5.5...9.5.6](https://github.com/overtrue/phplint/compare/9.5.5...9.5.6)

## 9.5.5 - 2024-12-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

| Version | Status | Requirements |
|:--------|:-----------------------|:---------------|
| **9.x** | **Active development** | **PHP >= 8.2** |
| **9.x** | **Active development** | **PHP >= 8.1** |
| 9.5 | Active support | PHP >= 8.2 |
| 9.4 | End Of Life | PHP >= 8.1 |
| 9.3 | End Of Life | PHP >= 8.1 |
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Version | Status | Requirements |
|:--------|:------------------------------------------|:---------------|
| **9.x** | **Active development** | **PHP >= 8.2** |
| **9.x** | **Active development** | **PHP >= 8.1** |
| 6.x | End Of Life | PHP >= 8.2 |
| 5.x | End Of Life | PHP >= 8.1 |
| 4.x | End Of Life | PHP >= 8.0 |
Expand All @@ -21,6 +21,8 @@
The preferred method of installation is to use the PHPLint PHAR which can be downloaded from the most recent
[Github Release][releases]. This method ensures you will not have any dependency conflict issue.

**IMPORTANT** : Embedded with Composer dependencies that are PHP 8.2 compatible !

## Docker

You can install `phplint` with [Docker][docker]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ docker run --rm -t -v "${PWD}":/workdir overtrue/phplint:latest ./ --exclude=ven

> Please mount your source code to `/workdir` in the container.
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.3 runtime !
**IMPORTANT** : Docker image with `latest` tag use the PHP 8.4 runtime !

0 comments on commit 3fdc395

Please sign in to comment.