|
@@ -0,0 +1,53 @@
|
|
|
+{
|
|
|
+ "_readme": [
|
|
|
+ "This file locks the dependencies of your project to a known state",
|
|
|
+ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
+ "This file is @generated automatically"
|
|
|
+ ],
|
|
|
+ "hash": "76d22610a94dd72e2107bdf32b346cb0",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "php-activerecord/php-activerecord",
|
|
|
+ "version": "v1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/jpfuentes2/php-activerecord.git",
|
|
|
+ "reference": "d6c4b929769d2d49f7af6d16ed9b68f94af9fed0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/jpfuentes2/php-activerecord/zipball/d6c4b929769d2d49f7af6d16ed9b68f94af9fed0",
|
|
|
+ "reference": "d6c4b929769d2d49f7af6d16ed9b68f94af9fed0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "ActiveRecord.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "php-activerecord is an open source ORM library based on the ActiveRecord pattern.",
|
|
|
+ "homepage": "http://www.phpactiverecord.org/",
|
|
|
+ "keywords": [
|
|
|
+ "activerecord",
|
|
|
+ "orm"
|
|
|
+ ],
|
|
|
+ "time": "2013-02-28 02:47:58"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": [],
|
|
|
+ "platform-dev": []
|
|
|
+}
|