Skip to content

Commit 9c21fd6

Browse files
committed
Update deps
1 parent 913e4b2 commit 9c21fd6

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/http-kernel": "^6.1"
3232
},
3333
"require-dev": {
34-
"inspirum/coding-standard": "^1.2",
34+
"inspirum/coding-standard": "^1.3",
3535
"phpstan/phpstan": "^1.9",
3636
"phpunit/phpunit": "^10.0",
3737
"squizlabs/php_codesniffer": "^3.7",
@@ -58,20 +58,15 @@
5858
"@style:phpcs",
5959
"@test:unit",
6060
"@style:phpstan",
61-
"@test:integration",
6261
"@check:requirement",
6362
"@check:unused"
6463
],
6564
"test:test": [
66-
"@test:unit",
67-
"@test:integration"
65+
"@test:unit"
6866
],
6967
"test:unit": [
7068
"@phpunit --testsuite=Unit"
7169
],
72-
"test:integration": [
73-
"@phpunit --testsuite=Integration"
74-
],
7570
"test:coverage": [
7671
"@phpunit --coverage-text --coverage-html=var/phpunit/coverage"
7772
],

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.2" location="./tools/composer-unused" copy="false"/>
4-
<phar name="composer-require-checker" version="^4.0.0" installed="4.0.0" location="./tools/composer-require-checker" copy="false"/>
5-
<phar name="infection" version="^0.26.6" installed="0.26.6" location="./tools/infection" copy="false"/>
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"/>
66
</phive>

0 commit comments

Comments
 (0)