Skip to content

Commit 54055a2

Browse files
committed
Update configs
1 parent 9fd7b8e commit 54055a2

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run linters
3737
run: |
3838
vendor/bin/phpcs src tests
39-
vendor/bin/phpstan analyse -c phpstan.neon.dist
39+
vendor/bin/phpstan analyse -c phpstan.neon
4040
- name: Run tests
4141
run: |
4242
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

.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
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"inspirum/coding-standard": "^1.3",
2424
"phpstan/phpstan": "^1.10",
25-
"phpunit/phpunit": "^10.0",
25+
"phpunit/phpunit": "^10.1",
2626
"squizlabs/php_codesniffer": "^3.7"
2727
},
2828
"autoload": {
@@ -88,7 +88,7 @@
8888
],
8989
"phpunit": "./vendor/bin/phpunit",
9090
"phpcs": "./vendor/bin/phpcs -p -s --extensions=php --colors --report-width=140 || true",
91-
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon.dist",
91+
"phpstan": "./vendor/bin/phpstan analyse -c phpstan.neon",
9292
"phpcbf": "./vendor/bin/phpcbf -p --extensions=php",
9393
"infection": "./tools/infection",
9494
"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)