phakpoom / linebot-bundle
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- linemob/core-php: dev-master
- php-http/guzzle6-adapter: ^1.1
- php-http/httplug-bundle: ^1.4
- phpmob/changmin: dev-node4
- sylius/grid: 1.2.x-dev
- sylius/grid-bundle: 1.2.x-dev
- symfony/symfony: 3.4.*
Requires (Dev)
- behat/behat: ^3.2
- friends-of-behat/context-service-extension: ^0.3
- friends-of-behat/cross-container-extension: ^0.2
- friends-of-behat/performance-extension: ^1.0
- friends-of-behat/service-container-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^0.2.1
- matthiasnoback/symfony-config-test: ^2.0
- matthiasnoback/symfony-dependency-injection-test: ^1.0
- phpunit/phpunit: ^5.6
- webmozart/assert: ^1.2
This package is auto-updated.
Last update: 2021-03-25 13:42:27 UTC
README
@see https://igor.io/2013/02/07/composer-stability-flags.html
Now you have to set require dependency like this during developing.
"require": { "sylius/grid": "1.2.x-dev", "sylius/grid-bundle": "1.2.x-dev", "linemob/core-php": "dev-master", "phpmob/changmin": "dev-node4", "phakpoom/linebot-bundle": "dev-master" }
README.md
Testing
$ ./vendor/bin/phpunit
$ ./vendor/bin/behat
LineBotBundle provide behat context for testing response from line just add context see below:
# behat.yml default: FriendsOfBehat\ContextServiceExtension: imports: - "vendor/phakpoom/linebot-bundle/src/LineMob/Behat/Resources/config/services.xml" # add this