Skip to content

Commit

Permalink
Update symfony packages to 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Kosiarski committed Oct 16, 2020
1 parent cfc3ff3 commit 508e556
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 59 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"require": {
"php": "^7.4",
"ext-json": "*",
"symfony/http-kernel": "5.1.5",
"symfony/http-kernel": "5.1.7",
"guzzlehttp/guzzle": "^6.3",
"symfony/cache": "5.1"
"symfony/cache": "5.1.7"
},
"autoload" : {
"psr-4" : {
"MaciejKosiarski\\JwtKeeperBundle\\" : ""
}
},
"require-dev": {
"symfony/phpunit-bridge": "5.1",
"symfony/var-dumper": "5.1"
"symfony/phpunit-bridge": "5.1.7",
"symfony/var-dumper": "5.1.7"
}
}
Loading

0 comments on commit 508e556

Please sign in to comment.