Skip to content

Commit 39a193a

Browse files
committed
Update configs
1 parent 1accfef commit 39a193a

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
/.phpunit.result.cache
1111
/.phpunit.cache/
1212
/.phpcs-cache
13-
/phpcs.xml

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"inspirum/coding-standard": "^1.3",
2929
"phpstan/phpstan": "^1.10",
30-
"phpunit/phpunit": "^10.0",
30+
"phpunit/phpunit": "^10.1",
3131
"squizlabs/php_codesniffer": "^3.7",
3232
"symfony/yaml": "^6.1"
3333
},
@@ -91,7 +91,7 @@
9191
],
9292
"phpunit": "./vendor/bin/phpunit",
9393
"phpcs": "./vendor/bin/phpcs -p -s --extensions=php --colors --report-width=140",
94-
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon.dist",
94+
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon",
9595
"phpcbf": "./vendor/bin/phpcbf -p --extensions=php",
9696
"infection": "./tools/infection",
9797
"composerRequireChecker": "./tools/composer-require-checker check",

phive.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="composer-unused" version="^0.8.2" installed="0.8.5" location="./tools/composer-unused" copy="false"/>
4-
<phar name="composer-require-checker" version="^4.0.0" installed="4.5.0" location="./tools/composer-require-checker" copy="false"/>
5-
<phar name="infection" version="^0.26.6" installed="0.26.18" location="./tools/infection" copy="false"/>
3+
<phar name="composer-unused" version="^0.8.9" location="./tools/composer-unused" copy="false" installed="0.8.9"/>
4+
<phar name="composer-require-checker" version="^4.6.0" location="./tools/composer-require-checker" copy="false" installed="4.6.0"/>
5+
<phar name="infection" version="^0.26.21" location="./tools/infection" copy="false" installed="0.26.21"/>
66
</phive>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)