Skip to content

Commit 50f726d

Browse files
AlexejLeinweberpl-github
authored andcommitted
chore: Update composer-deps
1 parent 6184535 commit 50f726d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"brainbits/phpcs-standard": "^7.0.1",
1919
"brainbits/phpstan-rules": "^3.1",
2020
"matthiasnoback/symfony-config-test": "^5.1",
21-
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
21+
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
2222
"mikey179/vfsstream": "^1.6.11",
2323
"phpstan/phpstan": "^1.10.67",
24-
"phpunit/phpunit": "^10.5",
24+
"phpunit/phpunit": "^11.3.6",
2525
"predis/predis": "^2.2",
2626
"symfony/clock": "^6.4|^7.0",
2727
"symfony/config": "^6.4|^7.0",
@@ -42,7 +42,14 @@
4242
"phpspec/prophecy": "1.12.*"
4343
},
4444
"autoload": {
45-
"psr-4": { "Brainbits\\Blocking\\": "src/" }
45+
"psr-4": {
46+
"Brainbits\\Blocking\\": "src/"
47+
}
48+
},
49+
"autoload-dev": {
50+
"psr-4": {
51+
"Brainbits\\Blocking\\Tests\\": "tests/"
52+
}
4653
},
4754
"extra": {
4855
"branch-alias": {

0 commit comments

Comments
 (0)