PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edward Paul   Idempotency Laravel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Idempotency Laravel
Avoid executing of the same process multiple times
Author: By
Last change:
Date: 2 months ago
Size: 787 bytes
 

Contents

Class file image Download
{ "name": "infinitypaul/idempotency-laravel", "description": "Elegant and production-ready idempotency middleware for Laravel APIs.", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Infinitypaul\\Idempotency\\": "src/" } }, "extra": { "laravel": { "providers": [ "Infinitypaul\\Idempotency\\IdempotencyServiceProvider" ] } }, "authors": [ { "name": "infinitypaul", "email": "[email protected]" } ], "require": { "php": "^8.1", "illuminate/support": "^9.0|^10.0|^11.0", "illuminate/events": "^9.0|^10.0|^11.0" }, "minimum-stability": "dev", "prefer-stable": true }