12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "content-hash": "a6ffc1631ba60673e4f6c924935d9f68",
- "packages": [
- {
- "name": "php-activerecord/php-activerecord",
- "version": "v1.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jpfuentes2/php-activerecord.git",
- "reference": "e6d2dad090617336dee730190be0294c5f132c69"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jpfuentes2/php-activerecord/zipball/e6d2dad090617336dee730190be0294c5f132c69",
- "reference": "e6d2dad090617336dee730190be0294c5f132c69",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "pear/log": "~1.12",
- "pear/pear_exception": "1.0-beta1",
- "phpunit/phpunit": "4.*"
- },
- "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": "2017-06-11T22:05:37+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|