2015-08-06 18:55:51 +02:00
|
|
|
{
|
|
|
|
"_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"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"content-hash": "4342ba201ccc8d66da9b9034e512bc99",
|
2015-08-06 18:55:51 +02:00
|
|
|
"packages": [
|
2016-09-29 14:49:51 +02:00
|
|
|
{
|
|
|
|
"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": "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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2015-08-31T12:32:49+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/cache",
|
2017-01-03 10:29:11 +01:00
|
|
|
"version": "v1.6.1",
|
2016-09-29 14:49:51 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/cache.git",
|
2017-01-03 10:29:11 +01:00
|
|
|
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-01-03 10:29:11 +01:00
|
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
|
|
|
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
2016-09-29 14:49:51 +02:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-10-29T11:16:17+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2015-04-14T22:21:58+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/common",
|
2017-01-03 10:29:11 +01:00
|
|
|
"version": "v2.6.2",
|
2016-09-29 14:49:51 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/common.git",
|
2017-01-03 10:29:11 +01:00
|
|
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-01-03 10:29:11 +01:00
|
|
|
"url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
|
|
|
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
2016-09-29 14:49:51 +02:00
|
|
|
"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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-11-30T16:50:46+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/dbal",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "v2.5.12",
|
2016-09-29 14:49:51 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/dbal.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
|
|
|
|
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
|
2016-09-29 14:49:51 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2017-02-07 10:05:24 +01:00
|
|
|
"doctrine/common": ">=2.4,<2.8-dev",
|
2016-09-29 14:49:51 +02:00
|
|
|
"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"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-02-08T12:53:47+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2015-11-06T14:35:42+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2014-09-09T13:34:57+00:00"
|
2016-09-29 14:49:51 +02:00
|
|
|
},
|
2016-01-27 18:00:04 +01:00
|
|
|
{
|
|
|
|
"name": "geshi/geshi",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/GeSHi/geshi-1.0.git",
|
2017-04-11 09:31:49 +02:00
|
|
|
"reference": "6b2973d145ac9b20b4f3df1dc98bda3f13066e90"
|
2016-01-27 18:00:04 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-04-11 09:31:49 +02:00
|
|
|
"url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/6b2973d145ac9b20b4f3df1dc98bda3f13066e90",
|
|
|
|
"reference": "6b2973d145ac9b20b4f3df1dc98bda3f13066e90",
|
2016-01-27 18:00:04 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2017-03-29 12:13:02 +02:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7"
|
|
|
|
},
|
2016-01-27 18:00:04 +01:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/geshi/",
|
|
|
|
"src/geshi.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0+"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Benny Baumann",
|
|
|
|
"email": "BenBE@geshi.org",
|
|
|
|
"homepage": "http://blog.benny-baumann.de/",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic Syntax Highlighter",
|
|
|
|
"homepage": "http://qbnz.com/highlighter/",
|
2017-04-11 09:31:49 +02:00
|
|
|
"time": "2017-04-09 14:44:44"
|
2016-01-27 18:00:04 +01:00
|
|
|
},
|
2016-12-15 14:37:22 +01:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "6.2.3",
|
2016-12-15 14:37:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
|
|
|
|
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
|
2016-12-15 14:37:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/promises": "^1.0",
|
2017-03-29 12:13:02 +02:00
|
|
|
"guzzlehttp/psr7": "^1.4",
|
2016-12-15 14:37:22 +01:00
|
|
|
"php": ">=5.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"phpunit/phpunit": "^4.0",
|
|
|
|
"psr/log": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "6.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-02-28T22:50:30+00:00"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
2017-01-03 10:29:11 +01:00
|
|
|
"version": "v1.3.1",
|
2016-12-15 14:37:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2017-01-03 10:29:11 +01:00
|
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-01-03 10:29:11 +01:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
2016-12-15 14:37:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-01-03 10:29:11 +01:00
|
|
|
"phpunit/phpunit": "^4.0"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-01-03 10:29:11 +01:00
|
|
|
"dev-master": "1.4-dev"
|
2016-12-15 14:37:22 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-12-20T10:07:11+00:00"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "1.4.2",
|
2016-12-15 14:37:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
2016-12-15 14:37:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2017-03-29 12:13:02 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
2016-12-15 14:37:22 +01:00
|
|
|
}
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
2016-12-15 14:37:22 +01:00
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
2017-03-29 12:13:02 +02:00
|
|
|
"request",
|
|
|
|
"response",
|
2016-12-15 14:37:22 +01:00
|
|
|
"stream",
|
2017-03-29 12:13:02 +02:00
|
|
|
"uri",
|
|
|
|
"url"
|
2016-12-15 14:37:22 +01:00
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-03-20T17:10:46+00:00"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
2016-08-29 17:13:42 +02:00
|
|
|
{
|
|
|
|
"name": "league/csv",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "8.2.1",
|
2016-08-29 17:13:42 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/csv.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "43fd8b022815a0758d85e925dd92a43fe0d41bb4"
|
2016-08-29 17:13:42 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/43fd8b022815a0758d85e925dd92a43fe0d41bb4",
|
|
|
|
"reference": "43fd8b022815a0758d85e925dd92a43fe0d41bb4",
|
2016-08-29 17:13:42 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-09-09 10:14:26 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^1.9",
|
2016-08-29 17:13:42 +02:00
|
|
|
"phpunit/phpunit": "^4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-02-07 10:05:24 +01:00
|
|
|
"dev-master": "8.2-dev"
|
2016-08-29 17:13:42 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Csv\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ignace Nyamagana Butera",
|
|
|
|
"email": "nyamsprod@gmail.com",
|
|
|
|
"homepage": "https://github.com/nyamsprod/",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Csv data manipulation made easy in PHP",
|
|
|
|
"homepage": "http://csv.thephpleague.com",
|
|
|
|
"keywords": [
|
|
|
|
"csv",
|
|
|
|
"export",
|
|
|
|
"filter",
|
|
|
|
"import",
|
|
|
|
"read",
|
|
|
|
"write"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-02-23T08:25:03+00:00"
|
2016-08-29 17:13:42 +02:00
|
|
|
},
|
2016-10-03 13:37:56 +02:00
|
|
|
{
|
|
|
|
"name": "mikehaertl/php-shellcommand",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "1.2.4",
|
2016-10-03 13:37:56 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mikehaertl/php-shellcommand.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "b0c0bf3ce49a01bd7ddbe07a9bed4ba85b869fa4"
|
2016-10-03 13:37:56 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/b0c0bf3ce49a01bd7ddbe07a9bed4ba85b869fa4",
|
|
|
|
"reference": "b0c0bf3ce49a01bd7ddbe07a9bed4ba85b869fa4",
|
2016-10-03 13:37:56 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"mikehaertl\\shellcommand\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Härtl",
|
|
|
|
"email": "haertl.mike@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An object oriented interface to shell commands",
|
|
|
|
"keywords": [
|
|
|
|
"shell"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-02-09T18:28:47+00:00"
|
2016-10-03 13:37:56 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mikehaertl/php-tmpfile",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mikehaertl/php-tmpfile.git",
|
|
|
|
"reference": "b1b013cc29a8ee0423994b286d22e3aed6640d4e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/b1b013cc29a8ee0423994b286d22e3aed6640d4e",
|
|
|
|
"reference": "b1b013cc29a8ee0423994b286d22e3aed6640d4e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"mikehaertl\\tmp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Härtl",
|
|
|
|
"email": "haertl.mike@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A convenience class for temporary files",
|
|
|
|
"keywords": [
|
|
|
|
"files"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-07-07T05:59:42+00:00"
|
2016-10-03 13:37:56 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mikehaertl/phpwkhtmltopdf",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "2.2.1",
|
2016-10-03 13:37:56 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mikehaertl/phpwkhtmltopdf.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "877dd0b13d7006cbaa4a272d62152e07310f4bd3"
|
2016-10-03 13:37:56 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/877dd0b13d7006cbaa4a272d62152e07310f4bd3",
|
|
|
|
"reference": "877dd0b13d7006cbaa4a272d62152e07310f4bd3",
|
2016-10-03 13:37:56 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"mikehaertl/php-shellcommand": "^1.0.2",
|
|
|
|
"mikehaertl/php-tmpfile": "^1.0.0",
|
|
|
|
"php": ">=5.0.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"mikehaertl\\wkhtmlto\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Haertl",
|
|
|
|
"email": "haertl.mike@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
|
|
|
|
"homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
|
|
|
|
"keywords": [
|
|
|
|
"pdf",
|
|
|
|
"wkhtmltoimage",
|
|
|
|
"wkhtmltopdf"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-03-16T10:45:28+00:00"
|
2016-10-03 13:37:56 +02:00
|
|
|
},
|
2017-01-31 15:41:35 +01:00
|
|
|
{
|
|
|
|
"name": "monolog/monolog",
|
2017-03-29 12:13:02 +02:00
|
|
|
"version": "1.22.1",
|
2017-01-31 15:41:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
2017-03-29 12:13:02 +02:00
|
|
|
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
|
2017-01-31 15:41:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-03-29 12:13:02 +02:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
|
|
|
|
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
|
2017-01-31 15:41:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
|
|
"graylog2/gelf-php": "~1.0",
|
|
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
|
|
"php-console/php-console": "^3.1.3",
|
|
|
|
"phpunit/phpunit": "~4.5",
|
|
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
|
|
"sentry/sentry": "^0.13",
|
|
|
|
"swiftmailer/swiftmailer": "~5.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Monolog\\": "src/Monolog"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"time": "2017-03-13T07:08:03+00:00"
|
2017-01-31 15:41:35 +01:00
|
|
|
},
|
2016-12-15 14:37:22 +01:00
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-08-06T14:39:51+00:00"
|
2016-12-15 14:37:22 +01:00
|
|
|
},
|
2017-01-31 15:41:35 +01:00
|
|
|
{
|
|
|
|
"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-10T12:19:37+00:00"
|
|
|
|
},
|
2017-03-29 12:13:02 +02:00
|
|
|
{
|
|
|
|
"name": "scores/library",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git",
|
2017-04-11 10:54:40 +02:00
|
|
|
"reference": "c130f972acc31cf1fc97902832840f273c248834"
|
2017-03-29 12:13:02 +02:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/dbal": "^2.5",
|
|
|
|
"monolog/monolog": "^1.22",
|
|
|
|
"zendframework/zendframework1": "^1.12"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-04-03 16:40:19 +02:00
|
|
|
"phpunit/phpunit": "^4.8",
|
|
|
|
"squizlabs/php_codesniffer": "2.*"
|
2017-03-29 12:13:02 +02:00
|
|
|
},
|
2017-04-11 09:31:49 +02:00
|
|
|
"bin": [
|
|
|
|
"bin/library-cache.php",
|
|
|
|
"bin/library-log.php",
|
|
|
|
"bin/library-ratios.php",
|
|
|
|
"bin/library-ratiosload.php",
|
|
|
|
"bin/library-sfr.php"
|
|
|
|
],
|
2017-03-29 12:13:02 +02:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/Metier/",
|
|
|
|
"src/Scores/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include-path": [
|
|
|
|
"src/"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Scores et Decisions",
|
|
|
|
"email": "supportdev@scores-decisions.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "library",
|
2017-04-11 10:54:40 +02:00
|
|
|
"time": "2017-04-11 08:46:47"
|
2017-03-29 12:13:02 +02:00
|
|
|
},
|
2015-08-06 18:55:51 +02:00
|
|
|
{
|
|
|
|
"name": "zendframework/zendframework1",
|
2016-09-09 10:14:26 +02:00
|
|
|
"version": "1.12.20",
|
2015-08-06 18:55:51 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zendframework/zf1.git",
|
2016-09-09 10:14:26 +02:00
|
|
|
"reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece"
|
2015-08-06 18:55:51 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-09-09 10:14:26 +02:00
|
|
|
"url": "https://api.github.com/repos/zendframework/zf1/zipball/737ef159654fbbef37cf9af742b2c8f9690c2ece",
|
|
|
|
"reference": "737ef159654fbbef37cf9af742b2c8f9690c2ece",
|
2015-08-06 18:55:51 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.11"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/dbunit": "1.3.*",
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.12.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Zend_": "library/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"library/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "Zend Framework 1",
|
|
|
|
"homepage": "http://framework.zend.com/",
|
|
|
|
"keywords": [
|
|
|
|
"ZF1",
|
|
|
|
"framework"
|
|
|
|
],
|
2017-01-03 10:29:11 +01:00
|
|
|
"time": "2016-09-08T14:50:34+00:00"
|
2015-08-06 18:55:51 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2016-01-27 18:00:04 +01:00
|
|
|
"stability-flags": {
|
2017-03-29 12:13:02 +02:00
|
|
|
"geshi/geshi": 20,
|
|
|
|
"scores/library": 20
|
2016-01-27 18:00:04 +01:00
|
|
|
},
|
2015-08-06 18:55:51 +02:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|