Skip to content

Commit bb20863

Browse files
committed
[cs] bump build-cs deps to comply with PHP 8
1 parent 35c6094 commit bb20863

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: build-cs/composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2+
"require": {
3+
"php": "^7.1 || ^8.0"
4+
},
25
"require-dev": {
3-
"consistence/coding-standard": "^3.5",
4-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5-
"slevomat/coding-standard": "^4.7.2"
6+
"consistence/coding-standard": "^3.10",
7+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
8+
"slevomat/coding-standard": "^6.4.1"
69
}
710
}

Diff for: build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<arg value="install"/>
6161
<arg value="--working-dir"/>
6262
<arg path="build-cs"/>
63+
<arg value="--ignore-platform-reqs"/>
6364
<arg value="--ansi"/>
6465
</exec>
6566
<exec

0 commit comments

Comments
 (0)