From: Andrey Kutejko Date: Sun, 7 Sep 2014 21:53:17 +0000 (+0300) Subject: composer file X-Git-Tag: 0.6~12 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=e418946a5d34be675deae8a74dc53c5c7a5c9ddf;p=ipf-legacy-orm.git composer file --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61ead86 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..61e8ec0 --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "andy128k/ipf-legacy-orm", + "description": "ORM. Clone of Doctrine", + "license": "MIT", + "authors": [ + { + "name": "Alex Litovchenko", + "email": "alex.litovchenko@gmail.com" + }, + { + "name": "Andrey Kutejko", + "email": "andy128k@gmail.com" + } + ], + "autoload": { + "classmap" : ["."] + }, + "require": { + "mustangostang/spyc": "0.5.*", + "andy128k/missing-tools": "0.2.*@dev" + }, + "repositories": [ + { + "type": "composer", + "url": "http://packages.andy128k.net/php/" + } + ], + "minimum-stability": "dev" +} + diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..1aca60d --- /dev/null +++ b/composer.lock @@ -0,0 +1,133 @@ +{ + "_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": "7ad742b6e272884e8d6766f4494ef815", + "packages": [ + { + "name": "andy128k/missing-tools", + "version": "0.2.x-dev", + "source": { + "type": "git", + "url": "git://git.andy128k.net/missing-tools.git", + "reference": "d51f3955d56f423be7860640d2faf7d38ae919d5" + }, + "require": { + "andy128k/pegp": "0.1.*@dev", + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andrey Kutejko", + "email": "andy128k@gmail.com" + } + ], + "description": "Miscellaneous utilities", + "time": "2014-09-07 09:07:59" + }, + { + "name": "andy128k/pegp", + "version": "0.1.x-dev", + "source": { + "type": "git", + "url": "git://git.andy128k.net/pegp.git", + "reference": "b015277817ab535ab4634741dd30425bf267082e" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andrey Kutejko", + "email": "andy128k@gmail.com" + } + ], + "description": "PEG", + "time": "2014-02-26 22:19:47" + }, + { + "name": "mustangostang/spyc", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/mustangostang/spyc.git", + "reference": "eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mustangostang/spyc/zipball/eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b", + "reference": "eeb9f7c47e1457770d64c7fb1f3d4aabff52de4b", + "shasum": "" + }, + "require": { + "php": ">=5.3.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.5.x-dev" + } + }, + "autoload": { + "files": [ + "Spyc.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "mustangostang", + "email": "vlad.andersen@gmail.com" + } + ], + "description": "A simple YAML loader/dumper class for PHP", + "homepage": "https://github.com/mustangostang/spyc/", + "keywords": [ + "spyc", + "yaml", + "yml" + ], + "time": "2014-08-21 09:14:01" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": { + "andy128k/missing-tools": 20 + }, + "prefer-stable": false, + "platform": [], + "platform-dev": [] +}