Skip to content

Commit

Permalink
Upgrade symfony components to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkosiarski committed Oct 9, 2020
1 parent 87f8800 commit 127e49c
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 346 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"MIT"
],
"require": {
"php": "^7.1",
"php": "^7.4",
"ext-json": "*",
"symfony/http-kernel": "^4.2",
"symfony/http-kernel": "5.1",
"guzzlehttp/guzzle": "^6.3",
"symfony/cache": "^4.2"
"symfony/cache": "5.1"
},
"autoload" : {
"psr-4" : {
"MaciejKosiarski\\JwtKeeperBundle\\" : ""
}
},
"require-dev": {
"symfony/phpunit-bridge": "^4.3",
"symfony/var-dumper": "^4.3"
"symfony/phpunit-bridge": "5.1",
"symfony/var-dumper": "5.1"
}
}
Loading

0 comments on commit 127e49c

Please sign in to comment.