|
|
@@ -4,8 +4,8 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "6720fcc792838321dfb72b49cb0315d7",
|
|
|
- "content-hash": "d6422d757565203c19ab6f0a4e06905b",
|
|
|
+ "hash": "c69a0db62d08b7a6f3e3644b3423c904",
|
|
|
+ "content-hash": "c594ebfaf3b6d07fc5f7b830bd451a6a",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "barryvdh/laravel-debugbar",
|
|
|
@@ -258,6 +258,354 @@
|
|
|
"description": "implementation of xdg base directory specification for php",
|
|
|
"time": "2014-10-24 07:27:01"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "doctrine/annotations",
|
|
|
+ "version": "v1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/annotations.git",
|
|
|
+ "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/doctrine/annotations/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5.zip",
|
|
|
+ "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://packagist.phpcomposer.com/files/doctrine/cache/b6f544a20f4807e81f7044d31e679ccbb1866dc3.zip",
|
|
|
+ "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://packagist.phpcomposer.com/files/doctrine/collections/6c1e4eef75f310ea1b3e30945e9f06e652128b8a.zip",
|
|
|
+ "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.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/common.git",
|
|
|
+ "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/doctrine/common/a579557bc689580c19fee4e27487a67fe60defc0.zip",
|
|
|
+ "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
|
|
|
+ "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": "2015-12-25 13:18:31"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/dbal",
|
|
|
+ "version": "v2.5.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/dbal.git",
|
|
|
+ "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/doctrine/dbal/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9.zip",
|
|
|
+ "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",
|
|
|
@@ -325,6 +673,60 @@
|
|
|
],
|
|
|
"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://packagist.phpcomposer.com/files/doctrine/lexer/83893c552fd2045dd78aef794c31e694c37c0b8c.zip",
|
|
|
+ "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": "jakub-onderka/php-console-color",
|
|
|
"version": "0.1",
|
|
|
@@ -986,7 +1388,7 @@
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/nikic/PHP-Parser/47b254ea51f1d6d5dc04b9b299e88346bf2369e3.zip",
|
|
|
"reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
@@ -1185,7 +1587,7 @@
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/php-fig/log/fe0936ee26643249e916849d48e3a51d5f5e278b.zip",
|
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
@@ -3668,7 +4070,7 @@
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
|
|
+ "url": "https://packagist.phpcomposer.com/files/sebastianbergmann/environment/4e8f0da10ac5802913afc151413bc8c53b6c2716.zip",
|
|
|
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
|
|
"shasum": ""
|
|
|
},
|