PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Transactional Containers   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Transactional Containers
Wrap editing objects with a transaction manager
Author: By
Last change:
Date: 7 months ago
Size: 895 bytes
 

Contents

Class file image Download
{ "name": "smoren/containers-transactional", "description": "Abstract transactional containers and data structures", "keywords": ["abstract", "containers", "structures", "transaction", "collection"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.4", "ext-json": "*", "smoren/containers": "^0.1", "smoren/extended-exceptions": "^1.0" }, "require-dev": { "codeception/codeception": "^4.0", "codeception/module-asserts": "^1.3" }, "autoload": { "psr-4": { "Smoren\\Containers\\Transactional\\": "src", "Smoren\\Containers\\Transactional\\Tests\\Unit\\": "tests/unit" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }