Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit cbad4a1

Browse files
Update PHP to v8.4.7
1 parent c4496e0 commit cbad4a1

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

generators/symfony/templates/base-twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"config": {
4747
"platform": {
48-
"php": "8.3.13"
48+
"php": "8.4.7"
4949
},
5050
"preferred-install": {
5151
"*": "dist"

generators/symfony/templates/base-twig/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generators/symfony/templates/base/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"config": {
4545
"platform": {
46-
"php": "8.3.13"
46+
"php": "8.4.7"
4747
},
4848
"preferred-install": {
4949
"*": "dist"

generators/symfony/templates/base/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generators/symfony/templates/base/docker/php/Dockerfile.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.13-fpm
1+
FROM php:8.4.7-fpm
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44

generators/symfony/templates/circleci.yaml.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ executors:
1515
<% } %>
1616
php:
1717
docker:
18-
- image: php:8.2.2
18+
- image: php:8.4.7
1919

2020
commands:
2121
install-composer:

generators/symfony/templates/deployment/kubernetes/docker/Dockerfile.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.13-fpm as base
1+
FROM php:8.4.7-fpm as base
22

33
WORKDIR /srv/<%= packageName %>
44

0 commit comments

Comments
 (0)