Skip to content

Commit 217f467

Browse files
authored
Update dev tools (#1011)
1 parent 416a201 commit 217f467

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mi-schi/phpmd-extension": "^4.3",
1010
"phpmd/phpmd": "^2.15",
1111
"phpstan/extension-installer": "^1.4.3",
12-
"phpstan/phpstan": "^2.1.8",
12+
"phpstan/phpstan": "^2.1.10",
1313
"phpstan/phpstan-phpunit": "^2.0.4",
1414
"phpstan/phpstan-strict-rules": "^2.0.4",
1515
"shipmonk/composer-dependency-analyser": "^1.8.2",

.dev-tools/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/.* export-ignore
44
/tests/ export-ignore
5-
/phpunit.xml.dist export-ignore
5+
/phpunit.xml export-ignore
66

77
* text eol=lf

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/vendor/
22
/composer.lock
3-
/phpunit.xml

phpunit.xml.dist renamed to phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<phpunit xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
44
xsi:noNamespaceSchemaLocation='./vendor/phpunit/phpunit/phpunit.xsd'
55
bootstrap='./tests/autoload.php'
6-
cacheDirectory='.phpunit.cache'
76
cacheResult='false'
87
colors='true'
98
displayDetailsOnTestsThatTriggerDeprecations='true'

0 commit comments

Comments
 (0)