PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Jacobo Cantorna Cigarrán   Laravel Verifactu   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Verifactu
Manage fiscal documents using Verifactu API
Author: By
Last change:
Date: 5 months ago
Size: 1,657 bytes
 

Contents

Class file image Download
{ "name": "squareetlabs/laravel-verifactu", "description": "Paquete Laravel para gestión y registro de facturación electrónica VeriFactu. Compatible con Laravel 10 a 12.x", "type": "library", "license": "MIT", "keywords": ["laravel", "verifactu", "facturacion electrónica"], "authors": [ { "name": "Alberto Rial Barreiro", "email": "alberto@squareet.com", "homepage": "https://www.squareet.com", "role": "Developer" }, { "name": "Jacobo Cantorna Cigarrán", "email": "jacobo@squareet.com", "homepage": "https://www.squareet.com", "role": "Developer" } ], "require": { "php": ">=8.1", "illuminate/support": "^10.0|^11.0|^12.0" }, "autoload": { "psr-4": { "Squareetlabs\\VeriFactu\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/", "Database\\Factories\\": "database/factories/", "Database\\Factories\\Squareetlabs\\VeriFactu\\Models\\": "database/factories/Squareetlabs/VeriFactu/Models/" } }, "extra": { "laravel": { "providers": [ "Squareetlabs\\VeriFactu\\Providers\\VeriFactuServiceProvider" ], "aliases": { "VeriFactu": "Squareetlabs\\VeriFactu\\Facades\\VeriFactu" } } }, "minimum-stability": "dev", "prefer-stable": true, "require-dev": { "phpunit/phpunit": "^10.0|^11.5", "orchestra/testbench": "^8.0|^9.0|^10.4" } }