|
1 | 1 | <?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>. |
4 | 4 | ~ |
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 |
8 | 8 | ~ |
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 |
16 | 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. |
17 | 16 | --> |
18 | 17 | <phive xmlns="https://phar.io/phive"> |
19 | 18 | <phar name="phpunit" version="^9.0.1" installed="9.5.11" location="./tools/phpunit.phar" copy="true"/> |
20 | 19 | <phar name="psalm" version="^4.0" installed="4.18.1" location="./tools/psalm" copy="true"/> |
21 | 20 | <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"/> |
25 | 23 | </phive> |
0 commit comments