Skip to content

Commit

Permalink
chore: Update composer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejLeinweber authored and pl-github committed Oct 7, 2024
1 parent 6184535 commit 50f726d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"brainbits/phpcs-standard": "^7.0.1",
"brainbits/phpstan-rules": "^3.1",
"matthiasnoback/symfony-config-test": "^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
"mikey179/vfsstream": "^1.6.11",
"phpstan/phpstan": "^1.10.67",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^11.3.6",
"predis/predis": "^2.2",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
Expand All @@ -42,7 +42,14 @@
"phpspec/prophecy": "1.12.*"
},
"autoload": {
"psr-4": { "Brainbits\\Blocking\\": "src/" }
"psr-4": {
"Brainbits\\Blocking\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Brainbits\\Blocking\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 50f726d

Please sign in to comment.