Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb20863

Browse files
[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

‎build-cs/composer.json‎

Lines changed: 6 additions & 3 deletions
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
}

‎build.xml‎

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /