Skip to content

Commit

Permalink
fix(deps): pin dependencies (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 18, 2021
1 parent 4ac57b1 commit 246c130
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions apps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"adam-paterson/oauth2-slack": "^1.1",
"adam-paterson/oauth2-slack": "1.1.3",
"api-platform/core": "2.5.7",
"beberlei/assert": "3.3.0",
"beberlei/doctrineextensions": "1.3.0",
Expand All @@ -22,24 +22,24 @@
"knplabs/knp-menu-bundle": "3.1.0",
"knplabs/knp-paginator-bundle": "5.4.2",
"league/oauth2-client": "2.6.0",
"league/oauth2-facebook": "^2.0",
"league/oauth2-github": "^2.0",
"league/oauth2-google": "^4.0",
"league/oauth2-instagram": "^3.0",
"league/oauth2-linkedin": "^5.1",
"league/oauth2-facebook": "2.0.5",
"league/oauth2-github": "2.0.0",
"league/oauth2-google": "4.0.0",
"league/oauth2-instagram": "3.0.0",
"league/oauth2-linkedin": "5.1.2",
"mhujer/breadcrumbs-bundle": "1.5.5",
"michaelkaefer/oauth2-amazon": "^1.0",
"michaelkaefer/oauth2-amazon": "1.0.3",
"nelmio/cors-bundle": "2.1.0",
"omines/oauth2-gitlab": "^3.4",
"omines/oauth2-gitlab": "3.4.0",
"phpdocumentor/reflection-docblock": "5.2.2",
"psr/http-message": "1.0.1",
"ramsey/uuid": "4.1.1",
"ramsey/uuid-doctrine": "1.6.0",
"rtheunissen/oauth2-reddit": "^2.0",
"rtheunissen/oauth2-reddit": "2.0.2",
"sensio/framework-extra-bundle": "6.1.1",
"stevenmaguire/oauth2-bitbucket": "^3.0",
"stevenmaguire/oauth2-dropbox": "^3.0",
"stevenmaguire/oauth2-paypal": "^2.0",
"stevenmaguire/oauth2-bitbucket": "3.0.0",
"stevenmaguire/oauth2-dropbox": "3.0.1",
"stevenmaguire/oauth2-paypal": "2.0.0",
"stof/doctrine-extensions-bundle": "1.6.0",
"symfony/apache-pack": "1.0.1",
"symfony/asset": "5.2.*",
Expand Down Expand Up @@ -83,10 +83,10 @@
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "3.3.0",
"twig/twig": "^2.12|^3.0",
"vantezzen/oauth2-pinterest": "^2.2",
"vertisan/oauth2-twitch-helix": "^1.0",
"vantezzen/oauth2-pinterest": "2.2.1",
"vertisan/oauth2-twitch-helix": "1.0.1",
"webonyx/graphql-php": "14.5.1",
"wohali/oauth2-discord-new": "^1.1"
"wohali/oauth2-discord-new": "1.1.0"
},
"require-dev": {
"behat/behat": "3.8.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 246c130

Please sign in to comment.