Skip to content

Commit

Permalink
Bump symfony dependencies to ^5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgorenkin committed Jun 10, 2021
1 parent 63962d8 commit f98ef07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"psr/log": "^1.0",
"psr/simple-cache": ">=1.0",
"spiral/composer-publish-plugin": "^1.0",
"symfony/console": "^5.1",
"symfony/finder": "^5.1",
"symfony/mailer": "^5.1",
"symfony/console": "^5.3",
"symfony/finder": "^5.3",
"symfony/mailer": "^5.3",
"symfony/polyfill-php73": "^1.18",
"symfony/polyfill-php80": "^1.18",
"symfony/translation": "^5.1",
"symfony/translation": "^5.3",
"vlucas/phpdotenv": "^3.6"
},
"autoload": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"spiral/migrations": "^2.1",
"spiral/php-grpc": "^1.4",
"spiral/roadrunner": "^1.9.2",
"symfony/var-dumper": "^5.2",
"symfony/var-dumper": "^5.3",
"symplify/monorepo-builder": "^8.3",
"vimeo/psalm": "^4.3"
},
Expand Down

0 comments on commit f98ef07

Please sign in to comment.