dbp / relay-mono-connector-payunity-bundle
A PayUnity connector for the mono bundle for the Relay API gateway
Installs: 3 278
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.3
- ext-intl: *
- ext-json: *
- ext-openssl: *
- api-platform/core: ^2.7.11
- dbp/relay-core-bundle: ^0.1.98
- dbp/relay-mono-bundle: ^0.3.2
- league/uri: ^6.5
- symfony/framework-bundle: ^5.4
- symfony/orm-pack: ^2.2
- symfony/uid: ^5.4
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8.5
- friendsofphp/php-cs-fixer: ^3.4
- phpstan/phpstan: ^1.10.11
- phpstan/phpstan-phpunit: ^1.3.11
- phpstan/phpstan-symfony: ^1.2.25
- phpunit/phpunit: ^9.6.6
- symfony/browser-kit: ^5.4.21
- symfony/http-client: ^5.4.22
- symfony/monolog-bundle: ^3.8
- symfony/phpunit-bridge: ^5.4.21
- vimeo/psalm: ^4.30
This package is auto-updated.
Last update: 2023-09-23 04:30:45 UTC
README
A PayUnity connector for the mono bundle for the Relay API gateway
See the documentation for more information.
Development & Testing
- Install dependencies:
composer install
- Run tests:
composer test
- Run linters:
composer run lint
- Run cs-fixer:
composer run cs-fix