summaryrefslogtreecommitdiff
path: root/vendor/j4mie/idiorm/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/j4mie/idiorm/composer.json')
-rw-r--r--vendor/j4mie/idiorm/composer.json49
1 files changed, 49 insertions, 0 deletions
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": "[email protected]",
+ "homepage": "http://j4mie.org",
+ "role": "Developer"
+ },
+ {
+ "name": "Simon Holywell",
+ "email": "[email protected]",
+ "homepage": "http://simonholywell.com",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Durham Hale",
+ "email": "[email protected]",
+ "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"]
+ }
+}