From f38be747d132d754801c46ee3df15f8c27a03762 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 18:36:47 +0300 Subject: initial for idiorm --- vendor/j4mie/idiorm/composer.json | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 vendor/j4mie/idiorm/composer.json (limited to 'vendor/j4mie/idiorm/composer.json') diff --git a/vendor/j4mie/idiorm/composer.json b/vendor/j4mie/idiorm/composer.json new file mode 100644 index 000000000..8e19087ba --- /dev/null +++ b/vendor/j4mie/idiorm/composer.json @@ -0,0 +1,49 @@ +{ + "name": "j4mie/idiorm", + "type": "library", + "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5", + "keywords": ["idiorm", "orm", "query builder"], + "homepage": "http://j4mie.github.com/idiormandparis", + "support": { + "issues": "https://github.com/j4mie/idiorm/issues", + "source": "https://github.com/j4mie/idiorm" + }, + "authors": [ + { + "name": "Jamie Matthews", + "email": "jamie.matthews@gmail.com", + "homepage": "http://j4mie.org", + "role": "Developer" + }, + { + "name": "Simon Holywell", + "email": "treffynnon@php.net", + "homepage": "http://simonholywell.com", + "role": "Maintainer" + }, + { + "name": "Durham Hale", + "email": "me@durhamhale.com", + "homepage": "http://durhamhale.com", + "role": "Maintainer" + } + ], + "scripts": { + "test": "phpunit -c ./phpunit.xml" + }, + "require-dev": { + "phpunit/phpunit": "^4.8", + "ext-pdo_sqlite": "*" + }, + "license": [ + "BSD-2-Clause", + "BSD-3-Clause", + "BSD-4-Clause" + ], + "require": { + "php": ">=5.2.0" + }, + "autoload": { + "classmap": ["idiorm.php"] + } +} -- cgit v1.2.3