| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_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": "4dc10bace84773a626fd0a0d9bbb62de",
- "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"
- },
- {
- "name": "sofadesign/limonade",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/sofadesign/limonade.git",
- "reference": "be59a72cb47e68eb54971f7b90eca24314a227a8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sofadesign/limonade/zipball/be59a72cb47e68eb54971f7b90eca24314a227a8",
- "reference": "be59a72cb47e68eb54971f7b90eca24314a227a8",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "files": [
- "lib/limonade.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "description": "a PHP micro-framework",
- "homepage": "https://github.com/sofadesign/limonade",
- "keywords": [
- "microframework"
- ],
- "time": "2015-09-21T13:22:06+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "sofadesign/limonade": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|