Skip to content

Commit

Permalink
Updated configuration for text helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Eggert committed Oct 12, 2017
1 parent 2211ff6 commit e7675ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"require": {
"php": "^7.0",
"http-interop/http-middleware": "^0.4.1",
"roave/security-advisories": "dev-master",
"travello-gmbh/amazon-alexa-skill-zf": "^2.1.0",
"zendframework/zend-component-installer": "^1.0 || ^0.7.0",
Expand Down
2 changes: 2 additions & 0 deletions module/Hello/src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Hello\Config\RouterDelegatorFactory;
use Hello\Intent\HelloIntent;
use TravelloAlexaLibrary\Application\AlexaApplication;
use TravelloAlexaLibrary\TextHelper\TextHelper;
use TravelloAlexaZf\Intent\AbstractIntentFactory;
use Zend\Expressive\Application;

Expand Down Expand Up @@ -73,6 +74,7 @@ public function getSkills(): array
self::NAME => [
'applicationId' => 'amzn1.ask.skill.place-your-skill-id-here',
'applicationClass' => AlexaApplication::class,
'textHelperClass' => TextHelper::class,
'sessionDefaults' => [
'count' => 0,
],
Expand Down

0 comments on commit e7675ff

Please sign in to comment.