Skip to content

Commit 94d6319

Browse files
committed
Fix: Run 'make coding-standards'
1 parent 526f809 commit 94d6319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
}
5656
},
5757
"config": {
58+
"platform": {
59+
"php": "8.0.25"
60+
},
5861
"allow-plugins": {
5962
"composer/package-versions-deprecated": true,
6063
"infection/extension-installer": true
6164
},
62-
"platform": {
63-
"php": "8.0.25"
64-
},
6565
"preferred-install": "dist",
6666
"sort-packages": true
6767
},

0 commit comments

Comments
 (0)