PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wolfy-J   Cycle DataMapper ORM   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cycle DataMapper ORM
Store and retrieve objects in a database using ORM
Author: By
Last change:
Date: 4 years ago
Size: 702 bytes
 

Contents

Class file image Download
{ "name": "cycle/orm", "type": "library", "license": "MIT", "description": "PHP DataMapper ORM and Data Modelling Engine", "require": { "php": "^7.1", "ext-pdo": "*", "spiral/database": "^2.3", "doctrine/inflector": "^1.3", "doctrine/collections": "^1.5", "doctrine/instantiator": "^1.2", "zendframework/zend-hydrator": "^2.4" }, "require-dev": { "spiral/tokenizer": "^2.1", "phpunit/phpunit": "~7.0", "mockery/mockery": "^1.1", "spiral/debug": "^1.3", "ramsey/uuid": "^3.8" }, "autoload": { "psr-4": { "Cycle\\ORM\\": "src/" } }, "autoload-dev": { "psr-4": { "Cycle\\ORM\\Tests\\": "tests/ORM/" } } }