Skip to content

Commit 39a5986

Browse files
authored
Merge pull request MyIntervals#355 from oliverklee/task/update-dev-tools
2 parents df1b8c5 + d5a7676 commit 39a5986

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^3.0.0" installed="3.0.0" location="./.phive/php-cs-fixer.phar" copy="false"/>
4-
<phar name="phpcbf" version="^3.6.0" location="./.phive/phpcbf.phar" copy="false" installed="3.6.0"/>
5-
<phar name="phpcs" version="^3.6.0" location="./.phive/phpcs.phar" copy="false" installed="3.6.0"/>
6-
<phar name="phpstan" version="^0.12.88" installed="0.12.88" location="./.phive/phpstan.phar" copy="false"/>
3+
<phar name="php-cs-fixer" version="^3.4.0" installed="3.4.0" location="./.phive/php-cs-fixer.phar" copy="false"/>
4+
<phar name="phpcbf" version="^3.6.2" location="./.phive/phpcbf.phar" copy="false" installed="3.6.2"/>
5+
<phar name="phpcs" version="^3.6.2" location="./.phive/phpcs.phar" copy="false" installed="3.6.2"/>
6+
<phar name="phpstan" version="^1.3.3" installed="1.3.3" location="./.phive/phpstan.phar" copy="false"/>
77
</phive>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.8.36",
23-
"codacy/coverage": "^1.4"
23+
"codacy/coverage": "^1.4.3"
2424
},
2525
"suggest": {
2626
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)