PHP Classes

File: payment-example/composer.json

Recommend this page to a friend!
  Packages of Rodrigo Faustino   Core Payment   payment-example/composer.json   Download  
File: payment-example/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Core Payment
Integrate payments with different payment services
Author: By
Last change:
Date: 3 days ago
Size: 377 bytes
 

Contents

Class file image Download
{ "name": "project/payment-example", "description": "Exemplo de como integrar o pacote payment-adapter.", "type": "project", "require": { "php": ">=8.1", "org/payment-adapter": "@dev", "vlucas/phpdotenv": "^5.6" }, "repositories": [ { "type": "path", "url": "../payment-adapter" } ] }