Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit e1e7dbc

Browse files
committed
Update package dependencies
1 parent 1b8b307 commit e1e7dbc

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.gitattributes

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
* text=auto
22

3-
/docs export-ignore
43
/.github export-ignore
54
/.editorconfig export-ignore
65
/.gitattributes export-ignore
76
/.gitignore export-ignore
87
/.php-cs-fixer.php export-ignore
98
/CHANGELOG.md export-ignore
109
/README.md export-ignore
11-
/phpbench.jso export-ignore
10+
/phpbench.json export-ignore
1211
/phpstan.neon export-ignore
1312
/phpunit.xml export-ignore
1413
/tests export-ignore
1514
/benchmarks export-ignore
16-
/**/*Test.php export-ignore
17-
/**/*TestCase.php export-ignore
18-
/**/*Bench.php export-ignore

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@
2626
"rowbot/url": "^4.0"
2727
},
2828
"require-dev": {
29-
"friendsofphp/php-cs-fixer": "^3.68.5",
30-
"league/uri-components": "dev-master",
31-
"league/uri": "dev-master",
32-
"phpstan/phpstan": "^2.1.3",
33-
"phpstan/phpstan-strict-rules": "^2.0.3",
34-
"phpstan/phpstan-phpunit": "^2.0.4",
35-
"phpstan/phpstan-deprecation-rules": "^2.0.1",
36-
"phpunit/phpunit": "^10.5.45 || ^11.5.7",
37-
"phpbench/phpbench": "^1.4",
29+
"friendsofphp/php-cs-fixer": "^3.75.0",
30+
"phpstan/phpstan": "^2.1.13",
31+
"phpstan/phpstan-strict-rules": "^2.0.4",
32+
"phpstan/phpstan-phpunit": "^2.0.6",
33+
"phpstan/phpstan-deprecation-rules": "^2.0.2",
34+
"phpunit/phpunit": "^10.5.45 || ^11.5.7 || ^12.1.3",
35+
"phpbench/phpbench": "^1.4.1",
3836
"symfony/var-dumper": "^v6.4.18 || ^v7.2.3"
3937
},
4038
"scripts": {

0 commit comments

Comments
 (0)