tethys/composer.lock

4598 lines
162 KiB
Plaintext
Raw Normal View History

2015-07-19 06:49:24 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-08-06 12:30:51 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-07-19 06:49:24 +00:00
"This file is @generated automatically"
],
2019-02-22 17:07:00 +00:00
"content-hash": "35e771d8a4e73ec0c3768490092f9391",
2015-07-19 06:49:24 +00:00
"packages": [
2018-08-31 14:47:04 +00:00
{
"name": "davejamesmiller/laravel-breadcrumbs",
2019-03-18 13:32:29 +00:00
"version": "5.2.1",
2018-08-31 14:47:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
2019-03-18 13:32:29 +00:00
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c"
2018-08-31 14:47:04 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/6465e8710341578092fdd8aea24319d4f53ab27c",
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c",
2018-08-31 14:47:04 +00:00
"shasum": ""
},
"require": {
2019-03-18 13:32:29 +00:00
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"illuminate/view": "5.6.*|5.7.*|5.8.*",
2019-02-12 11:21:35 +00:00
"php": ">=7.1.3"
2018-08-31 14:47:04 +00:00
},
"require-dev": {
2019-03-18 13:32:29 +00:00
"laravel/framework": "5.6.*|5.7.*|5.8.*",
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
2019-02-12 11:21:35 +00:00
"php-coveralls/php-coveralls": "^1.0",
"phpunit/phpunit": "7.*"
2018-08-31 14:47:04 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"DaveJamesMiller\\Breadcrumbs\\BreadcrumbsServiceProvider"
],
"aliases": {
"Breadcrumbs": "DaveJamesMiller\\Breadcrumbs\\Facades\\Breadcrumbs"
}
}
},
"autoload": {
"psr-4": {
"DaveJamesMiller\\Breadcrumbs\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-02-12 11:21:35 +00:00
"MIT"
2018-08-31 14:47:04 +00:00
],
"authors": [
{
"name": "Dave James Miller",
2019-02-12 11:21:35 +00:00
"email": "dave@davejamesmiller.com"
2018-08-31 14:47:04 +00:00
}
],
"description": "A simple Laravel-style way to create breadcrumbs.",
"homepage": "https://github.com/davejamesmiller/laravel-breadcrumbs",
"keywords": [
"laravel"
],
2019-03-18 13:32:29 +00:00
"time": "2019-02-27T13:09:37+00:00"
2018-08-31 14:47:04 +00:00
},
2018-09-13 12:03:17 +00:00
{
"name": "dimsav/laravel-translatable",
2019-03-18 13:32:29 +00:00
"version": "v9.4.0",
2018-09-13 12:03:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/dimsav/laravel-translatable.git",
2019-03-18 13:32:29 +00:00
"reference": "5101036717e8201389382c77ebfdeafbe073ef06"
2018-09-13 12:03:17 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/5101036717e8201389382c77ebfdeafbe073ef06",
"reference": "5101036717e8201389382c77ebfdeafbe073ef06",
2018-09-13 12:03:17 +00:00
"shasum": ""
},
"require": {
2019-03-18 13:32:29 +00:00
"illuminate/support": "5.6.*|5.7.*|5.8.*",
2019-02-12 11:21:35 +00:00
"php": ">=7.1.3"
2018-09-13 12:03:17 +00:00
},
"require-dev": {
2019-03-18 13:32:29 +00:00
"orchestra/testbench": "3.6.*|3.7.*|3.8.*"
2018-09-13 12:03:17 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Dimsav\\Translatable\\TranslatableServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Dimsav\\Translatable\\": "src/Translatable/"
2019-02-12 11:21:35 +00:00
}
2018-09-13 12:03:17 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dimitrios Savvopoulos",
"email": "ds@dimsav.com",
2019-03-18 13:32:29 +00:00
"homepage": "http://dimsav.com",
"role": "Developer"
},
{
"name": "Tom Witkowski",
"email": "dev.gummibeer@gmail.com",
"homepage": "https://gummibeer.de",
"role": "Developer"
2018-09-13 12:03:17 +00:00
}
],
"description": "A Laravel package for multilingual models",
"keywords": [
"database",
"language",
"laravel",
"translation"
],
2019-03-18 13:32:29 +00:00
"time": "2019-02-28T08:12:22+00:00"
2018-09-13 12:03:17 +00:00
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": ">=5.3.2"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "@stable"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"type": "project",
2015-07-19 06:49:24 +00:00
"autoload": {
"psr-4": {
2018-08-06 12:30:51 +00:00
"XdgBaseDir\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2018-08-06 12:30:51 +00:00
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "doctrine/inflector",
"version": "v1.3.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^6.2"
2015-07-19 06:49:24 +00:00
},
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
"psr-4": {
2018-08-06 12:30:51 +00:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"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"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
2015-07-19 06:49:24 +00:00
"keywords": [
2018-08-06 12:30:51 +00:00
"inflection",
"pluralize",
"singularize",
"string"
2015-07-19 06:49:24 +00:00
],
2018-08-06 12:30:51 +00:00
"time": "2018-01-09T20:05:19+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "doctrine/lexer",
"version": "v1.0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
2018-08-06 12:30:51 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2015-07-19 06:49:24 +00:00
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2018-08-06 12:30:51 +00:00
"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-09T13:34:57+00:00"
2015-07-19 06:49:24 +00:00
},
2019-02-12 11:21:35 +00:00
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2018-06-06T03:12:17+00:00"
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "egulias/email-validator",
2018-12-17 16:10:17 +00:00
"version": "2.1.7",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/egulias/EmailValidator.git",
2018-12-17 16:10:17 +00:00
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-12-17 16:10:17 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "2.0.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Eduardo Gulias Davis"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
2015-07-19 06:49:24 +00:00
"keywords": [
2018-08-06 12:30:51 +00:00
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
2015-07-19 06:49:24 +00:00
],
2018-12-17 16:10:17 +00:00
"time": "2018-12-04T22:38:24+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "erusev/parsedown",
2019-03-18 13:32:29 +00:00
"version": "v1.7.2",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/erusev/parsedown.git",
2019-03-18 13:32:29 +00:00
"reference": "d60bcdc46978357759ecb13cb4b078da783f8faf"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/d60bcdc46978357759ecb13cb4b078da783f8faf",
"reference": "d60bcdc46978357759ecb13cb4b078da783f8faf",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"ext-mbstring": "*",
"php": ">=5.3.0"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"type": "library",
2015-07-19 06:49:24 +00:00
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-0": {
"Parsedown": ""
}
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2019-03-18 13:32:29 +00:00
"time": "2019-03-17T17:19:46+00:00"
2015-07-19 06:49:24 +00:00
},
2018-11-08 16:47:27 +00:00
{
"name": "felixkiss/uniquewith-validator",
2019-02-14 14:09:11 +00:00
"version": "3.2.0",
2018-11-08 16:47:27 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixkiss/uniquewith-validator.git",
2019-02-14 14:09:11 +00:00
"reference": "11e3c12758f8f1c335618ab8eabecd338985aff9"
2018-11-08 16:47:27 +00:00
},
"dist": {
"type": "zip",
2019-02-14 14:09:11 +00:00
"url": "https://api.github.com/repos/felixkiss/uniquewith-validator/zipball/11e3c12758f8f1c335618ab8eabecd338985aff9",
"reference": "11e3c12758f8f1c335618ab8eabecd338985aff9",
2018-11-08 16:47:27 +00:00
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"illuminate/validation": "5.*",
2019-02-14 14:09:11 +00:00
"php": ">=5.6.0"
2018-11-08 16:47:27 +00:00
},
"require-dev": {
2019-02-14 14:09:11 +00:00
"bossa/phpspec2-expect": "^2.3",
"phpspec/phpspec": "^3.4"
2018-11-08 16:47:27 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Felixkiss\\UniqueWithValidator\\ServiceProvider"
]
}
},
"autoload": {
"psr-0": {
"Felixkiss\\UniqueWithValidator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Felix Kiss",
"email": "felix@felixkiss.com"
}
],
"description": "Custom Laravel Validator for combined unique indexes",
"homepage": "https://github.com/felixkiss/uniquewith-validator",
"keywords": [
"laravel"
],
2019-02-14 14:09:11 +00:00
"time": "2019-02-12T18:30:56+00:00"
2018-11-08 16:47:27 +00:00
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "fideloper/proxy",
2019-02-12 11:21:35 +00:00
"version": "4.1.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/fideloper/TrustedProxy.git",
2019-02-12 11:21:35 +00:00
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
2018-08-06 12:30:51 +00:00
"require": {
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
2015-07-19 06:49:24 +00:00
"require-dev": {
2019-02-12 11:21:35 +00:00
"illuminate/http": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Fideloper\\Proxy\\": "src/"
}
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Set trusted proxies for Laravel",
2015-07-19 06:49:24 +00:00
"keywords": [
2018-08-06 12:30:51 +00:00
"load balancing",
"proxy",
"trusted proxy"
2015-07-19 06:49:24 +00:00
],
2019-02-12 11:21:35 +00:00
"time": "2019-01-10T14:06:47+00:00"
2015-07-19 06:49:24 +00:00
},
2018-09-04 14:51:04 +00:00
{
"name": "hieu-le/active",
"version": "3.5.1",
"source": {
"type": "git",
"url": "https://github.com/letrunghieu/active.git",
"reference": "42d0f50be74b89d730bb4c0ee8c32447630506c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/letrunghieu/active/zipball/42d0f50be74b89d730bb4c0ee8c32447630506c6",
"reference": "42d0f50be74b89d730bb4c0ee8c32447630506c6",
"shasum": ""
},
"require": {
"laravel/framework": "^5.5",
"php": ">=7.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"orchestra/testbench": "^3.1",
"phpunit/phpunit": "~6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"HieuLe\\Active\\ActiveServiceProvider"
],
"aliases": {
"Active": "HieuLe\\Active\\Facades\\Active"
}
}
},
"autoload": {
"psr-4": {
"HieuLe\\Active\\": "src/",
"HieuLe\\ActiveTest\\": "tests/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hieu Le",
"email": "letrunghieu.cse09@gmail.com",
"homepage": "https://www.hieule.info"
}
],
"description": "The helper class for Laravel (4/5) applications to get active class base on current route",
"homepage": "https://www.hieule.info/tag/laravel-active/",
"keywords": [
"active",
"laravel",
"routing"
],
"time": "2017-09-07T02:36:51+00:00"
},
2015-07-19 06:49:24 +00:00
{
"name": "jakub-onderka/php-console-color",
2018-10-11 14:49:08 +00:00
"version": "v0.2",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2018-10-11 14:49:08 +00:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-10-11 14:49:08 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-10-11 14:49:08 +00:00
"php": ">=5.4.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2018-10-11 14:49:08 +00:00
"jakub-onderka/php-parallel-lint": "1.0",
2015-07-19 06:49:24 +00:00
"jakub-onderka/php-var-dump-check": "0.*",
2018-10-11 14:49:08 +00:00
"phpunit/phpunit": "~4.3",
2015-07-19 06:49:24 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2018-10-11 14:49:08 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2018-10-11 14:49:08 +00:00
"email": "jakub.onderka@gmail.com"
2015-07-19 06:49:24 +00:00
}
],
2018-10-11 14:49:08 +00:00
"time": "2018-09-29T17:23:10+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "jakub-onderka/php-console-highlighter",
2018-10-18 14:51:46 +00:00
"version": "v0.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2018-10-18 14:51:46 +00:00
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-10-18 14:51:46 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-10-18 14:51:46 +00:00
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
2018-10-18 14:51:46 +00:00
"jakub-onderka/php-parallel-lint": "~1.0",
2018-08-06 12:30:51 +00:00
"jakub-onderka/php-var-dump-check": "~0.1",
2015-07-19 06:49:24 +00:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
2018-10-18 14:51:46 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2018-10-18 14:51:46 +00:00
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "laravel/framework",
2019-02-12 11:21:35 +00:00
"version": "v5.6.39",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2019-02-12 11:21:35 +00:00
"reference": "37bb306f516669ab4f888c16003f694313ab299e"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/37bb306f516669ab4f888c16003f694313ab299e",
"reference": "37bb306f516669ab4f888c16003f694313ab299e",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"doctrine/inflector": "~1.1",
2019-02-12 11:21:35 +00:00
"dragonmantank/cron-expression": "~2.0",
2018-08-06 12:30:51 +00:00
"erusev/parsedown": "~1.7",
2015-07-19 06:49:24 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
2018-08-06 12:30:51 +00:00
"league/flysystem": "^1.0.8",
"monolog/monolog": "~1.12",
2019-02-12 11:21:35 +00:00
"nesbot/carbon": "1.25.*",
"php": "^7.1.3",
2018-08-06 12:30:51 +00:00
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
2019-02-12 11:21:35 +00:00
"ramsey/uuid": "^3.7",
2018-08-06 12:30:51 +00:00
"swiftmailer/swiftmailer": "~6.0",
2019-02-12 11:21:35 +00:00
"symfony/console": "~4.0",
"symfony/debug": "~4.0",
"symfony/finder": "~4.0",
"symfony/http-foundation": "~4.0",
"symfony/http-kernel": "~4.0",
"symfony/process": "~4.0",
"symfony/routing": "~4.0",
"symfony/var-dumper": "~4.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
2018-08-06 12:30:51 +00:00
"vlucas/phpdotenv": "~2.2"
2015-07-19 06:49:24 +00:00
},
2019-02-12 11:21:35 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2015-07-19 06:49:24 +00:00
"replace": {
"illuminate/auth": "self.version",
2018-08-06 12:30:51 +00:00
"illuminate/broadcasting": "self.version",
2015-07-19 06:49:24 +00:00
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/mail": "self.version",
2018-08-06 12:30:51 +00:00
"illuminate/notifications": "self.version",
2015-07-19 06:49:24 +00:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2019-02-12 11:21:35 +00:00
"illuminate/view": "self.version"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"aws/aws-sdk-php": "~3.0",
2019-02-12 11:21:35 +00:00
"doctrine/dbal": "~2.6",
2018-08-06 12:30:51 +00:00
"filp/whoops": "^2.1.4",
2019-02-12 11:21:35 +00:00
"league/flysystem-cached-adapter": "~1.0",
2018-08-06 12:30:51 +00:00
"mockery/mockery": "~1.0",
2019-02-12 11:21:35 +00:00
"moontoast/math": "^1.1",
"orchestra/testbench-core": "3.6.*",
2015-07-19 06:49:24 +00:00
"pda/pheanstalk": "~3.0",
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "~7.0",
2018-08-06 12:30:51 +00:00
"predis/predis": "^1.1.1",
2019-02-12 11:21:35 +00:00
"symfony/css-selector": "~4.0",
"symfony/dom-crawler": "~4.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2018-08-06 12:30:51 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
2019-02-12 11:21:35 +00:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
2018-08-06 12:30:51 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
"laravel/tinker": "Required to use the tinker console command (~1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
2019-02-12 11:21:35 +00:00
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
2015-07-19 06:49:24 +00:00
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
2019-02-12 11:21:35 +00:00
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
2018-08-06 12:30:51 +00:00
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
2015-07-19 06:49:24 +00:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
2018-08-06 12:30:51 +00:00
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
2019-02-12 11:21:35 +00:00
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
2018-08-06 12:30:51 +00:00
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "5.6-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2018-08-06 12:30:51 +00:00
"email": "taylor@laravel.com"
2015-07-19 06:49:24 +00:00
}
],
"description": "The Laravel Framework.",
2018-08-06 12:30:51 +00:00
"homepage": "https://laravel.com",
2015-07-19 06:49:24 +00:00
"keywords": [
"framework",
"laravel"
],
2019-02-12 11:21:35 +00:00
"time": "2018-10-04T14:50:41+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "laravel/tinker",
2018-10-18 14:51:46 +00:00
"version": "v1.0.8",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/laravel/tinker.git",
2018-10-18 14:51:46 +00:00
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-10-18 14:51:46 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
"psy/psysh": "0.7.*|0.8.*|0.9.*",
"symfony/var-dumper": "~3.0|~4.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "~4.0|~5.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2018-08-06 12:30:51 +00:00
"illuminate/database": "The Illuminate Database package (~5.1)."
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"psr-4": {
2018-08-06 12:30:51 +00:00
"Laravel\\Tinker\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Powerful REPL for the Laravel framework.",
2015-07-19 06:49:24 +00:00
"keywords": [
2018-08-06 12:30:51 +00:00
"REPL",
"Tinker",
"laravel",
"psysh"
2015-07-19 06:49:24 +00:00
],
2018-10-18 14:51:46 +00:00
"time": "2018-10-12T19:39:35+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "laravelcollective/html",
2019-02-12 11:21:35 +00:00
"version": "v5.6.10",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/LaravelCollective/html.git",
2019-02-12 11:21:35 +00:00
"reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
"reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"illuminate/http": "5.6.*",
"illuminate/routing": "5.6.*",
"illuminate/session": "5.6.*",
"illuminate/support": "5.6.*",
"illuminate/view": "5.6.*",
"php": ">=7.1.3"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"illuminate/database": "5.6.*",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.1"
2018-08-06 12:30:51 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "5.6-dev"
2018-08-06 12:30:51 +00:00
},
"laravel": {
"providers": [
"Collective\\Html\\HtmlServiceProvider"
],
"aliases": {
"Form": "Collective\\Html\\FormFacade",
"Html": "Collective\\Html\\HtmlFacade"
}
}
},
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://laravelcollective.com",
2019-02-12 11:21:35 +00:00
"time": "2018-06-18T15:04:16+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "league/flysystem",
2019-02-12 11:21:35 +00:00
"version": "1.0.50",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2019-02-12 11:21:35 +00:00
"reference": "dab4e7624efa543a943be978008f439c333f2249"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
"reference": "dab4e7624efa543a943be978008f439c333f2249",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
2018-10-04 14:41:29 +00:00
"ext-fileinfo": "*",
2018-08-06 12:30:51 +00:00
"php": ">=5.5.9"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4",
2018-08-29 15:18:15 +00:00
"phpunit/phpunit": "^5.7.10"
2018-08-06 12:30:51 +00:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
2019-02-12 11:21:35 +00:00
"time": "2019-02-01T08:50:36+00:00"
2018-08-06 12:30:51 +00:00
},
2018-11-21 12:40:34 +00:00
{
"name": "mcamara/laravel-localization",
2019-03-18 13:32:29 +00:00
"version": "1.3.19",
2018-11-21 12:40:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/mcamara/laravel-localization.git",
2019-03-18 13:32:29 +00:00
"reference": "cf89d2515d576292e65bfa5893a0efd1cc5a4064"
2018-11-21 12:40:34 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/cf89d2515d576292e65bfa5893a0efd1cc5a4064",
"reference": "cf89d2515d576292e65bfa5893a0efd1cc5a4064",
2018-11-21 12:40:34 +00:00
"shasum": ""
},
"require": {
2019-03-18 13:32:29 +00:00
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0",
2018-11-21 12:40:34 +00:00
"php": ">=7.0.0"
},
"require-dev": {
2019-03-18 13:32:29 +00:00
"orchestra/testbench-browser-kit": "~3.4|~3.8",
"phpunit/phpunit": "6.0.*|8.0.*"
2018-11-21 12:40:34 +00:00
},
"suggest": {
"ext-intl": "*"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider"
],
"aliases": {
"LaravelLocalization": "Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization"
}
}
},
"autoload": {
"classmap": [],
"psr-0": {
"Mcamara\\LaravelLocalization": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc Cámara",
"email": "mcamara88@gmail.com",
"role": "Developer"
}
],
"description": "Easy localization for Laravel",
"homepage": "https://github.com/mcamara/laravel-localization",
"keywords": [
"laravel",
"localization",
"php"
],
2019-03-18 13:32:29 +00:00
"time": "2019-03-05T15:37:01+00:00"
2018-11-21 12:40:34 +00:00
},
2018-08-06 12:30:51 +00:00
{
"name": "monolog/monolog",
2018-11-08 16:47:27 +00:00
"version": "1.24.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2018-11-08 16:47:27 +00:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2018-11-08 16:47:27 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2018-08-06 12:30:51 +00: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|^6.0"
2015-07-19 06:49:24 +00:00
},
"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",
2018-08-06 12:30:51 +00:00
"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",
2015-07-19 06:49:24 +00:00
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2018-08-06 12:30:51 +00:00
"sentry/sentry": "Allow sending log messages to a Sentry server"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "2.0.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"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"
],
2018-11-08 16:47:27 +00:00
"time": "2018-11-05T09:00:11+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "nesbot/carbon",
2019-02-12 11:21:35 +00:00
"version": "1.25.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2019-02-12 11:21:35 +00:00
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"friendsofphp/php-cs-fixer": "~2",
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2015-07-19 06:49:24 +00:00
},
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
2019-02-12 11:21:35 +00:00
"branch-alias": {
"dev-master": "1.23-dev"
2018-08-06 12:30:51 +00:00
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2019-02-12 11:21:35 +00:00
"Carbon\\": "src/Carbon/"
2015-07-19 06:49:24 +00:00
}
},
"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"
],
2019-02-12 11:21:35 +00:00
"time": "2018-03-19T15:50:49+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "nikic/php-parser",
2019-02-19 17:52:52 +00:00
"version": "v4.2.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2019-02-19 17:52:52 +00:00
"reference": "5221f49a608808c1e4d436df32884cbc1b821ac0"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-19 17:52:52 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0",
"reference": "5221f49a608808c1e4d436df32884cbc1b821ac0",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-08-06 12:30:51 +00:00
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"bin": [
"bin/php-parse"
],
2015-07-19 06:49:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-01-22 17:24:18 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2019-02-19 17:52:52 +00:00
"time": "2019-02-16T20:54:15+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "paragonie/random_compat",
2018-08-29 15:18:15 +00:00
"version": "v9.99.99",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2018-08-29 15:18:15 +00:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2018-08-29 15:18:15 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
2018-08-29 15:18:15 +00:00
"php": "^7"
2018-08-06 12:30:51 +00:00
},
"require-dev": {
2018-08-29 15:18:15 +00:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2018-08-06 12:30:51 +00:00
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"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",
"polyfill",
"pseudorandom",
"random"
],
2018-08-29 15:18:15 +00:00
"time": "2018-07-02T15:55:56+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "psr/container",
2015-07-19 06:49:24 +00:00
"version": "1.0.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/log",
"version": "1.1.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
2018-08-06 12:30:51 +00:00
"require": {
"php": ">=5.3.0"
},
2015-07-19 06:49:24 +00:00
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
2018-08-06 12:30:51 +00:00
"homepage": "https://github.com/php-fig/log",
2015-07-19 06:49:24 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2018-11-20T15:27:04+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "psy/psysh",
2018-10-18 14:51:46 +00:00
"version": "v0.9.9",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2018-10-18 14:51:46 +00:00
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-10-18 14:51:46 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
2018-08-29 15:18:15 +00:00
"ext-json": "*",
"ext-tokenizer": "*",
2018-10-18 14:51:46 +00:00
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-08-06 12:30:51 +00:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2018-08-06 12:30:51 +00:00
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
2015-07-19 06:49:24 +00:00
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-develop": "0.9.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"files": [
2018-08-06 12:30:51 +00:00
"src/functions.php"
2015-07-19 06:49:24 +00:00
],
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
2018-08-06 12:30:51 +00:00
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2018-10-18 14:51:46 +00:00
"time": "2018-10-13T15:16:03+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "ramsey/uuid",
2018-08-29 15:18:15 +00:00
"version": "3.8.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2018-08-29 15:18:15 +00:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2018-08-29 15:18:15 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
2018-08-29 15:18:15 +00:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2018-08-06 12:30:51 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
2018-08-29 15:18:15 +00:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2018-08-06 12:30:51 +00:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2018-08-29 15:18:15 +00:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2018-08-06 12:30:51 +00:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2018-08-29 15:18:15 +00:00
"ext-ctype": "Provides support for PHP Ctype functions",
2018-08-06 12:30:51 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2018-08-29 15:18:15 +00:00
"time": "2018-07-19T23:38:55+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "solarium/solarium",
"version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/solariumphp/solarium.git",
"reference": "c353babec89fdbe8c64054bfec8e77bcb5da6705"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/solariumphp/solarium/zipball/c353babec89fdbe8c64054bfec8e77bcb5da6705",
"reference": "c353babec89fdbe8c64054bfec8e77bcb5da6705",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": "~2.3|~3.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^3.8 || ^6.2",
"phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "~1.4",
"zendframework/zendframework1": "~1.12"
},
"suggest": {
"minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Solarium\\": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "See GitHub contributors",
"homepage": "https://github.com/basdenooijer/solarium/contributors"
}
],
"description": "PHP Solr client",
"homepage": "http://www.solarium-project.org",
"keywords": [
"php",
"search",
"solr"
],
"time": "2017-02-02T13:32:22+00:00"
},
2015-07-19 06:49:24 +00:00
{
"name": "swiftmailer/swiftmailer",
2019-03-18 13:32:29 +00:00
"version": "v6.2.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2019-03-18 13:32:29 +00:00
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"egulias/email-validator": "~2.0",
2019-03-18 13:32:29 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"mockery/mockery": "~0.9.1",
2019-03-18 13:32:29 +00:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2015-07-19 06:49:24 +00:00
},
2018-08-29 15:18:15 +00:00
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
2015-07-19 06:49:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-03-18 13:32:29 +00:00
"dev-master": "6.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"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",
2018-08-29 15:18:15 +00:00
"homepage": "https://swiftmailer.symfony.com",
2015-07-19 06:49:24 +00:00
"keywords": [
2018-08-06 12:30:51 +00:00
"email",
2015-07-19 06:49:24 +00:00
"mail",
"mailer"
],
2019-03-18 13:32:29 +00:00
"time": "2019-03-10T07:52:41+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "symfony/console",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/console.git",
2019-03-18 13:32:29 +00:00
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/9dc2299a016497f9ee620be94524e6c0af0280a9",
"reference": "9dc2299a016497f9ee620be94524e6c0af0280a9",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3",
"symfony/contracts": "^1.0",
2018-08-06 12:30:51 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2015-07-19 06:49:24 +00:00
},
2019-02-12 11:21:35 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-07-19 06:49:24 +00:00
"require-dev": {
"psr/log": "~1.0",
2019-02-12 11:21:35 +00:00
"symfony/config": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
2019-02-12 11:21:35 +00:00
"symfony/event-dispatcher": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"symfony/lock": "~3.4|~4.0",
2019-02-12 11:21:35 +00:00
"symfony/process": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2019-02-12 11:21:35 +00:00
"psr/log": "For using the console logger",
2015-07-19 06:49:24 +00:00
"symfony/event-dispatcher": "",
2018-08-06 12:30:51 +00:00
"symfony/lock": "",
2015-07-19 06:49:24 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Symfony\\Component\\Console\\": ""
2018-08-06 12:30:51 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
"description": "Symfony Console Component",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-02-23T15:17:42+00:00"
2015-07-19 06:49:24 +00:00
},
2018-12-10 16:26:57 +00:00
{
"name": "symfony/contracts",
2018-12-17 16:10:17 +00:00
"version": "v1.0.2",
2018-12-10 16:26:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
2018-12-17 16:10:17 +00:00
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
2018-12-10 16:26:57 +00:00
},
"dist": {
"type": "zip",
2018-12-17 16:10:17 +00:00
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2018-12-10 16:26:57 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"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": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2018-12-17 16:10:17 +00:00
"time": "2018-12-05T08:06:11+00:00"
2018-12-10 16:26:57 +00:00
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "symfony/css-selector",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/css-selector.git",
2019-02-12 11:21:35 +00:00
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
"reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.1.3"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-10 16:26:57 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
2015-07-19 06:49:24 +00:00
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2019-02-12 11:21:35 +00:00
"time": "2019-01-16T20:31:39+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "symfony/debug",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/debug.git",
2019-03-18 13:32:29 +00:00
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/de73f48977b8eaf7ce22814d66e43a1662cc864f",
"reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3",
2018-08-06 12:30:51 +00:00
"psr/log": "~1.0"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"conflict": {
2019-02-12 11:21:35 +00:00
"symfony/http-kernel": "<3.4"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"require-dev": {
2019-02-12 11:21:35 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-03-03T18:11:24+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "symfony/event-dispatcher",
2019-03-18 13:32:29 +00:00
"version": "v3.4.23",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2019-03-18 13:32:29 +00:00
"reference": "ec625e2fff7f584eeb91754821807317b2e79236"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ec625e2fff7f584eeb91754821807317b2e79236",
"reference": "ec625e2fff7f584eeb91754821807317b2e79236",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "3.4-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-02-23T15:06:07+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "symfony/finder",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/finder.git",
2019-03-18 13:32:29 +00:00
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/267b7002c1b70ea80db0833c3afe05f0fbde580a",
"reference": "267b7002c1b70ea80db0833c3afe05f0fbde580a",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Symfony\\Component\\Finder\\": ""
2018-08-06 12:30:51 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
"description": "Symfony Finder Component",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-02-23T15:42:05+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "symfony/http-foundation",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2019-03-18 13:32:29 +00:00
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/850a667d6254ccf6c61d853407b16f21c4579c77",
"reference": "850a667d6254ccf6c61d853407b16f21c4579c77",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
},
2018-08-06 12:30:51 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-07-19 06:49:24 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
"description": "Symfony HttpFoundation Component",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-02-26T08:03:39+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "symfony/http-kernel",
2019-02-12 11:21:35 +00:00
"version": "v4.0.15",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2019-02-12 11:21:35 +00:00
"reference": "e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7",
"reference": "e75e7ff97254d5bc3fbf9c76831dd3b47edb9df7",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3",
2015-07-19 06:49:24 +00:00
"psr/log": "~1.0",
2019-02-12 11:21:35 +00:00
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
2019-02-12 11:21:35 +00:00
"symfony/config": "<3.4",
2018-08-29 15:18:15 +00:00
"symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
2019-02-12 11:21:35 +00:00
"symfony/var-dumper": "<3.4",
2018-08-06 12:30:51 +00:00
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"psr/cache": "~1.0",
2019-02-12 11:21:35 +00:00
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2018-08-29 15:18:15 +00:00
"symfony/dependency-injection": "^3.4.10|^4.0.10",
2019-02-12 11:21:35 +00:00
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"symfony/routing": "~3.4|~4.0",
2019-02-12 11:21:35 +00:00
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "~3.4|~4.0",
"symfony/var-dumper": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.0-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2018-08-06 12:30:51 +00:00
},
"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 HttpKernel Component",
"homepage": "https://symfony.com",
2019-02-12 11:21:35 +00:00
"time": "2018-12-06T17:29:37+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "symfony/polyfill-ctype",
2018-11-08 16:47:27 +00:00
"version": "v1.10.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-08-29 15:18:15 +00:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2018-08-29 15:18:15 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-08-29 15:18:15 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-08-06 12:30:51 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 15:18:15 +00:00
"dev-master": "1.9-dev"
2015-07-19 06:49:24 +00:00
}
},
2018-08-06 12:30:51 +00:00
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
2015-07-19 06:49:24 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-08-29 15:18:15 +00:00
"time": "2018-08-06T14:22:27+00:00"
2015-07-19 06:49:24 +00:00
},
2019-03-18 13:32:29 +00:00
{
"name": "symfony/polyfill-iconv",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "97001cfc283484c9691769f51cdf25259037eba2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
"reference": "97001cfc283484c9691769f51cdf25259037eba2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"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 Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-21T06:26:08+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/89de1d44f2c059b266f22c9cc9124ddc4cd0987a",
"reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-30T16:36:12+00:00"
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "symfony/polyfill-mbstring",
2018-11-08 16:47:27 +00:00
"version": "v1.10.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-11-08 16:47:27 +00:00
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-11-08 16:47:27 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-08-06 12:30:51 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
2015-07-19 06:49:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 15:18:15 +00:00
"dev-master": "1.9-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"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"
],
2018-11-08 16:47:27 +00:00
"time": "2018-09-21T13:07:52+00:00"
2018-08-06 12:30:51 +00:00
},
{
2019-02-12 11:21:35 +00:00
"name": "symfony/polyfill-php72",
2018-11-08 16:47:27 +00:00
"version": "v1.10.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
2019-02-12 11:21:35 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 15:18:15 +00:00
"dev-master": "1.9-dev"
2015-07-19 06:49:24 +00:00
}
},
2018-08-06 12:30:51 +00:00
"autoload": {
"psr-4": {
2019-02-12 11:21:35 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2018-08-06 12:30:51 +00:00
},
"files": [
"bootstrap.php"
]
},
2015-07-19 06:49:24 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2018-08-06 12:30:51 +00:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
2015-07-19 06:49:24 +00:00
{
"name": "Symfony Community",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com/contributors"
}
],
2019-02-12 11:21:35 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2019-02-12 11:21:35 +00:00
"time": "2018-09-21T13:07:52+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "symfony/process",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2019-02-12 11:21:35 +00:00
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3"
2018-08-06 12:30:51 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2018-08-06 12:30:51 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-07-19 06:49:24 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
"description": "Symfony Process Component",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
2019-02-12 11:21:35 +00:00
"time": "2019-01-24T22:05:03+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "symfony/routing",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/routing.git",
2019-03-18 13:32:29 +00:00
"reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
"reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3"
2018-08-06 12:30:51 +00:00
},
"conflict": {
2019-02-12 11:21:35 +00:00
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
2018-08-06 12:30:51 +00:00
"symfony/yaml": "<3.4"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2019-02-12 11:21:35 +00:00
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"symfony/yaml": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
2018-08-06 12:30:51 +00:00
"symfony/dependency-injection": "For loading routes from a service",
2015-07-19 06:49:24 +00:00
"symfony/expression-language": "For using expression matching",
2018-08-06 12:30:51 +00:00
"symfony/http-foundation": "For using a Symfony Request object",
2015-07-19 06:49:24 +00:00
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
2015-07-19 06:49:24 +00:00
"Symfony\\Component\\Routing\\": ""
2018-08-06 12:30:51 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
"description": "Symfony Routing Component",
2018-08-06 12:30:51 +00:00
"homepage": "https://symfony.com",
2015-07-19 06:49:24 +00:00
"keywords": [
"router",
"routing",
"uri",
"url"
],
2019-03-18 13:32:29 +00:00
"time": "2019-02-23T15:17:42+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "symfony/translation",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/translation.git",
2019-03-18 13:32:29 +00:00
"reference": "748464177a77011f8f4cdd076773862ce4915f8f"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/748464177a77011f8f4cdd076773862ce4915f8f",
"reference": "748464177a77011f8f4cdd076773862ce4915f8f",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.1.3",
2018-12-17 16:10:17 +00:00
"symfony/contracts": "^1.0.2",
2018-08-06 12:30:51 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2015-07-19 06:49:24 +00:00
},
2018-12-10 16:26:57 +00:00
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2015-07-19 06:49:24 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-08-06 12:30:51 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2018-08-06 12:30:51 +00:00
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-10 16:26:57 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-08-06 12:30:51 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2019-03-18 13:32:29 +00:00
"time": "2019-02-27T03:31:50+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "symfony/var-dumper",
2019-03-18 13:32:29 +00:00
"version": "v4.2.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/symfony/var-dumper.git",
2019-03-18 13:32:29 +00:00
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/9f87189ac10b42edf7fb8edc846f1937c6d157cf",
"reference": "9f87189ac10b42edf7fb8edc846f1937c6d157cf",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2018-08-06 12:30:51 +00:00
},
"conflict": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"ext-iconv": "*",
2019-02-12 11:21:35 +00:00
"symfony/console": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2018-08-06 12:30:51 +00:00
"twig/twig": "~1.34|~2.4"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2018-08-06 12:30:51 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
2019-02-12 11:21:35 +00:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2015-07-19 06:49:24 +00:00
},
2019-02-12 11:21:35 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
2015-07-19 06:49:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.2-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2019-03-18 13:32:29 +00:00
"time": "2019-02-23T15:17:42+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "2.2.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-06 12:30:51 +00:00
"BSD-3-Clause"
2015-07-19 06:49:24 +00:00
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2017-11-27T11:13:29+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "vlucas/phpdotenv",
2019-02-12 11:21:35 +00:00
"version": "v2.6.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2019-02-12 11:21:35 +00:00
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": ">=5.3.9",
"symfony/polyfill-ctype": "^1.9"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-29 15:18:15 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "2.6-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Dotenv\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-29 15:18:15 +00:00
"BSD-3-Clause"
2015-07-19 06:49:24 +00:00
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2019-02-12 11:21:35 +00:00
"time": "2019-01-29T11:11:52+00:00"
2018-08-29 15:18:15 +00:00
},
2018-09-06 15:58:54 +00:00
{
"name": "yajra/laravel-datatables-oracle",
2019-02-14 14:09:11 +00:00
"version": "v8.13.5",
2018-09-06 15:58:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/yajra/laravel-datatables.git",
2019-02-14 14:09:11 +00:00
"reference": "a97a173a52f2b60075f310dac39932faa377fb4f"
2018-09-06 15:58:54 +00:00
},
"dist": {
"type": "zip",
2019-02-14 14:09:11 +00:00
"url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/a97a173a52f2b60075f310dac39932faa377fb4f",
"reference": "a97a173a52f2b60075f310dac39932faa377fb4f",
2018-09-06 15:58:54 +00:00
"shasum": ""
},
"require": {
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/filesystem": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.4.*|5.5.*|5.6.*|5.7.*",
"php": ">=7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5"
},
"suggest": {
"yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",
"yajra/laravel-datatables-editor": "Plugin to use DataTables Editor (requires a license).",
"yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.",
"yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTables."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.0-dev"
},
"laravel": {
"providers": [
"Yajra\\DataTables\\DataTablesServiceProvider"
],
"aliases": {
"DataTables": "Yajra\\DataTables\\Facades\\DataTables"
}
}
},
"autoload": {
"psr-4": {
"Yajra\\DataTables\\": "src/"
},
"files": [
"src/helper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arjay Angeles",
"email": "aqangeles@gmail.com"
}
],
"description": "jQuery DataTables API for Laravel 4|5",
"keywords": [
"datatables",
"jquery",
"laravel"
],
2019-02-14 14:09:11 +00:00
"time": "2019-02-13T01:34:34+00:00"
2018-09-06 15:58:54 +00:00
},
2018-08-29 15:18:15 +00:00
{
"name": "zizaco/entrust",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/Zizaco/entrust.git",
"reference": "05b2542f5f96ea80998a13800c6e216df6821bff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Zizaco/entrust/zipball/05b2542f5f96ea80998a13800c6e216df6821bff",
"reference": "05b2542f5f96ea80998a13800c6e216df6821bff",
"shasum": ""
},
"require": {
"illuminate/cache": "~5.0",
"illuminate/console": "~5.0",
"illuminate/support": "~5.0",
"php": ">=5.5.0"
},
"require-dev": {
"illuminate/database": "~5.0",
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~4.1",
"sami/sami": "dev-master"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Zizaco\\Entrust\\EntrustServiceProvider"
],
"aliases": {
"Entrust": "Zizaco\\Entrust\\EntrustFacade"
}
}
},
"autoload": {
"classmap": [
"src/commands"
],
"psr-4": {
"Zizaco\\Entrust\\": "src/Entrust/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andrew Elkins",
"homepage": "http://andrewelkins.com"
},
{
"name": "Zizaco Zizuini",
"email": "zizaco@gmail.com"
},
{
"name": "Ben Batschelet",
"homepage": "http://github.com/bbatsche"
},
{
"name": "Michele Angioni",
"email": "michele.angioni@gmail.com"
}
],
"description": "This package provides a flexible way to add Role-based Permissions to Laravel",
"keywords": [
"acl",
"auth",
"illuminate",
"laravel",
"permission",
"roles"
],
"time": "2017-11-13T23:25:18+00:00"
2015-07-19 06:49:24 +00:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2018-08-06 12:30:51 +00:00
"version": "1.1.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2018-08-06 12:30:51 +00:00
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "1.2.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
2018-08-06 12:30:51 +00:00
"time": "2017-07-22T11:58:36+00:00"
2015-07-19 06:49:24 +00:00
},
2018-09-06 15:58:54 +00:00
{
"name": "fzaninotto/faker",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"time": "2018-07-12T10:23:15+00:00"
},
2015-07-19 06:49:24 +00:00
{
2018-08-06 12:30:51 +00:00
"name": "myclabs/deep-copy",
"version": "1.8.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2018-06-11T23:09:50+00:00"
},
{
"name": "phar-io/manifest",
2019-02-12 11:21:35 +00:00
"version": "1.0.3",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2019-02-12 11:21:35 +00:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-02-12 11:21:35 +00:00
"phar-io/version": "^2.0",
2018-08-06 12:30:51 +00:00
"php": "^5.6 || ^7.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "1.0.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"classmap": [
"src/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-06 12:30:51 +00:00
"BSD-3-Clause"
2015-07-19 06:49:24 +00:00
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2019-02-12 11:21:35 +00:00
"time": "2018-07-08T19:23:20+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "phar-io/version",
2019-02-12 11:21:35 +00:00
"version": "2.0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/phar-io/version.git",
2019-02-12 11:21:35 +00:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
2018-08-06 12:30:51 +00:00
"require": {
"php": "^5.6 || ^7.0"
},
2015-07-19 06:49:24 +00:00
"type": "library",
"autoload": {
2018-08-06 12:30:51 +00:00
"classmap": [
"src/"
]
2015-07-19 06:49:24 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Library for handling version information and constraints",
2019-02-12 11:21:35 +00:00
"time": "2018-07-08T19:19:57+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": ">=5.5"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^4.6"
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2015-07-19 06:49:24 +00:00
},
2018-08-06 12:30:51 +00:00
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
2015-07-19 06:49:24 +00:00
],
2018-08-06 12:30:51 +00:00
"time": "2017-09-11T18:02:19+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
"shasum": ""
},
"require": {
"php": "^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0"
},
"require-dev": {
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
},
2015-07-19 06:49:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "4.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2017-11-30T07:14:17+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-07-19 06:49:24 +00:00
],
2018-08-06 12:30:51 +00:00
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"time": "2017-07-14T14:27:02+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpspec/prophecy",
2018-08-29 15:18:15 +00:00
"version": "1.8.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-08-29 15:18:15 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-29 15:18:15 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpspec/phpspec": "^2.5|^3.2",
2018-08-29 15:18:15 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 15:18:15 +00:00
"dev-master": "1.8.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
2018-08-06 12:30:51 +00:00
"homepage": "https://github.com/phpspec/prophecy",
2015-07-19 06:49:24 +00:00
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2018-08-29 15:18:15 +00:00
"time": "2018-08-05T17:53:17+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/php-code-coverage",
2019-02-12 11:21:35 +00:00
"version": "6.1.4",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-02-12 11:21:35 +00:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-02-12 11:21:35 +00:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
2018-08-06 12:30:51 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-02-12 11:21:35 +00:00
"phpunit/php-token-stream": "^3.0",
2018-08-06 12:30:51 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-02-12 11:21:35 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2018-08-06 12:30:51 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2019-02-12 11:21:35 +00:00
"ext-xdebug": "^2.6.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "6.1-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-06 12:30:51 +00:00
"email": "sebastian@phpunit.de",
2015-07-19 06:49:24 +00:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2019-02-12 11:21:35 +00:00
"time": "2018-10-31T16:06:48+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/php-file-iterator",
2019-02-12 11:21:35 +00:00
"version": "2.0.2",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-02-12 11:21:35 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2015-07-19 06:49:24 +00:00
},
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "2.0.x-dev"
2018-08-06 12:30:51 +00:00
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
"classmap": [
2018-08-06 12:30:51 +00:00
"src/"
2015-07-19 06:49:24 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-02-12 11:21:35 +00:00
"email": "sebastian@phpunit.de",
2015-07-19 06:49:24 +00:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2019-02-12 11:21:35 +00:00
"time": "2018-09-13T20:33:42+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/php-text-template",
2018-08-06 12:30:51 +00:00
"version": "1.2.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2018-08-06 12:30:51 +00:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2018-08-06 12:30:51 +00:00
"src/"
2015-07-19 06:49:24 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-06 12:30:51 +00:00
"email": "sebastian@phpunit.de",
2015-07-19 06:49:24 +00:00
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2018-08-06 12:30:51 +00:00
"time": "2015-06-21T13:50:34+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/php-timer",
"version": "2.1.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1"
2018-08-06 12:30:51 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2018-08-06 12:30:51 +00:00
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
"classmap": [
2018-08-06 12:30:51 +00:00
"src/"
2015-07-19 06:49:24 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-02-12 11:21:35 +00:00
"email": "sebastian@phpunit.de",
2015-07-19 06:49:24 +00:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2019-02-20T10:12:59+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/php-token-stream",
2019-02-12 11:21:35 +00:00
"version": "3.0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-02-12 11:21:35 +00:00
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-02-12 11:21:35 +00:00
"php": "^7.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "3.0-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2019-02-12 11:21:35 +00:00
"time": "2018-10-30T05:52:18+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "phpunit/phpunit",
2019-03-18 13:32:29 +00:00
"version": "7.5.7",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2019-03-18 13:32:29 +00:00
"reference": "eb343b86753d26de07ecba7868fa983104361948"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-03-18 13:32:29 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/eb343b86753d26de07ecba7868fa983104361948",
"reference": "eb343b86753d26de07ecba7868fa983104361948",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"doctrine/instantiator": "^1.1",
2015-07-19 06:49:24 +00:00
"ext-dom": "*",
"ext-json": "*",
2018-08-06 12:30:51 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-02-12 11:21:35 +00:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2018-08-06 12:30:51 +00:00
"phpspec/prophecy": "^1.7",
2019-02-12 11:21:35 +00:00
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
2018-08-06 12:30:51 +00:00
"phpunit/php-text-template": "^1.2.1",
2019-03-18 13:32:29 +00:00
"phpunit/php-timer": "^2.1",
2019-02-12 11:21:35 +00:00
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^4.0",
2018-08-06 12:30:51 +00:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2019-02-12 11:21:35 +00:00
"sebastian/resource-operations": "^2.0",
2018-08-06 12:30:51 +00:00
"sebastian/version": "^2.0.1"
},
"conflict": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit-mock-objects": "*"
2018-08-06 12:30:51 +00:00
},
"require-dev": {
"ext-pdo": "*"
2015-07-19 06:49:24 +00:00
},
"suggest": {
2019-02-12 11:21:35 +00:00
"ext-soap": "*",
2018-08-06 12:30:51 +00:00
"ext-xdebug": "*",
2019-02-12 11:21:35 +00:00
"phpunit/php-invoker": "^2.0"
2015-07-19 06:49:24 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "7.5-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2019-03-18 13:32:29 +00:00
"time": "2019-03-16T07:31:17+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/comparator",
2019-02-12 11:21:35 +00:00
"version": "3.0.2",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-02-12 11:21:35 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2018-08-06 12:30:51 +00:00
"sebastian/exporter": "^3.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.1"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "3.0-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2018-08-06 12:30:51 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2015-07-19 06:49:24 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2019-02-12 11:21:35 +00:00
"time": "2018-07-12T15:12:46+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/diff",
2019-02-12 11:21:35 +00:00
"version": "3.0.2",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-02-12 11:21:35 +00:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "3.0-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2018-08-06 12:30:51 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-07-19 06:49:24 +00:00
"keywords": [
2019-02-12 11:21:35 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-07-19 06:49:24 +00:00
],
2019-02-12 11:21:35 +00:00
"time": "2019-02-04T06:01:07+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/environment",
2019-02-12 11:21:35 +00:00
"version": "4.1.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2019-02-12 11:21:35 +00:00
"reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
"reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2019-02-12 11:21:35 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "4.1-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2019-02-12 11:21:35 +00:00
"time": "2019-02-01T05:27:49+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/exporter",
2018-08-06 12:30:51 +00:00
"version": "3.1.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2018-08-06 12:30:51 +00:00
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "3.1.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2018-08-06 12:30:51 +00:00
"time": "2017-04-03T13:19:02+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/global-state",
2018-08-06 12:30:51 +00:00
"version": "2.0.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2018-08-06 12:30:51 +00:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^6.0"
2015-07-19 06:49:24 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "2.0-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2018-08-06 12:30:51 +00:00
"time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/recursion-context",
2018-08-06 12:30:51 +00:00
"version": "3.0.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2018-08-06 12:30:51 +00:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"php": "^7.0"
2015-07-19 06:49:24 +00:00
},
"require-dev": {
2018-08-06 12:30:51 +00:00
"phpunit/phpunit": "^6.0"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "3.0.x-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2018-08-06 12:30:51 +00:00
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
2019-02-12 11:21:35 +00:00
"version": "2.0.1",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-02-12 11:21:35 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
2019-02-12 11:21:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
2019-02-12 11:21:35 +00:00
"php": "^7.1"
2018-08-06 12:30:51 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-12 11:21:35 +00:00
"dev-master": "2.0-dev"
2018-08-06 12:30:51 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2019-02-12 11:21:35 +00:00
"time": "2018-10-04T04:07:39+00:00"
2015-07-19 06:49:24 +00:00
},
{
"name": "sebastian/version",
2018-08-06 12:30:51 +00:00
"version": "2.0.1",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2018-08-06 12:30:51 +00:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
2018-08-06 12:30:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
2018-08-06 12:30:51 +00:00
"require": {
"php": ">=5.6"
},
2015-07-19 06:49:24 +00:00
"type": "library",
2018-08-06 12:30:51 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-07-19 06:49:24 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2018-08-06 12:30:51 +00:00
"time": "2016-10-03T07:35:21+00:00"
2015-07-19 06:49:24 +00:00
},
{
2018-08-06 12:30:51 +00:00
"name": "squizlabs/php_codesniffer",
"version": "3.4.0",
2015-07-19 06:49:24 +00:00
"source": {
"type": "git",
2018-08-06 12:30:51 +00:00
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "379deb987e26c7cd103a7b387aea178baec96e48"
2015-07-19 06:49:24 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48",
"reference": "379deb987e26c7cd103a7b387aea178baec96e48",
2015-07-19 06:49:24 +00:00
"shasum": ""
},
"require": {
2018-08-06 12:30:51 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
"time": "2018-12-19T23:57:18+00:00"
2018-08-06 12:30:51 +00:00
},
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
},
{
"name": "webmozart/assert",
"version": "1.4.0",
2018-08-06 12:30:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2018-08-06 12:30:51 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2018-08-06 12:30:51 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2018-08-06 12:30:51 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
2015-07-19 06:49:24 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 12:30:51 +00:00
"dev-master": "1.3-dev"
2015-07-19 06:49:24 +00:00
}
},
"autoload": {
2018-08-06 12:30:51 +00:00
"psr-4": {
"Webmozart\\Assert\\": "src/"
2015-07-19 06:49:24 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-06 12:30:51 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-07-19 06:49:24 +00:00
}
],
2018-08-06 12:30:51 +00:00
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"time": "2018-12-25T11:19:39+00:00"
2015-07-19 06:49:24 +00:00
}
],
"aliases": [],
2018-09-10 13:09:10 +00:00
"minimum-stability": "dev",
2015-07-19 06:49:24 +00:00
"stability-flags": [],
2018-08-06 12:30:51 +00:00
"prefer-stable": true,
2015-07-19 06:49:24 +00:00
"prefer-lowest": false,
2018-08-06 12:30:51 +00:00
"platform": {
2019-02-12 11:21:35 +00:00
"php": "^7.1.3"
2018-08-06 12:30:51 +00:00
},
2015-07-19 06:49:24 +00:00
"platform-dev": []
}