Skip to content

Commit

Permalink
Update PHP version in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Aug 13, 2024
1 parent 33f11cd commit 82fb338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- Update PHP version in `composer.json`.
- Updated `twig` version to 3.11.0.
- Renamed Twig extension service name.
- Updated `CHANGELOG.MD` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"config": {
"platform": {
"php": "8.2.16"
"php": "8.2.19"
},
"optimize-autoloader": true,
"preferred-install": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82fb338

Please sign in to comment.