Skip to content

Commit

Permalink
Changed oauth server repositoty
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriemer committed Sep 7, 2023
1 parent a2212ba commit 2c540cc
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,17 @@
"homepage": "https://github.com/thephpleague/oauth2-server-bundle/graphs/contributors"
}
],
"repositories": {
"git.iptox.net/8": {
"type": "composer",
"url": "https://git.iptox.net/api/v4/group/8/-/packages/composer/packages.json"
},
"git.iptox.net/6": {
"type": "composer",
"url": "https://git.iptox.net/api/v4/group/6/-/packages/composer/packages.json"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/marcriemer/oauth2-server"
}
],
"require": {
"php": ">=7.2",
"doctrine/doctrine-bundle": "^2.0.8",
"doctrine/orm": "^2.7.1",
"league/oauth2-server": "^8.6",
"league/oauth2-server": "^8.5",
"nyholm/psr7": "^1.4",
"psr/http-factory": "^1.0",
"symfony/event-dispatcher": "^5.4|^6.2",
Expand Down

0 comments on commit 2c540cc

Please sign in to comment.