Skip to content

Commit

Permalink
Merge pull request #44 from roadrunner-php/sf-7
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
butschster authored Dec 5, 2023
2 parents 7d5e3ba + 818ced3 commit a896e1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
"composer/semver": "^3.2",
"spiral/roadrunner-worker": ">=2.0.2",
"spiral/tokenizer": "^2.13 || ^3.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/console": "^5.3 || ^6.0 || ^7.0",
"symfony/http-client": "^4.4.11 || ^5.0 || ^6.0 || ^7.0",
"symfony/polyfill-php80": "^1.22",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "^1.0",
"vimeo/psalm": "^4.4",
"symfony/var-dumper": "^4.4|^5.0"
"vimeo/psalm": "^5.17"
},
"scripts": {
"analyze": "psalm"
Expand Down

0 comments on commit a896e1d

Please sign in to comment.