summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-09 12:24:05 +0000
committerSimon Holywell <[email protected]>2012-11-09 12:24:05 +0000
commit3d71cd8e79078e4a93378c37d169077cc0e561c0 (patch)
treeb04d55ef37749f15e4662dc2108ad6d06d315338 /composer.json
parent84bd58f902d93970a6626c2e3d360eed09a4b174 (diff)
Add composer support and reverse order changelog
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5b24af3
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,40 @@
+{
+ "name": "j4mie/idiorm",
+ "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
+ "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"
+ }
+ ],
+ "license": [
+ "BSD-2-Clause",
+ "BSD-3-Clause",
+ "BSD-4-Clause"
+ ],
+ "require": {
+ "php": ">=5.2.0"
+ },
+ "autoload": {
+ "files": ["idiorm.php"]
+ }
+} \ No newline at end of file