Skip to content

Commit 50f8f07

Browse files
committed
chore(deps): Update development dependencies
1 parent 9a49d80 commit 50f8f07

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"brainbits/phpcs-standard": "^8.0.0",
1717
"brainbits/phpstan-rules": "^4.0.0",
1818
"ergebnis/composer-normalize": "^2.47",
19-
"ergebnis/phpstan-rules": "^2.8.0",
20-
"phpstan/phpstan": "^2.1.16",
21-
"phpstan/phpstan-phpunit": "^2.0.6",
22-
"phpstan/phpstan-strict-rules": "^2.0.4",
23-
"phpunit/phpunit": "^12.1.5",
24-
"rector/rector": "^2.0.16",
25-
"squizlabs/php_codesniffer": "^3.13.0",
26-
"thecodingmachine/phpstan-safe-rule": "^1.4.0"
19+
"ergebnis/phpstan-rules": "^2.11.0",
20+
"phpstan/phpstan": "^2.1.22",
21+
"phpstan/phpstan-phpunit": "^2.0.7",
22+
"phpstan/phpstan-strict-rules": "^2.0.6",
23+
"phpunit/phpunit": "^12.3.6",
24+
"rector/rector": "^2.1.4",
25+
"squizlabs/php_codesniffer": "^3.13.2",
26+
"thecodingmachine/phpstan-safe-rule": "^1.4.1"
2727
},
2828
"autoload": {
2929
"psr-4": {

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
@@ -15,7 +15,7 @@
1515
</testsuite>
1616
</testsuites>
1717

18-
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
18+
<source restrictNotices="true" restrictWarnings="true">
1919
<include>
2020
<directory>src</directory>
2121
</include>

0 commit comments

Comments
 (0)