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: update repo (#45)

* Fixed what needed fixing and squished some bugs. :bug:

* Fixed what needed fixing and squished some bugs. :bug:

* Fixed what needed fixing and squished some bugs. :bug:

* Fixed what needed fixing and squished some bugs. :bug:

* removing execution order from phpunit

https://github.com/pestphp/pest/issues/500
Date: 5 months ago
Size: 1,083 bytes
 

Contents

Class file image Download
{ "name": "instapago/instapago", "description": ":D", "keywords": [ "Instapago", "instapago" ], "homepage": "https://github.com/instapago/instapago", "license": "MIT", "authors": [ { "name": "Angel Cruz", "email": "angel@tepuilabs.dev", "role": "Developer" } ], "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.5" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "pestphp/pest": "^1.20" }, "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/php-cs-fixer fix --allow-risky=yes" }, "config": { "sort-packages": true, "allow-plugins": true }, "minimum-stability": "dev", "prefer-stable": true }