Skip to content

Commit 07bb18c

Browse files
Updated phive and added composer-require-checker to build again since the new version just works
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent bc13be4 commit 07bb18c

6 files changed

Lines changed: 42 additions & 18 deletions

File tree

.idea/runConfigurations/ci_all.xml

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

.run/Default.run.xml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
1+
<!--
2+
~ Copyright 2022 Bastian Schwarz <bastian@codename-php.de>.
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
117
<component name="ProjectRunConfigurationManager">
218
<configuration default="false" name="Default" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
319
<deployment type="docker-compose.yml">
420
<settings>
5-
<option name="envFilePath" value="" />
6-
<option name="commandLineOptions" value="--build" />
21+
<option name="envFilePath" value=""/>
22+
<option name="commandLineOptions" value="--build"/>
723
<option name="services">
824
<list>
9-
<option value="application" />
25+
<option value="application"/>
1026
</list>
1127
</option>
1228
<option name="sourceFilePath" value="docker-compose.yml" />
29+
<option name="upForceRecreate" value="true"/>
1330
<option name="upRemoveOrphans" value="true" />
1431
</settings>
1532
</deployment>

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@phpunit",
4545
"@psalm",
4646
"@composer-unused",
47+
"@composer-require-checker",
4748
"@infection"
4849
]
4950
},

phive.xml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--~
3-
~ Copyright 2020 Bastian Schwarz <bastian@codename-php.de>.
2+
<!--
3+
~ Copyright 2022 Bastian Schwarz <bastian@codename-php.de>.
44
~
5-
~ Licensed under the Apache License, Version 2.0 (the "License");
6-
~ you may not use this file except in compliance with the License.
7-
~ You may obtain a copy of the License at
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
88
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
9+
~ http://www.apache.org/licenses/LICENSE-2.0
1610
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
1716
-->
1817
<phive xmlns="https://phar.io/phive">
1918
<phar name="phpunit" version="^9.0.1" installed="9.5.11" location="./tools/phpunit.phar" copy="true"/>
2019
<phar name="psalm" version="^4.0" installed="4.18.1" location="./tools/psalm" copy="true"/>
2120
<phar name="composer-unused" version="^0.7.1" installed="0.7.12" location="./tools/composer-unused" copy="true"/>
22-
<phar name="composer-require-checker" version="^2.1.0" installed="2.1.0" location="./tools/composer-require-checker" copy="true"/>
23-
<phar name="infection" version="^0.20" installed="0.20.1" location="./tools/infection" copy="true"/>
24-
<phar name="php-cs-fixer" version="^2.16.1" installed="2.19.3" location="./tools/php-cs-fixer" copy="true"/>
21+
<phar name="composer-require-checker" version="^4.0" installed="4.0.0" location="./tools/composer-require-checker" copy="true"/>
22+
<phar name="infection" version="^0.26" installed="0.26.1" location="./tools/infection" copy="true"/>
2523
</phive>

tools/composer-require-checker

162 KB
Binary file not shown.

tools/infection

88.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)