phakpoom / linebot-bundle
该包已被放弃,不再维护。未建议替代包。
dev-master / 1.0.x-dev
2018-05-09 05:24 UTC
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
现在在开发过程中,您必须这样设置依赖项:
"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
测试
$ ./vendor/bin/phpunit
$ ./vendor/bin/behat
LineBotBundle 提供了 behat 测试上下文以测试来自 line 的响应,只需添加以下上下文即可:
# behat.yml default: FriendsOfBehat\ContextServiceExtension: imports: - "vendor/phakpoom/linebot-bundle/src/LineMob/Behat/Resources/config/services.xml" # add this