1708 lines
58 KiB
JSON
1708 lines
58 KiB
JSON
{
|
|
"_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": "f80eee61bfc9c25c95de8858dddc2fd0",
|
|
"content-hash": "e23f85e335836f19c5757923cf9f69c4",
|
|
"packages": [
|
|
{
|
|
"name": "corneltek/class-template",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/c9s/ClassTemplate.git",
|
|
"reference": "31a6281e5664b00a3f9dd6141f112c908e9a29e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/c9s/ClassTemplate/zipball/31a6281e5664b00a3f9dd6141f112c908e9a29e9",
|
|
"reference": "31a6281e5664b00a3f9dd6141f112c908e9a29e9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"corneltek/codegen": "^3.0.0",
|
|
"php": ">=5.3.0",
|
|
"twig/twig": "^1.22"
|
|
},
|
|
"require-dev": {
|
|
"corneltek/phpunit-testmore": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ClassTemplate\\": "src/ClassTemplate/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yo-An Lin",
|
|
"email": "yoanlin93@gmail.com",
|
|
"homepage": "http://c9s.me"
|
|
}
|
|
],
|
|
"description": "Class template Utilities",
|
|
"homepage": "http://github.com/c9s/ClassTemplate",
|
|
"time": "2016-06-10 16:07:48"
|
|
},
|
|
{
|
|
"name": "corneltek/cliframework",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/c9s/CLIFramework.git",
|
|
"reference": "b776b4619aa4df24e3112d4e0535972276be80fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/c9s/CLIFramework/zipball/b776b4619aa4df24e3112d4e0535972276be80fd",
|
|
"reference": "b776b4619aa4df24e3112d4e0535972276be80fd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"corneltek/class-template": "^3.0.0",
|
|
"corneltek/codegen": "^3.0.0",
|
|
"corneltek/getoptionkit": "^2.4",
|
|
"corneltek/universal": "^1.7",
|
|
"php": ">=5.3.0",
|
|
"pimple/pimple": "*",
|
|
"symfony/class-loader": "^2.8|3.0",
|
|
"symfony/finder": "^2.8|3.0"
|
|
},
|
|
"require-dev": {
|
|
"corneltek/phpunit-testmore": "dev-master",
|
|
"satooshi/php-coveralls": "^1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CLIFramework\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yo-An Lin",
|
|
"email": "cornelius.howl@gmail.com",
|
|
"homepage": "http://c9s.me"
|
|
}
|
|
],
|
|
"description": "Command-line framework for PHP",
|
|
"homepage": "http://github.com/c9s/CLIFramework",
|
|
"keywords": [
|
|
"command",
|
|
"command-line",
|
|
"completion",
|
|
"framework",
|
|
"getopt",
|
|
"zsh"
|
|
],
|
|
"time": "2016-06-11 12:24:41"
|
|
},
|
|
{
|
|
"name": "corneltek/codegen",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/c9s/CodeGen.git",
|
|
"reference": "b7e7abb5d3eb339c30b751ff30c6b7caa3641880"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/c9s/CodeGen/zipball/b7e7abb5d3eb339c30b751ff30c6b7caa3641880",
|
|
"reference": "b7e7abb5d3eb339c30b751ff30c6b7caa3641880",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/inflector": "*",
|
|
"php": ">=5.3.0",
|
|
"twig/twig": "^1.21"
|
|
},
|
|
"require-dev": {
|
|
"corneltek/phpunit-testmore": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeGen\\": "src/CodeGen/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yo-An Lin",
|
|
"email": "yoanlin93@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Code Generation Library",
|
|
"homepage": "http://github.com/c9s/CodeGen",
|
|
"time": "2016-06-10 15:32:20"
|
|
},
|
|
{
|
|
"name": "corneltek/getoptionkit",
|
|
"version": "2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/c9s/GetOptionKit.git",
|
|
"reference": "076cc41051d6417bf9304fe92f8d9793edac9910"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/c9s/GetOptionKit/zipball/076cc41051d6417bf9304fe92f8d9793edac9910",
|
|
"reference": "076cc41051d6417bf9304fe92f8d9793edac9910",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"corneltek/phpunit-testmore": "dev-master",
|
|
"satooshi/php-coveralls": "^1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GetOptionKit\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yo-An Lin",
|
|
"email": "cornelius.howl@gmail.com"
|
|
}
|
|
],
|
|
"description": "Powerful command-line option toolkit",
|
|
"homepage": "http://github.com/c9s/GetOptionKit",
|
|
"time": "2016-07-18 07:44:29"
|
|
},
|
|
{
|
|
"name": "corneltek/universal",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/corneltek/Universal.git",
|
|
"reference": "7b69d656be18d6b1d01a5a672141c80b43b5c2f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/corneltek/Universal/zipball/7b69d656be18d6b1d01a5a672141c80b43b5c2f3",
|
|
"reference": "7b69d656be18d6b1d01a5a672141c80b43b5c2f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"corneltek/phpunit-testmore": "dev-master",
|
|
"satooshi/php-coveralls": "^1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Universal\\": "src/Universal/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yo-An Lin",
|
|
"email": "yoanlin93@gmail.com"
|
|
}
|
|
],
|
|
"description": "Universal library for PHP",
|
|
"homepage": "http://github.com/corneltek/Universal",
|
|
"time": "2016-06-11 11:51:45"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
|
|
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/lexer": "1.*",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "1.*",
|
|
"phpunit/phpunit": "^5.6.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Docblock Annotations Parser",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"docblock",
|
|
"parser"
|
|
],
|
|
"time": "2016-10-24 11:45:47"
|
|
},
|
|
{
|
|
"name": "doctrine/cache",
|
|
"version": "v1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/cache.git",
|
|
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
|
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/common": ">2.2,<2.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0",
|
|
"predis/predis": "~1.0",
|
|
"satooshi/php-coveralls": "~0.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"time": "2016-10-29 11:16:17"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Collections\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Collections Abstraction library",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterator"
|
|
],
|
|
"time": "2015-04-14 22:21:58"
|
|
},
|
|
{
|
|
"name": "doctrine/common",
|
|
"version": "v2.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/common.git",
|
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/annotations": "1.*",
|
|
"doctrine/cache": "1.*",
|
|
"doctrine/collections": "1.*",
|
|
"doctrine/inflector": "1.*",
|
|
"doctrine/lexer": "1.*",
|
|
"php": "~5.5|~7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common Library for Doctrine projects",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"annotations",
|
|
"collections",
|
|
"eventmanager",
|
|
"persistence",
|
|
"spl"
|
|
],
|
|
"time": "2016-11-30 16:50:46"
|
|
},
|
|
{
|
|
"name": "doctrine/dbal",
|
|
"version": "v2.5.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/dbal.git",
|
|
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
|
|
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/common": ">=2.4,<2.7-dev",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"symfony/console": "2.*||^3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
},
|
|
"bin": [
|
|
"bin/doctrine-dbal"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\DBAL\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
}
|
|
],
|
|
"description": "Database Abstraction Layer",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"database",
|
|
"dbal",
|
|
"persistence",
|
|
"queryobject"
|
|
],
|
|
"time": "2016-09-09 19:13:33"
|
|
},
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\Common\\Inflector\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
"homepage": "http://www.doctrine-project.org",
|
|
"keywords": [
|
|
"inflection",
|
|
"pluralize",
|
|
"singularize",
|
|
"string"
|
|
],
|
|
"time": "2015-11-06 14:35:42"
|
|
},
|
|
{
|
|
"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": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"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": "erusev/parsedown",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb",
|
|
"reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
],
|
|
"time": "2016-11-02 15:56:58"
|
|
},
|
|
{
|
|
"name": "illuminate/container",
|
|
"version": "v5.2.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/container.git",
|
|
"reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
|
|
"reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/contracts": "5.2.*",
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Container\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"description": "The Illuminate Container package.",
|
|
"homepage": "http://laravel.com",
|
|
"time": "2016-08-01 13:49:14"
|
|
},
|
|
{
|
|
"name": "illuminate/contracts",
|
|
"version": "v5.2.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/contracts.git",
|
|
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
|
|
"reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Contracts\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"description": "The Illuminate Contracts package.",
|
|
"homepage": "http://laravel.com",
|
|
"time": "2016-08-08 11:46:08"
|
|
},
|
|
{
|
|
"name": "illuminate/database",
|
|
"version": "v5.2.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/database.git",
|
|
"reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/database/zipball/4a70c0598ed41d18a99f23c12be4e22b5006d30a",
|
|
"reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/container": "5.2.*",
|
|
"illuminate/contracts": "5.2.*",
|
|
"illuminate/support": "5.2.*",
|
|
"nesbot/carbon": "~1.20",
|
|
"php": ">=5.5.9"
|
|
},
|
|
"suggest": {
|
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
|
|
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
|
|
"illuminate/console": "Required to use the database commands (5.2.*).",
|
|
"illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
|
|
"illuminate/filesystem": "Required to use the migrations (5.2.*).",
|
|
"illuminate/pagination": "Required to paginate the result set (5.2.*)."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Database\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"description": "The Illuminate Database package.",
|
|
"homepage": "http://laravel.com",
|
|
"keywords": [
|
|
"database",
|
|
"laravel",
|
|
"orm",
|
|
"sql"
|
|
],
|
|
"time": "2016-08-25 07:01:20"
|
|
},
|
|
{
|
|
"name": "illuminate/filesystem",
|
|
"version": "v5.2.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/filesystem.git",
|
|
"reference": "39668a50e0cf1d673e58e7dbb437475708cfb508"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/39668a50e0cf1d673e58e7dbb437475708cfb508",
|
|
"reference": "39668a50e0cf1d673e58e7dbb437475708cfb508",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"illuminate/contracts": "5.2.*",
|
|
"illuminate/support": "5.2.*",
|
|
"php": ">=5.5.9",
|
|
"symfony/finder": "2.8.*|3.0.*"
|
|
},
|
|
"suggest": {
|
|
"league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
|
|
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
|
|
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Filesystem\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"description": "The Illuminate Filesystem package.",
|
|
"homepage": "http://laravel.com",
|
|
"time": "2016-08-17 17:21:29"
|
|
},
|
|
{
|
|
"name": "illuminate/support",
|
|
"version": "v5.2.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/illuminate/support.git",
|
|
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
|
"reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/inflector": "~1.0",
|
|
"ext-mbstring": "*",
|
|
"illuminate/contracts": "5.2.*",
|
|
"paragonie/random_compat": "~1.4",
|
|
"php": ">=5.5.9"
|
|
},
|
|
"replace": {
|
|
"tightenco/collect": "self.version"
|
|
},
|
|
"suggest": {
|
|
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
|
|
"jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
|
|
"symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
|
|
"symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
|
|
"symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Support\\": ""
|
|
},
|
|
"files": [
|
|
"helpers.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"description": "The Illuminate Support package.",
|
|
"homepage": "http://laravel.com",
|
|
"time": "2016-08-05 14:49:58"
|
|
},
|
|
{
|
|
"name": "matto1990/lastfm-api",
|
|
"version": "v1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matto1990/PHP-Last.fm-API.git",
|
|
"reference": "a02fadc09ebb6cfedc4236b622b02c254247a94e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matto1990/PHP-Last.fm-API/zipball/a02fadc09ebb6cfedc4236b622b02c254247a94e",
|
|
"reference": "a02fadc09ebb6cfedc4236b622b02c254247a94e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=5.3.3",
|
|
"phpunit/phpunit": "~4.8",
|
|
"vlucas/phpdotenv": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LastFmApi\\": "src/lastfmapi/",
|
|
"Tests\\": "tests"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcos",
|
|
"email": "devilcius@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matt",
|
|
"email": "matt@oakes.ws"
|
|
}
|
|
],
|
|
"description": "Last.fm webservice client",
|
|
"homepage": "https://github.com/matto1990/PHP-Last.fm-API",
|
|
"keywords": [
|
|
"api",
|
|
"last.fm",
|
|
"webservice client"
|
|
],
|
|
"time": "2016-07-22 13:10:12"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "1.21.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
|
|
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"symfony/translation": "~2.6|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0|~5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Carbon\\": "src/Carbon/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brian Nesbitt",
|
|
"email": "brian@nesbot.com",
|
|
"homepage": "http://nesbot.com"
|
|
}
|
|
],
|
|
"description": "A simple API extension for DateTime.",
|
|
"homepage": "http://carbon.nesbot.com",
|
|
"keywords": [
|
|
"date",
|
|
"datetime",
|
|
"time"
|
|
],
|
|
"time": "2015-11-04 20:07:17"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
|
|
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/random.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"time": "2016-03-18 20:34:03"
|
|
},
|
|
{
|
|
"name": "paypal/rest-api-sdk-php",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
|
|
"reference": "7e664f12be32b975575371e8ad3bc17b6b318851"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/7e664f12be32b975575371e8ad3bc17b6b318851",
|
|
"reference": "7e664f12be32b975575371e8ad3bc17b6b318851",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": ">=5.3.0",
|
|
"psr/log": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PayPal": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PayPal",
|
|
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
|
|
}
|
|
],
|
|
"description": "PayPal's PHP SDK for REST APIs",
|
|
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
|
|
"keywords": [
|
|
"payments",
|
|
"paypal",
|
|
"rest",
|
|
"sdk"
|
|
],
|
|
"time": "2016-12-14 21:59:21"
|
|
},
|
|
{
|
|
"name": "phroute/phroute",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrjgreen/phroute.git",
|
|
"reference": "dbe2b986f9ee1dd33dc956fcc35d1fa22e8e196c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrjgreen/phroute/zipball/dbe2b986f9ee1dd33dc956fcc35d1fa22e8e196c",
|
|
"reference": "dbe2b986f9ee1dd33dc956fcc35d1fa22e8e196c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Phroute\\Phroute\\": "src/Phroute"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joe Green",
|
|
"email": "joe.green.0991@gmail.com"
|
|
}
|
|
],
|
|
"description": "Fast, fully featured restful request router for PHP",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"time": "2015-07-22 20:46:43"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pimple": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
"keywords": [
|
|
"container",
|
|
"dependency injection"
|
|
],
|
|
"time": "2015-09-11 15:10:35"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2016-10-10 12:19:37"
|
|
},
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v5.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756",
|
|
"reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Corbyn"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"email",
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2016-11-24 01:01:23"
|
|
},
|
|
{
|
|
"name": "symfony/class-loader",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/class-loader.git",
|
|
"reference": "05ad69969796955102e42b12d13ad73fc6dadaaf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/class-loader/zipball/05ad69969796955102e42b12d13ad73fc6dadaaf",
|
|
"reference": "05ad69969796955102e42b12d13ad73fc6dadaaf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"symfony/finder": "~2.8|~3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ClassLoader\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony ClassLoader Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2015-11-26 07:02:09"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "3577eb98dba90721d1a0a3edfc6956ab8b1aecee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/3577eb98dba90721d1a0a3edfc6956ab8b1aecee",
|
|
"reference": "3577eb98dba90721d1a0a3edfc6956ab8b1aecee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Finder Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2015-10-30 23:35:59"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
|
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2016-11-14 01:06:16"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v3.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "5fd18eca88f4d187807a1eba083bc99feaa8635b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/5fd18eca88f4d187807a1eba083bc99feaa8635b",
|
|
"reference": "5fd18eca88f4d187807a1eba083bc99feaa8635b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<2.8"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.8|~3.0",
|
|
"symfony/intl": "~2.8|~3.0",
|
|
"symfony/yaml": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Translation Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2016-11-30 14:40:17"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.29.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "74f723e542368ca2080b252740be5f1113ebb898"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/74f723e542368ca2080b252740be5f1113ebb898",
|
|
"reference": "74f723e542368ca2080b252740be5f1113ebb898",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.7"
|
|
},
|
|
"require-dev": {
|
|
"symfony/debug": "~2.7",
|
|
"symfony/phpunit-bridge": "~3.2@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.29-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2016-12-13 17:28:18"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.0.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|