Skip to content

Commit

Permalink
update to forked oauth2-php in order to gain sf6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
didier2l committed Jan 12, 2024
1 parent 08f7a0b commit 9f74f90
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": "^7.2 || ^8.1",
"friendsofsymfony/oauth2-php": "~1.1",
"friendsofsymfony/oauth2-php": "dev-update-symfony-6-4",
"symfony/dependency-injection": "^4.4 || ^5.1 || ^6.1",
"symfony/framework-bundle": "^4.4 || ^5.1 || ^6.1",
"symfony/security-bundle": "^4.4 || ^5.1 || ^6.1",
Expand Down Expand Up @@ -56,5 +56,11 @@
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:mapado/oauth2-php.git"
}
]
}

0 comments on commit 9f74f90

Please sign in to comment.