Skip to content

Commit 2cba886

Browse files
committed
Locked PHP version to 8.4.6 in composer files
1 parent b69137e commit 2cba886

26 files changed

+161
-161
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"config": {
9292
"allow-plugins": true,
9393
"platform": {
94-
"php": "8.4.5"
94+
"php": "8.4.6"
9595
},
9696
"sort-packages": true
9797
},

composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/01_phpunit/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"config": {
1818
"allow-plugins": true,
1919
"platform": {
20-
"php": "8.4.5"
20+
"php": "8.4.6"
2121
},
2222
"preferred-install": {
2323
"*": "dist"

tools/01_phpunit/composer.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.json

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

tools/02_phpstan/composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/03_psalm/composer.json

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

tools/03_psalm/composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/04_symplify/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"config": {
1515
"allow-plugins": true,
1616
"platform": {
17-
"php": "8.4.5"
17+
"php": "8.4.6"
1818
},
1919
"preferred-install": {
2020
"*": "dist"

0 commit comments

Comments
 (0)