Skip to content

Commit e621cef

Browse files
committed
Updated PHP requirement in composer.json files
1 parent 884e7e3 commit e621cef

File tree

24 files changed

+161
-148
lines changed

24 files changed

+161
-148
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.8"
99+
"php": "8.4.10"
100100
},
101101
"sort-packages": true
102102
},

composer.lock

Lines changed: 15 additions & 14 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.8"
18+
"php": "8.4.10"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

tools/02_phpstan/composer.lock

Lines changed: 9 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.8"
18+
"php": "8.4.10"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

tools/03_psalm/composer.lock

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

tools/04_symplify/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"config": {
1515
"allow-plugins": true,
1616
"platform": {
17-
"php": "8.4.8"
17+
"php": "8.4.10"
1818
},
1919
"preferred-install": {
2020
"*": "dist"

tools/04_symplify/composer.lock

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

tools/05_infection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"config": {
1313
"allow-plugins": true,
1414
"platform": {
15-
"php": "8.4.8"
15+
"php": "8.4.10"
1616
},
1717
"preferred-install": {
1818
"*": "dist"

0 commit comments

Comments
 (0)