PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Potato ORM   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato ORM
Store and retrieve objects in databases using ORM
Author: By
Last change:
Date: 8 years ago
Size: 718 bytes
 

Contents

Class file image Download
{ "name": "ibonly/potato-orm", "authors": [ { "name": "Adeniyi Ibraheem", "email": "ibonly01@gmail.com" } ], "autoload": { "classmap": ["src/"], "psr-4": { "Ibonly\\PotatoORM\\": "src/" } }, "autoload-dev": { "classmap": ["test/"], "psr-4" : { "Ibonly\\PotatoORM\\Test\\": "test/" } }, "scripts": { "test": "phpunit" }, "require": { "vlucas/phpdotenv": "^2.0", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "4.8.*", "mockery/mockery": ">=0.7.2", "codeclimate/php-test-reporter": "dev-master" } }