1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_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": "cca4d6bbcfee431c6347433af401c186",
- "packages": [
- {
- "name": "unionofrad/lithium",
- "version": "dev-master",
- "target-dir": "lithium",
- "source": {
- "type": "git",
- "url": "https://github.com/UnionOfRAD/lithium.git",
- "reference": "791c2ce345b63cd47f067cdebccb6497a35de014"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/UnionOfRAD/lithium/zipball/791c2ce345b63cd47f067cdebccb6497a35de014",
- "reference": "791c2ce345b63cd47f067cdebccb6497a35de014",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.6"
- },
- "bin": [
- "console/li3"
- ],
- "type": "library",
- "autoload": {
- "psr-0": {
- "lithium": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Union of RAD",
- "homepage": "http://union-of-rad.org"
- },
- {
- "name": "The Lithium Community",
- "homepage": "http://github.com/UnionOfRAD/lithium/graphs/contributors"
- }
- ],
- "description": "The core library of the Lithium PHP framework",
- "homepage": "http://lithify.me",
- "keywords": [
- "framework",
- "lithium"
- ],
- "time": "2014-01-04 19:49:26"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "unionofrad/lithium": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.3.0"
- },
- "platform-dev": []
- }
|