123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- [
- {
- "name": "phpixie/core",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/dracony/PHPixie-Core.git",
- "reference": "11092a22456ecb30f488fc246def5a16ffa47abf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dracony/PHPixie-Core/zipball/11092a22456ecb30f488fc246def5a16ffa47abf",
- "reference": "11092a22456ecb30f488fc246def5a16ffa47abf",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2013-07-17 12:57:49",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.*-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "phpixie/db",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/dracony/PHPixie-DB.git",
- "reference": "4a3706193b0064a18d5c3115e6f1831c9f14de2e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dracony/PHPixie-DB/zipball/4a3706193b0064a18d5c3115e6f1831c9f14de2e",
- "reference": "4a3706193b0064a18d5c3115e6f1831c9f14de2e",
- "shasum": ""
- },
- "require": {
- "phpixie/core": "2.*@dev"
- },
- "time": "2013-06-22 22:25:03",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ]
- },
- {
- "name": "phpixie/orm",
- "version": "dev-master",
- "version_normalized": "9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/dracony/PHPixie-ORM.git",
- "reference": "c6c379b9efd17e021a9659f01ed2f75027e3a2fc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dracony/PHPixie-ORM/zipball/c6c379b9efd17e021a9659f01ed2f75027e3a2fc",
- "reference": "c6c379b9efd17e021a9659f01ed2f75027e3a2fc",
- "shasum": ""
- },
- "require": {
- "phpixie/db": "2.*@dev"
- },
- "time": "2013-07-15 23:35:57",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
- "installation-source": "dist",
- "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": "ORM library for PHPixie",
- "homepage": "http://phpixie.com",
- "keywords": [
- "database",
- "orm"
- ]
- }
- ]
|