PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayRex Laravel
Request payments using the PayRex service
Author: By
Last change:
Date: 13 days ago
Size: 2,426 bytes
 

Contents

Class file image Download
{ "name": "legionhq/laravel-payrex", "description": "Laravel package for the PayRex payment platform", "keywords": [ "laravel", "payrex", "payment-gateway", "payments", "checkout", "webhooks", "payment-intents", "philippines" ], "homepage": "https://github.com/whoami15/payrex-laravel", "license": "MIT", "authors": [ { "name": "Daryl Legion", "homepage": "https://github.com/whoami15", "role": "Developer" } ], "require": { "php": "^8.2", "guzzlehttp/psr7": "^2.0", "illuminate/contracts": "^11.0|^12.0|^13.0", "illuminate/http": "^11.0|^12.0|^13.0", "illuminate/support": "^11.0|^12.0|^13.0", "laravel/prompts": "^0.3.15", "psr/http-message": "^1.1|^2.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "larastan/larastan": "^3.0", "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1", "orchestra/testbench": "^9.0|^10.0|^11.0", "pestphp/pest": "^4.0", "pestphp/pest-plugin-arch": "^4.0", "pestphp/pest-plugin-laravel": "^4.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0" }, "autoload": { "psr-4": { "LegionHQ\\LaravelPayrex\\": "src/" } }, "autoload-dev": { "psr-4": { "LegionHQ\\LaravelPayrex\\Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": "@composer run prepare", "prepare": "@php vendor/bin/testbench package:discover --ansi", "analyse": "vendor/bin/phpstan analyse", "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "phpstan/extension-installer": true } }, "extra": { "laravel": { "providers": [ "LegionHQ\\LaravelPayrex\\PayrexServiceProvider" ], "aliases": { "Payrex": "LegionHQ\\LaravelPayrex\\Facades\\Payrex" } } }, "minimum-stability": "dev", "prefer-stable": true }