PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ángel cruz   PHP Instapago   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instapago
Process payments with the Instapago API
Author: By
Last change: add changes :rocket: (#50)

Date: 10 months ago
Size: 1,040 bytes
 

Contents

Class file image Download
{ "name": "instapago/instapago", "description": ":D", "keywords": [ "Instapago", "instapago" ], "homepage": "https://github.com/abr4xas/instapago", "license": "MIT", "authors": [ { "name": "Angel Cruz", "email": "angel@tepuilabs.dev", "role": "Developer" } ], "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.5.1" }, "require-dev": { "laravel/pint": "^1.10", "pestphp/pest": "^2.6" }, "autoload": { "psr-4": { "Instapago\\Instapago\\": "src" } }, "autoload-dev": { "psr-4": { "Instapago\\Instapago\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint" }, "config": { "sort-packages": true, "allow-plugins": true }, "minimum-stability": "dev", "prefer-stable": true }