Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Sep 26, 2023
1 parent 1318fc5 commit 361b567
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"phpunit/phpunit": "^9.0",
"react/async": "^4.1",
"react/http": "^1.9",
"symfony/http-client": "^6.3",
"symfony/var-dumper": "^6.3"
"symfony/http-client": "^6.3"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -69,6 +68,11 @@
"@test"
]
},
"suggest": {
"azjezz/psl": "Required for the PSL driver",
"clue/mq-react": "Required for the ReactPHP driver",
"react/async": "Required for the ReactPHP driver"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
Expand Down

0 comments on commit 361b567

Please sign in to comment.