|
{ |
|
"_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" |
|
], |
|
"hash": "b6fb1719d5f17cf934b7ba7ad5a76141", |
|
"packages": [ |
|
{ |
|
"name": "andrewsville/php-token-reflection", |
|
"version": "1.4.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/Andrewsville/PHP-Token-Reflection.git", |
|
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", |
|
"reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"ext-tokenizer": "*", |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"TokenReflection": "./" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Ondřej Nešpor", |
|
"homepage": "https://github.com/andrewsville" |
|
}, |
|
{ |
|
"name": "Jaroslav Hanslík", |
|
"homepage": "https://github.com/kukulich" |
|
} |
|
], |
|
"description": "Library emulating the PHP internal reflection using just the tokenized source code.", |
|
"homepage": "http://andrewsville.github.com/PHP-Token-Reflection/", |
|
"keywords": [ |
|
"library", |
|
"reflection", |
|
"tokenizer" |
|
], |
|
"time": "2014-08-06 16:37:08" |
|
}, |
|
{ |
|
"name": "doctrine/annotations", |
|
"version": "v1.2.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/annotations.git", |
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"doctrine/lexer": "1.*", |
|
"php": ">=5.3.2" |
|
}, |
|
"require-dev": { |
|
"doctrine/cache": "1.*", |
|
"phpunit/phpunit": "4.*" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Annotations\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Benjamin Eberlei", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Jonathan Wage", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Docblock Annotations Parser", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"annotations", |
|
"docblock", |
|
"parser" |
|
], |
|
"time": "2015-08-31 12:32:49" |
|
}, |
|
{ |
|
"name": "doctrine/lexer", |
|
"version": "v1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/doctrine/lexer.git", |
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.2" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Doctrine\\Common\\Lexer\\": "lib/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Roman Borschel", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Guilherme Blanco", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Johannes Schmitt", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
|
"homepage": "http://www.doctrine-project.org", |
|
"keywords": [ |
|
"lexer", |
|
"parser" |
|
], |
|
"time": "2014-09-09 13:34:57" |
|
}, |
|
{ |
|
"name": "goaop/framework", |
|
"version": "0.6.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/goaop/framework.git", |
|
"reference": "4411e951d06d7041e3128fefd6fe6a0a344cd1ba" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/goaop/framework/zipball/4411e951d06d7041e3128fefd6fe6a0a344cd1ba", |
|
"reference": "4411e951d06d7041e3128fefd6fe6a0a344cd1ba", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"andrewsville/php-token-reflection": "~1.3", |
|
"doctrine/annotations": "~1.0", |
|
"jakubledl/dissect": "~1.0", |
|
"php": ">=5.3.0" |
|
}, |
|
"require-dev": { |
|
"symfony/console": "~2.1" |
|
}, |
|
"suggest": { |
|
"symfony/console": "Enables the usage of the command-line tool." |
|
}, |
|
"bin": [ |
|
"bin/warmup" |
|
], |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "0.6-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Go\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Lisachenko Alexander", |
|
"homepage": "https://github.com/lisachenko" |
|
} |
|
], |
|
"description": "Library for aspect-oriented programming in PHP.", |
|
"homepage": "http://go.aopphp.com/", |
|
"keywords": [ |
|
"aop", |
|
"aspect", |
|
"library", |
|
"php" |
|
], |
|
"time": "2015-07-05 11:37:33" |
|
}, |
|
{ |
|
"name": "jakubledl/dissect", |
|
"version": "v1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/jakubledl/dissect.git", |
|
"reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/jakubledl/dissect/zipball/d3a391de31e45a247e95cef6cf58a91c05af67c4", |
|
"reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.3" |
|
}, |
|
"require-dev": { |
|
"symfony/console": "~2.1" |
|
}, |
|
"suggest": { |
|
"symfony/console": "for the command-line tool" |
|
}, |
|
"bin": [ |
|
"bin/dissect.php", |
|
"bin/dissect" |
|
], |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Dissect": [ |
|
"src/" |
|
] |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"unlicense" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jakub Lédl", |
|
"email": "[email protected]" |
|
} |
|
], |
|
"description": "Lexing and parsing in pure PHP", |
|
"homepage": "https://github.com/jakubledl/dissect", |
|
"keywords": [ |
|
"ast", |
|
"lexing", |
|
"parser", |
|
"parsing" |
|
], |
|
"time": "2013-01-29 21:29:14" |
|
}, |
|
{ |
|
"name": "phpmailer/phpmailer", |
|
"version": "v5.2.13", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/PHPMailer/PHPMailer.git", |
|
"reference": "45df3a88f7f46071e10d0b600f228d19f95911b3" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/45df3a88f7f46071e10d0b600f228d19f95911b3", |
|
"reference": "45df3a88f7f46071e10d0b600f228d19f95911b3", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.0.0" |
|
}, |
|
"require-dev": { |
|
"phpdocumentor/phpdocumentor": "*", |
|
"phpunit/phpunit": "4.7.*" |
|
}, |
|
"suggest": { |
|
"league/oauth2-client": "Needed for Gmail's XOAUTH2 authentication system" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"classmap": [ |
|
"class.phpmailer.php", |
|
"class.phpmaileroauth.php", |
|
"class.phpmaileroauthgoogle.php", |
|
"class.smtp.php", |
|
"class.pop3.php", |
|
"extras/EasyPeasyICS.php", |
|
"extras/ntlm_sasl_client.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"LGPL-2.1" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jim Jagielski", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Marcus Bointon", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Andy Prevost", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Brent R. Matzelle" |
|
} |
|
], |
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", |
|
"time": "2015-09-14 09:18:12" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [] |
|
} |