Skip to content

Commit

Permalink
Update lower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Sep 13, 2024
1 parent 0529664 commit c42883e
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,33 +44,34 @@
"nyholm/psr7": "^1.5",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.6 || ^10.0",
"spiral/auth": "^3.12",
"spiral/auth-http": "^3.12",
"spiral/boot": "^3.12",
"spiral/events": "^3.12",
"spiral/console": "^3.12",
"spiral/core": "^3.12",
"spiral/http": "^3.12",
"spiral/mailer": "^3.12",
"spiral/queue": "^3.12",
"spiral/session": "^3.12",
"spiral/security": "^3.12",
"spiral/tokenizer": "^3.12",
"spiral/storage": "^3.12",
"spiral/views": "^3.12",
"spiral/translator": "^3.12",
"spiral/scaffolder": "^3.12",
"spiral/auth": "^3.14.3",
"spiral/auth-http": "^3.14.3",
"spiral/boot": "^3.14.3",
"spiral/events": "^3.14.3",
"spiral/console": "^3.14.3",
"spiral/core": "^3.14.3",
"spiral/http": "^3.14.3",
"spiral/mailer": "^3.14.3",
"spiral/queue": "^3.14.3",
"spiral/session": "^3.14.3",
"spiral/security": "^3.14.3",
"spiral/tokenizer": "^3.14.3",
"spiral/storage": "^3.14.3",
"spiral/views": "^3.14.3",
"spiral/translator": "^3.14.3",
"spiral/scaffolder": "^3.14.3",
"symfony/mime": "^6.0 || ^7.0"
},
"suggest": {
"brianium/paratest": "Required to run tests in parallel (^6.0).",
"ext-gd": "Required to use generate fake image files"
},
"require-dev": {
"spiral/framework": "^3.12",
"spiral/roadrunner-bridge": "^2.2 || ^3.0",
"spiral/dumper": "^3.3",
"spiral/framework": "^3.14.3",
"spiral/roadrunner-bridge": "^2.2 || ^3.7 || ^4.0",
"spiral-packages/league-event": "^1.0.1",
"spiral/nyholm-bridge": "^1.2",
"spiral/nyholm-bridge": "^1.3",
"vimeo/psalm": "^5.9"
},
"autoload": {
Expand Down

0 comments on commit c42883e

Please sign in to comment.