Skip to content

Commit

Permalink
Updated FOSOAuthServerBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Jan 17, 2016
1 parent 64543d4 commit 29bad80
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 38 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": ">=5.4",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"friendsofsymfony/oauth-server-bundle": "^1.4.3",
"friendsofsymfony/oauth-server-bundle": "^1.5",
"friendsofsymfony/rest-bundle": "^1.7",
"friendsofsymfony/user-bundle": "^2.0",
"incenteev/composer-parameter-handler": "^2.0",
Expand Down Expand Up @@ -61,10 +61,6 @@
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
}
],
"replace": {
Expand Down
6 changes: 1 addition & 5 deletions src/Kreta/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": ">=5.4",
"symfony/framework-bundle": "^2.7|^3.0",
"friendsofsymfony/oauth-server-bundle": "^1.4.3",
"friendsofsymfony/oauth-server-bundle": "^1.5",
"friendsofsymfony/rest-bundle": "^1.7",
"jms/serializer-bundle": "^1.1",
"kreta/core": "^0.5.0",
Expand All @@ -39,10 +39,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/IssueBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/MediaBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/NotificationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/ProjectBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/WebBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down
4 changes: 0 additions & 4 deletions src/Kreta/Bundle/WorkflowBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"phpspec/phpspec": "^2.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kreta/FOSOAuthServerBundle"
},
{
"type": "vcs",
"url": "https://github.com/kreta/FOSUserBundle"
Expand Down

0 comments on commit 29bad80

Please sign in to comment.