Skip to content

Commit

Permalink
add config for bone-oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Feb 10, 2020
1 parent a24ec8c commit e2d06ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"delboy1978uk/generator": "^1.2",
"delboy1978uk/bone-mail": "^1.0.1",
"delboy1978uk/booty": "^1.0",
"delboy1978uk/bone-oauth2": "dev-master"
"delboy1978uk/bone-oauth2": "^1.0",
"delboy1978uk/bone-open-api": "^0.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion config/development/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'error_log' => '/var/www/error_log',
'error_reporting' => -1,
'display_errors' => false,
'display_errors' => true,
];


Expand Down
5 changes: 5 additions & 0 deletions config/docs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'docs' => 'data/docs/api.json'
];
2 changes: 2 additions & 0 deletions config/packages.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Bone\OAuth2\BoneOAuth2Package;
use Bone\OpenApi\OpenApiPackage;
use BoneMvc\Mail\MailPackage;
use BoneMvc\Module\App\AppPackage;
use BoneMvc\Module\BoneMvcDoctrine\BoneMvcDoctrinePackage;
Expand All @@ -17,6 +18,7 @@
UserPackage::class,
BoneMvcUserPackage::class,
BoneOAuth2Package::class,
OpenApiPackage::class,
TestPackage::class,
AppPackage::class,
],
Expand Down

0 comments on commit e2d06ee

Please sign in to comment.