Skip to content

Commit 1e13b0c

Browse files
committed
Updated PHP requirement in composer.json files
1 parent 23d97e1 commit 1e13b0c

File tree

24 files changed

+323
-323
lines changed

24 files changed

+323
-323
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"config": {
9797
"allow-plugins": true,
9898
"platform": {
99-
"php": "8.4.6"
99+
"php": "8.4.8"
100100
},
101101
"sort-packages": true
102102
},

composer.lock

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

tools/02_phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"config": {
1616
"allow-plugins": true,
1717
"platform": {
18-
"php": "8.4.6"
18+
"php": "8.4.8"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

tools/02_phpstan/composer.lock

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

tools/03_psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"config": {
1616
"allow-plugins": true,
1717
"platform": {
18-
"php": "8.4.6"
18+
"php": "8.4.8"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

0 commit comments

Comments
 (0)