Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb179f7

Browse files
committed
Upgrade minimum required PHP version to 8.4
As discussed internally
1 parent aa6e6ba commit bb179f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 3.0.0
44

55
- Minimum required Symfony version is now 6.4
6-
- Minimum required PHP version is now 8.2
6+
- Minimum required PHP version is now 8.4
77
- Remove old compatibility layer with deprecated `StimulusTwigExtension` from WebpackEncoreBundle ^1.0, use StimulusBundle instead
88

99
## 2.35

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=8.2",
31+
"php": ">=8.4",
3232
"symfony/stimulus-bundle": "^2.9.1|^3.0"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)