Skip to content
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
4 changes: 2 additions & 2 deletions src/_posts/languages/php/2000-01-01-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Managing Dependencies
nav: Managing Dependencies
modified_at: 2026-06-16 12:00:00
modified_at: 2026-07-03 12:00:00
tags: php
index: 3
---
Expand Down Expand Up @@ -97,7 +97,7 @@ Scalingo currently supports the following versions of Composer:

| Composer | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` |
| ----------: | --------------------: | -------------: | -------------: |
| `2.10` | up to `2.10.1` | up to `2.10.1` | up to `2.10.1` |
| `2.10` | up to `2.10.2` | up to `2.10.2` | up to `2.10.2` |
| `2.2` (LTS) | up to `2.2.28` | up to `2.2.28` | up to `2.2.28` |

{% include scalingo_22_deprecation_note.md %}
Expand Down
10 changes: 5 additions & 5 deletions src/_posts/languages/php/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PHP on Scalingo
nav: Introduction
modified_at: 2026-06-16 12:00:00
modified_at: 2026-07-03 12:00:00
tags: php
index: 1
---
Expand Down Expand Up @@ -39,10 +39,10 @@ The following PHP versions are available:

| PHP Version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` |
| ----------: | --------------------: | -------------: | -------------: |
| **`8.5`** | up to `8.5.7` | up to `8.5.7` | up to `8.5.7` |
| **`8.4`** | up to `8.4.22` | up to `8.4.22` | up to `8.4.22` |
| **`8.3`** | up to `8.3.31` | up to `8.3.31` | up to `8.3.31` |
| **`8.2`** | up to `8.2.31` | up to `8.2.31` | up to `8.2.31` |
| **`8.5`** | up to `8.5.8` | up to `8.5.8` | up to `8.5.8` |
| **`8.4`** | up to `8.4.23` | up to `8.4.23` | up to `8.4.23` |
| **`8.3`** | up to `8.3.32` | up to `8.3.32` | up to `8.3.32` |
| **`8.2`** | up to `8.2.32` | up to `8.2.32` | up to `8.2.32` |

{% include scalingo_22_deprecation_note.md %}

Expand Down
11 changes: 11 additions & 0 deletions src/changelog/buildpacks/_posts/2026-07-03-logstash-9.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
modified_at: 2026-07-03 12:00:00
title: 'Logstash - Logstash 9.4.3 is now available'
github: 'https://github.com/Scalingo/logstash-buildpack'
---

Logstash `9.4.3` is now available.

It is also the new default version.

[Changelog](https://www.elastic.co/docs/release-notes/logstash#logstash-9.4.3-release-notes)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-07-03 12:00:00
title: 'nginx - ModSecurity OWASP Core Rule Set 4.25.1 (LTS) is now available'
github.com: 'https://github.com/Scalingo/nginx-buildpack'
---

nginx ModSecurity OWASP CRS `4.25.1` (LTS) is now available.

[Changelog](https://github.com/coreruleset/coreruleset/releases/tag/v4.25.1)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
modified_at: 2026-07-03 12:00:00
title: 'OWASP ModSecurity 3.0.16 is available'
github: 'https://github.com/Scalingo/nginx-buildpack'
---

OWASP ModSecurity `3.0.16` is now available for nginx.

It's also the default version.

[Changelog](https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.16/CHANGES)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
modified_at: 2026-07-03 12:00:00
title: 'PHP - PHP 8.2.32, 8.3.32, 8.4.23 and 8.5.8 are now available'
github: 'https://github.com/Scalingo/php-buildpack'
---

PHP `8.2.32`, `8.3.32`, `8.4.23` and `8.5.8` are now available.

Changelogs:
- [PHP 8.2.32](https://www.php.net/ChangeLog-8.php#8.2.32)
- [PHP 8.3.32](https://www.php.net/ChangeLog-8.php#8.3.32)
- [PHP 8.4.23](https://www.php.net/ChangeLog-8.php#8.4.23)
- [PHP 8.5.8](https://www.php.net/ChangeLog-8.php#8.5.8)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-07-03 12:00:00
title: 'PHP - Composer 2.10.2 is now available'
github: 'https://github.com/Scalingo/php-buildpack'
---

Composer `2.10.2` is now available.

[Changelog](https://github.com/composer/composer/releases/tag/2.10.2)