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

Commit df4e0d3

Browse files
committed
Update dependencies
1 parent a971ab2 commit df4e0d3

File tree

3 files changed

+308
-437
lines changed

3 files changed

+308
-437
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@
3939
"phpstan/phpstan": "^1",
4040
"phpstan/phpstan-mockery": "^1",
4141
"phpstan/phpstan-strict-rules": "^1",
42-
"phpunit/phpunit": "^9.5",
42+
"phpunit/phpunit": "^10",
4343
"rector/rector": "^0.15"
4444
},
4545
"config": {
46-
"sort-packages": true
46+
"sort-packages": true,
47+
"allow-plugins": {
48+
"php-http/discovery": true
49+
}
4750
},
4851
"scripts": {
4952
"qa": "composer check-cs && composer stan && composer test",

0 commit comments

Comments
 (0)