dbp / relay-mono-connector-payunity-bundle
A PayUnity connector for the mono bundle for the Relay API gateway
Installs: 7 864
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=8.1
- ext-intl: *
- ext-json: *
- ext-openssl: *
- api-platform/core: ^2.7.11 || ^3.2
- dbp/relay-core-bundle: ^0.1.148
- dbp/relay-mono-bundle: ^0.4.10
- doctrine/dbal: ^3.8 || ^4.0
- doctrine/doctrine-migrations-bundle: ^3.3
- doctrine/migrations: ^3.3
- doctrine/orm: ^2.18 || ^3.2
- guzzlehttp/guzzle: ^7.4
- league/uri: ^6.5 || ^7.4
- psr/http-message: ^1.0 || ^2.0
- psr/log: ^1.1.4 || ^2.0.0 || ^3.0.0
- symfony/config: ^5.4 || ^6.4
- symfony/console: ^5.4 || ^6.4
- symfony/dependency-injection: ^5.4 || ^6.4
- symfony/framework-bundle: ^5.4.30 || ^6.4
- symfony/http-foundation: ^5.4 || ^6.4
- symfony/http-kernel: ^5.4 || ^6.4
- symfony/lock: ^5.4 || ^6.4
- symfony/routing: ^5.4 || ^6.4
- symfony/uid: ^5.4 || ^6.4
- twig/twig: ^3.8
Requires (Dev)
- captainhook/captainhook: ^5.21
- friendsofphp/php-cs-fixer: ^3.50
- phpstan/phpstan: ^1.10.59
- phpstan/phpstan-phpunit: ^1.3.16
- phpstan/phpstan-symfony: ^1.3.7
- phpunit/phpunit: ^10.1
- symfony/browser-kit: ^5.4 || ^6.4
- symfony/http-client: ^5.4 || ^6.4
- symfony/monolog-bundle: ^3.10
- symfony/phpunit-bridge: ^7.0.4
- vimeo/psalm: ^5.22.2
This package is auto-updated.
Last update: 2024-11-18 04:00:23 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