123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "_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": "bb146d4f98065d11fe00ffc774bedd1f",
- "packages": [
- {
- "name": "phpixie/core",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/dracony/PHPixie-Core.git",
- "reference": "52660b51002e53243bda3af6c11151a3232bfd7a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dracony/PHPixie-Core/zipball/52660b51002e53243bda3af6c11151a3232bfd7a",
- "reference": "52660b51002e53243bda3af6c11151a3232bfd7a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.*-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PHPixie": "classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD"
- ],
- "authors": [
- {
- "name": "Roman Tsiupa",
- "email": "[email protected]",
- "homepage": "http://dracony.org"
- }
- ],
- "description": "PHPixie Framework",
- "homepage": "http://phpixie.com",
- "keywords": [
- "framework"
- ],
- "time": "2015-04-16T11:59:58+00:00"
- },
- {
- "name": "phpixie/db",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/dracony/PHPixie-DB.git",
- "reference": "e6b46a322234da7cdf7d7d3645c108018cad9ac6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dracony/PHPixie-DB/zipball/e6b46a322234da7cdf7d7d3645c108018cad9ac6",
- "reference": "e6b46a322234da7cdf7d7d3645c108018cad9ac6",
- "shasum": ""
- },
- "require": {
- "phpixie/core": "2.*@dev"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PHPixie": "classes/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD"
- ],
- "authors": [
- {
- "name": "Roman Tsiupa",
- "email": "[email protected]",
- "homepage": "http://dracony.org"
- }
- ],
- "description": "PHPixie Database library",
- "homepage": "http://phpixie.com",
- "keywords": [
- "database",
- "mysql",
- "postgresql",
- "sqlite"
- ],
- "time": "2014-11-07T09:09:11+00:00"
- },
- {
- "name": "phpixie/orm",
- "version": "2.x-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPixie/ORM/",
- "reference": "82048e94f41e3fd4483480dc6709937d009ea18e"
- },
- "require": {
- "phpixie/db": "2.*@dev"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "PHPixie": "classes/"
- }
- },
- "license": [
- "BSD"
- ],
- "authors": [
- {
- "name": "Roman Tsiupa",
- "email": "[email protected]",
- "homepage": "http://dracony.org"
- }
- ],
- "description": "ORM library for PHPixie",
- "homepage": "http://phpixie.com",
- "keywords": [
- "database",
- "orm"
- ],
- "time": "2015-03-04T15:55:04+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "phpixie/core": 20,
- "phpixie/db": 20,
- "phpixie/orm": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|