4532 lines
		
	
	
		
			155 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			4532 lines
		
	
	
		
			155 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "_readme": [
 | |
|         "This file locks the dependencies of your project to a known state",
 | |
|         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | |
|         "This file is @generated automatically"
 | |
|     ],
 | |
|     "content-hash": "fe5e71d7076eeddf1c174be4a5c052dd",
 | |
|     "packages": [
 | |
|         {
 | |
|             "name": "blueimp/jquery-file-upload",
 | |
|             "version": "v9.28.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/vkhramtsov/jQuery-File-Upload.git",
 | |
|                 "reference": "ff5accfe2e5c4a522777faa980a90cf86a636d1d"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/vkhramtsov/jQuery-File-Upload/zipball/ff5accfe2e5c4a522777faa980a90cf86a636d1d",
 | |
|                 "reference": "ff5accfe2e5c4a522777faa980a90cf86a636d1d",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "classmap": [
 | |
|                     "server/php/UploadHandler.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Sebastian Tschan",
 | |
|                     "homepage": "https://blueimp.net"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "File Upload widget for jQuery.",
 | |
|             "homepage": "https://github.com/blueimp/jQuery-File-Upload",
 | |
|             "keywords": [
 | |
|                 "bootstrap",
 | |
|                 "chunk",
 | |
|                 "cross-domain",
 | |
|                 "cross-site",
 | |
|                 "drag",
 | |
|                 "drop",
 | |
|                 "file",
 | |
|                 "gae",
 | |
|                 "go",
 | |
|                 "jquery",
 | |
|                 "multiple",
 | |
|                 "php",
 | |
|                 "preview",
 | |
|                 "progress",
 | |
|                 "python",
 | |
|                 "resume",
 | |
|                 "selection",
 | |
|                 "upload",
 | |
|                 "widget"
 | |
|             ],
 | |
|             "time": "2018-11-13T05:41:39+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "bshaffer/oauth2-server-php",
 | |
|             "version": "v1.11.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/bshaffer/oauth2-server-php.git",
 | |
|                 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
 | |
|                 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.9"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "aws/aws-sdk-php": "~2.8",
 | |
|                 "firebase/php-jwt": "~2.2",
 | |
|                 "mongodb/mongodb": "^1.1",
 | |
|                 "phpunit/phpunit": "^4.0",
 | |
|                 "predis/predis": "dev-master",
 | |
|                 "thobbs/phpcassa": "dev-master"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
 | |
|                 "firebase/php-jwt": "~2.2 is required to use JWT features",
 | |
|                 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
 | |
|                 "predis/predis": "Required to use Redis storage",
 | |
|                 "thobbs/phpcassa": "Required to use Cassandra storage"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "OAuth2": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Brent Shaffer",
 | |
|                     "email": "bshafs@gmail.com",
 | |
|                     "homepage": "http://brentertainment.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "OAuth2 Server for PHP",
 | |
|             "homepage": "http://github.com/bshaffer/oauth2-server-php",
 | |
|             "keywords": [
 | |
|                 "auth",
 | |
|                 "oauth",
 | |
|                 "oauth2"
 | |
|             ],
 | |
|             "time": "2018-12-04T00:29:32+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "commerceguys/intl",
 | |
|             "version": "v0.7.5",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/commerceguys/intl.git",
 | |
|                 "reference": "de1435502068393fae4061818e194e4ea61b98d6"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/commerceguys/intl/zipball/de1435502068393fae4061818e194e4ea61b98d6",
 | |
|                 "reference": "de1435502068393fae4061818e194e4ea61b98d6",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "mikey179/vfsstream": "1.*",
 | |
|                 "phpunit/phpunit": "~4.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "CommerceGuys\\Intl\\": "src"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Bojan Zivanovic"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Internationalization library powered by CLDR data.",
 | |
|             "time": "2017-12-29T00:13:05+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "desandro/imagesloaded",
 | |
|             "version": "v4.1.4",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/desandro/imagesloaded.git",
 | |
|                 "reference": "67c4e57453120935180c45c6820e7d3fbd2ea1f9"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/desandro/imagesloaded/zipball/67c4e57453120935180c45c6820e7d3fbd2ea1f9",
 | |
|                 "reference": "67c4e57453120935180c45c6820e7d3fbd2ea1f9",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "type": "component",
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "David DeSandro",
 | |
|                     "homepage": "http://desandro.com/",
 | |
|                     "role": "developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "JavaScript is all like _You images done yet or what?_",
 | |
|             "homepage": "http://imagesloaded.desandro.com",
 | |
|             "keywords": [
 | |
|                 "dom",
 | |
|                 "images",
 | |
|                 "javascript",
 | |
|                 "jquery-plugin",
 | |
|                 "library",
 | |
|                 "loaded",
 | |
|                 "ui"
 | |
|             ],
 | |
|             "time": "2018-01-02T16:53:35+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "ezyang/htmlpurifier",
 | |
|             "version": "v4.10.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/ezyang/htmlpurifier.git",
 | |
|                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
 | |
|                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.2"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "simpletest/simpletest": "^1.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "HTMLPurifier": "library/"
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "library/HTMLPurifier.composer.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "LGPL"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Edward Z. Yang",
 | |
|                     "email": "admin@htmlpurifier.org",
 | |
|                     "homepage": "http://ezyang.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Standards compliant HTML filter written in PHP",
 | |
|             "homepage": "http://htmlpurifier.org/",
 | |
|             "keywords": [
 | |
|                 "html"
 | |
|             ],
 | |
|             "time": "2018-02-23T01:58:20+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "league/html-to-markdown",
 | |
|             "version": "4.8.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/thephpleague/html-to-markdown.git",
 | |
|                 "reference": "250d1bf45f80d15594fb6b316df777d6d4c97ad1"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/250d1bf45f80d15594fb6b316df777d6d4c97ad1",
 | |
|                 "reference": "250d1bf45f80d15594fb6b316df777d6d4c97ad1",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-xml": "*",
 | |
|                 "php": ">=5.3.3"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "mikehaertl/php-shellcommand": "~1.1.0",
 | |
|                 "phpunit/phpunit": "4.*",
 | |
|                 "scrutinizer/ocular": "~1.1"
 | |
|             },
 | |
|             "bin": [
 | |
|                 "bin/html-to-markdown"
 | |
|             ],
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.9-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "League\\HTMLToMarkdown\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Nick Cernis",
 | |
|                     "email": "nick@cern.is",
 | |
|                     "homepage": "http://modernnerd.net",
 | |
|                     "role": "Original Author"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Colin O'Dell",
 | |
|                     "email": "colinodell@gmail.com",
 | |
|                     "homepage": "https://www.colinodell.com",
 | |
|                     "role": "Lead Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "An HTML-to-markdown conversion helper for PHP",
 | |
|             "homepage": "https://github.com/thephpleague/html-to-markdown",
 | |
|             "keywords": [
 | |
|                 "html",
 | |
|                 "markdown"
 | |
|             ],
 | |
|             "time": "2018-12-24T17:21:44+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "lukasreschke/id3parser",
 | |
|             "version": "v0.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/LukasReschke/ID3Parser.git",
 | |
|                 "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/LukasReschke/ID3Parser/zipball/cd3ba6e8918cc30883f01a3c24281cfe23b8877a",
 | |
|                 "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.4.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "ID3Parser\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "GPL"
 | |
|             ],
 | |
|             "homepage": "https://github.com/LukasReschke/ID3Parser/",
 | |
|             "keywords": [
 | |
|                 "codecs",
 | |
|                 "php",
 | |
|                 "tags"
 | |
|             ],
 | |
|             "time": "2016-04-04T09:34:50+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "michelf/php-markdown",
 | |
|             "version": "1.8.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/michelf/php-markdown.git",
 | |
|                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
 | |
|                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Michelf\\": "Michelf/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Michel Fortin",
 | |
|                     "email": "michel.fortin@michelf.ca",
 | |
|                     "homepage": "https://michelf.ca/",
 | |
|                     "role": "Developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "John Gruber",
 | |
|                     "homepage": "https://daringfireball.net/"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "PHP Markdown",
 | |
|             "homepage": "https://michelf.ca/projects/php-markdown/",
 | |
|             "keywords": [
 | |
|                 "markdown"
 | |
|             ],
 | |
|             "time": "2018-01-15T00:49:33+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "paragonie/random_compat",
 | |
|             "version": "v9.99.99",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/paragonie/random_compat.git",
 | |
|                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
 | |
|                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "4.*|5.*",
 | |
|                 "vimeo/psalm": "^1"
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2018-07-02T15:55:56+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "pear/text_languagedetect",
 | |
|             "version": "v1.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/pear/Text_LanguageDetect.git",
 | |
|                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/bb9ff6f4970f686fac59081e916b456021fe7ba6",
 | |
|                 "reference": "bb9ff6f4970f686fac59081e916b456021fe7ba6",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "*"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-mbstring": "May require the mbstring PHP extension"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "Text": "./"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "include-path": [
 | |
|                 "./"
 | |
|             ],
 | |
|             "license": [
 | |
|                 "BSD-2-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Nicholas Pisarro",
 | |
|                     "email": "taak@php.net",
 | |
|                     "role": "Lead"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Identify human languages from text samples",
 | |
|             "homepage": "http://pear.php.net/package/Text_LanguageDetect",
 | |
|             "time": "2017-03-02T16:14:08+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "psr/log",
 | |
|             "version": "1.1.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/php-fig/log.git",
 | |
|                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
 | |
|                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Psr\\Log\\": "Psr/Log/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "PHP-FIG",
 | |
|                     "homepage": "http://www.php-fig.org/"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Common interface for logging libraries",
 | |
|             "homepage": "https://github.com/php-fig/log",
 | |
|             "keywords": [
 | |
|                 "log",
 | |
|                 "psr",
 | |
|                 "psr-3"
 | |
|             ],
 | |
|             "time": "2018-11-20T15:27:04+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "ramsey/uuid",
 | |
|             "version": "3.8.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/ramsey/uuid.git",
 | |
|                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
 | |
|                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
 | |
|                 "php": "^5.4 || ^7.0",
 | |
|                 "symfony/polyfill-ctype": "^1.8"
 | |
|             },
 | |
|             "replace": {
 | |
|                 "rhumsaa/uuid": "self.version"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "codeception/aspect-mock": "^1.0 | ~2.0.0",
 | |
|                 "doctrine/annotations": "~1.2.0",
 | |
|                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
 | |
|                 "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",
 | |
|                 "phpunit/phpunit": "^4.7|^5.0|^6.5",
 | |
|                 "squizlabs/php_codesniffer": "^2.3"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-ctype": "Provides support for PHP Ctype functions",
 | |
|                 "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"
 | |
|             ],
 | |
|             "time": "2018-07-19T23:38:55+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/dav",
 | |
|             "version": "3.2.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/dav.git",
 | |
|                 "reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/dav/zipball/a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
 | |
|                 "reference": "a9780ce4f35560ecbd0af524ad32d9d2c8954b80",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-ctype": "*",
 | |
|                 "ext-date": "*",
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-iconv": "*",
 | |
|                 "ext-mbstring": "*",
 | |
|                 "ext-pcre": "*",
 | |
|                 "ext-simplexml": "*",
 | |
|                 "ext-spl": "*",
 | |
|                 "lib-libxml": ">=2.7.0",
 | |
|                 "php": ">=5.5.0",
 | |
|                 "psr/log": "^1.0",
 | |
|                 "sabre/event": ">=2.0.0, <4.0.0",
 | |
|                 "sabre/http": "^4.2.1",
 | |
|                 "sabre/uri": "^1.0.1",
 | |
|                 "sabre/vobject": "^4.1.0",
 | |
|                 "sabre/xml": "^1.4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "evert/phpdoc-md": "~0.1.0",
 | |
|                 "monolog/monolog": "^1.18",
 | |
|                 "phpunit/phpunit": "> 4.8, <6.0.0",
 | |
|                 "sabre/cs": "^1.0.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-curl": "*",
 | |
|                 "ext-pdo": "*"
 | |
|             },
 | |
|             "bin": [
 | |
|                 "bin/sabredav",
 | |
|                 "bin/naturalselection"
 | |
|             ],
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.1.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\DAV\\": "lib/DAV/",
 | |
|                     "Sabre\\DAVACL\\": "lib/DAVACL/",
 | |
|                     "Sabre\\CalDAV\\": "lib/CalDAV/",
 | |
|                     "Sabre\\CardDAV\\": "lib/CardDAV/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "WebDAV Framework for PHP",
 | |
|             "homepage": "http://sabre.io/",
 | |
|             "keywords": [
 | |
|                 "CalDAV",
 | |
|                 "CardDAV",
 | |
|                 "WebDAV",
 | |
|                 "framework",
 | |
|                 "iCalendar"
 | |
|             ],
 | |
|             "time": "2018-10-19T09:58:27+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/event",
 | |
|             "version": "3.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/event.git",
 | |
|                 "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
 | |
|                 "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.5"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "*",
 | |
|                 "sabre/cs": "~0.0.4"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\Event\\": "lib/"
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "lib/coroutine.php",
 | |
|                     "lib/Loop/functions.php",
 | |
|                     "lib/Promise/functions.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "sabre/event is a library for lightweight event-based programming",
 | |
|             "homepage": "http://sabre.io/event/",
 | |
|             "keywords": [
 | |
|                 "EventEmitter",
 | |
|                 "async",
 | |
|                 "events",
 | |
|                 "hooks",
 | |
|                 "plugin",
 | |
|                 "promise",
 | |
|                 "signal"
 | |
|             ],
 | |
|             "time": "2015-11-05T20:14:39+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/http",
 | |
|             "version": "v4.2.4",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/http.git",
 | |
|                 "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/http/zipball/acccec4ba863959b2d10c1fa0fb902736c5c8956",
 | |
|                 "reference": "acccec4ba863959b2d10c1fa0fb902736c5c8956",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-ctype": "*",
 | |
|                 "ext-mbstring": "*",
 | |
|                 "php": ">=5.4",
 | |
|                 "sabre/event": ">=1.0.0,<4.0.0",
 | |
|                 "sabre/uri": "~1.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "~4.3",
 | |
|                 "sabre/cs": "~0.0.1"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-curl": " to make http requests with the Client class"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "lib/functions.php"
 | |
|                 ],
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\HTTP\\": "lib/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
 | |
|             "homepage": "https://github.com/fruux/sabre-http",
 | |
|             "keywords": [
 | |
|                 "http"
 | |
|             ],
 | |
|             "time": "2018-02-23T11:10:29+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/uri",
 | |
|             "version": "1.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/uri.git",
 | |
|                 "reference": "ada354d83579565949d80b2e15593c2371225e61"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
 | |
|                 "reference": "ada354d83579565949d80b2e15593c2371225e61",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.4.7"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": ">=4.0,<6.0",
 | |
|                 "sabre/cs": "~1.0.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "lib/functions.php"
 | |
|                 ],
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\Uri\\": "lib/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Functions for making sense out of URIs.",
 | |
|             "homepage": "http://sabre.io/uri/",
 | |
|             "keywords": [
 | |
|                 "rfc3986",
 | |
|                 "uri",
 | |
|                 "url"
 | |
|             ],
 | |
|             "time": "2017-02-20T19:59:28+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/vobject",
 | |
|             "version": "4.1.6",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/vobject.git",
 | |
|                 "reference": "122cacbdea2c6133ac04db86ec05854beef75adf"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/122cacbdea2c6133ac04db86ec05854beef75adf",
 | |
|                 "reference": "122cacbdea2c6133ac04db86ec05854beef75adf",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-mbstring": "*",
 | |
|                 "php": ">=5.5",
 | |
|                 "sabre/xml": ">=1.5 <3.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "> 4.8.35, <6.0.0",
 | |
|                 "sabre/cs": "^1.0.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "hoa/bench": "If you would like to run the benchmark scripts"
 | |
|             },
 | |
|             "bin": [
 | |
|                 "bin/vobject",
 | |
|                 "bin/generate_vcards"
 | |
|             ],
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\VObject\\": "lib/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Dominik Tobschall",
 | |
|                     "email": "dominik@fruux.com",
 | |
|                     "homepage": "http://tobschall.de/",
 | |
|                     "role": "Developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Ivan Enderlin",
 | |
|                     "email": "ivan.enderlin@hoa-project.net",
 | |
|                     "homepage": "http://mnt.io/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
 | |
|             "homepage": "http://sabre.io/vobject/",
 | |
|             "keywords": [
 | |
|                 "availability",
 | |
|                 "freebusy",
 | |
|                 "iCalendar",
 | |
|                 "ical",
 | |
|                 "ics",
 | |
|                 "jCal",
 | |
|                 "jCard",
 | |
|                 "recurrence",
 | |
|                 "rfc2425",
 | |
|                 "rfc2426",
 | |
|                 "rfc2739",
 | |
|                 "rfc4770",
 | |
|                 "rfc5545",
 | |
|                 "rfc5546",
 | |
|                 "rfc6321",
 | |
|                 "rfc6350",
 | |
|                 "rfc6351",
 | |
|                 "rfc6474",
 | |
|                 "rfc6638",
 | |
|                 "rfc6715",
 | |
|                 "rfc6868",
 | |
|                 "vCalendar",
 | |
|                 "vCard",
 | |
|                 "vcf",
 | |
|                 "xCal",
 | |
|                 "xCard"
 | |
|             ],
 | |
|             "time": "2018-04-20T07:22:50+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sabre/xml",
 | |
|             "version": "1.5.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sabre-io/xml.git",
 | |
|                 "reference": "59b20e5bbace9912607481634f97d05a776ffca7"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sabre-io/xml/zipball/59b20e5bbace9912607481634f97d05a776ffca7",
 | |
|                 "reference": "59b20e5bbace9912607481634f97d05a776ffca7",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-xmlreader": "*",
 | |
|                 "ext-xmlwriter": "*",
 | |
|                 "lib-libxml": ">=2.6.20",
 | |
|                 "php": ">=5.5.5",
 | |
|                 "sabre/uri": ">=1.0,<3.0.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "*",
 | |
|                 "sabre/cs": "~1.0.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Sabre\\Xml\\": "lib/"
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "lib/Deserializer/functions.php",
 | |
|                     "lib/Serializer/functions.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Evert Pot",
 | |
|                     "email": "me@evertpot.com",
 | |
|                     "homepage": "http://evertpot.com/",
 | |
|                     "role": "Developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Markus Staab",
 | |
|                     "email": "markus.staab@redaxo.de",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "sabre/xml is an XML library that you may not hate.",
 | |
|             "homepage": "https://sabre.io/xml/",
 | |
|             "keywords": [
 | |
|                 "XMLReader",
 | |
|                 "XMLWriter",
 | |
|                 "dom",
 | |
|                 "xml"
 | |
|             ],
 | |
|             "time": "2016-10-09T22:57:52+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "simplepie/simplepie",
 | |
|             "version": "1.5.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/simplepie/simplepie.git",
 | |
|                 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
 | |
|                 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-pcre": "*",
 | |
|                 "ext-xml": "*",
 | |
|                 "ext-xmlreader": "*",
 | |
|                 "php": ">=5.6.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "~5.4.3 || ~6.5"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-curl": "",
 | |
|                 "ext-iconv": "",
 | |
|                 "ext-intl": "",
 | |
|                 "ext-mbstring": "",
 | |
|                 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "SimplePie": "library"
 | |
|                 }
 | |
|             },
 | |
|             "scripts": {
 | |
|                 "test": [
 | |
|                     "phpunit"
 | |
|                 ]
 | |
|             },
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Ryan Parman",
 | |
|                     "homepage": "http://ryanparman.com/",
 | |
|                     "role": "Creator, alumnus developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Geoffrey Sneddon",
 | |
|                     "homepage": "http://gsnedders.com/",
 | |
|                     "role": "Alumnus developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Ryan McCue",
 | |
|                     "email": "me@ryanmccue.info",
 | |
|                     "homepage": "http://ryanmccue.info/",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "A simple Atom/RSS parsing library for PHP",
 | |
|             "homepage": "http://simplepie.org/",
 | |
|             "keywords": [
 | |
|                 "atom",
 | |
|                 "feeds",
 | |
|                 "rss"
 | |
|             ],
 | |
|             "support": {
 | |
|                 "source": "https://github.com/simplepie/simplepie/tree/1.5.2",
 | |
|                 "issues": "https://github.com/simplepie/simplepie/issues"
 | |
|             },
 | |
|             "time": "2018-08-02T05:43:58+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "smarty/smarty",
 | |
|             "version": "v3.1.33",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/smarty-php/smarty.git",
 | |
|                 "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
 | |
|                 "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.2"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.1.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "libs/bootstrap.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "LGPL-3.0"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Monte Ohrt",
 | |
|                     "email": "monte@ohrt.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Uwe Tews",
 | |
|                     "email": "uwe.tews@googlemail.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Rodney Rehm",
 | |
|                     "email": "rodney.rehm@medialize.de"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Smarty - the compiling PHP template engine",
 | |
|             "homepage": "http://www.smarty.net",
 | |
|             "keywords": [
 | |
|                 "templating"
 | |
|             ],
 | |
|             "time": "2018-09-12T20:54:16+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/polyfill-ctype",
 | |
|             "version": "v1.10.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/polyfill-ctype.git",
 | |
|                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
 | |
|                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.3"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-ctype": "For best performance"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.9-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Polyfill\\Ctype\\": ""
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "bootstrap.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Symfony Community",
 | |
|                     "homepage": "https://symfony.com/contributors"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Gert de Pagter",
 | |
|                     "email": "BackEndTea@gmail.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony polyfill for ctype functions",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "keywords": [
 | |
|                 "compatibility",
 | |
|                 "ctype",
 | |
|                 "polyfill",
 | |
|                 "portable"
 | |
|             ],
 | |
|             "time": "2018-08-06T14:22:27+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "twbs/bootstrap",
 | |
|             "version": "v4.1.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/twbs/bootstrap.git",
 | |
|                 "reference": "3b558734382ce58b51e5fc676453bfd53bba9201"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/twbs/bootstrap/zipball/3b558734382ce58b51e5fc676453bfd53bba9201",
 | |
|                 "reference": "3b558734382ce58b51e5fc676453bfd53bba9201",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "replace": {
 | |
|                 "twitter/bootstrap": "self.version"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.3.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Jacob Thornton",
 | |
|                     "email": "jacobthornton@gmail.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Mark Otto",
 | |
|                     "email": "markdotto@gmail.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
 | |
|             "homepage": "https://getbootstrap.com/",
 | |
|             "keywords": [
 | |
|                 "JS",
 | |
|                 "css",
 | |
|                 "framework",
 | |
|                 "front-end",
 | |
|                 "mobile-first",
 | |
|                 "responsive",
 | |
|                 "sass",
 | |
|                 "web"
 | |
|             ],
 | |
|             "time": "2018-07-24T15:54:34+00:00"
 | |
|         }
 | |
|     ],
 | |
|     "packages-dev": [
 | |
|         {
 | |
|             "name": "behat/behat",
 | |
|             "version": "v3.5.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/Behat/Behat.git",
 | |
|                 "reference": "e4bce688be0c2029dc1700e46058d86428c63cab"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/Behat/Behat/zipball/e4bce688be0c2029dc1700e46058d86428c63cab",
 | |
|                 "reference": "e4bce688be0c2029dc1700e46058d86428c63cab",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "behat/gherkin": "^4.5.1",
 | |
|                 "behat/transliterator": "^1.2",
 | |
|                 "container-interop/container-interop": "^1.2",
 | |
|                 "ext-mbstring": "*",
 | |
|                 "php": ">=5.3.3",
 | |
|                 "psr/container": "^1.0",
 | |
|                 "symfony/class-loader": "~2.1||~3.0",
 | |
|                 "symfony/config": "~2.3||~3.0||~4.0",
 | |
|                 "symfony/console": "~2.7.40||^2.8.33||~3.3.15||^3.4.3||^4.0.3",
 | |
|                 "symfony/dependency-injection": "~2.1||~3.0||~4.0",
 | |
|                 "symfony/event-dispatcher": "~2.1||~3.0||~4.0",
 | |
|                 "symfony/translation": "~2.3||~3.0||~4.0",
 | |
|                 "symfony/yaml": "~2.1||~3.0||~4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "herrera-io/box": "~1.6.1",
 | |
|                 "phpunit/phpunit": "^4.8.36|^6.3",
 | |
|                 "symfony/process": "~2.5|~3.0|~4.0"
 | |
|             },
 | |
|             "bin": [
 | |
|                 "bin/behat"
 | |
|             ],
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.5.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "Behat\\Behat": "src/",
 | |
|                     "Behat\\Testwork": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com",
 | |
|                     "homepage": "http://everzet.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Scenario-oriented BDD framework for PHP 5.3",
 | |
|             "homepage": "http://behat.org/",
 | |
|             "keywords": [
 | |
|                 "Agile",
 | |
|                 "BDD",
 | |
|                 "ScenarioBDD",
 | |
|                 "Scrum",
 | |
|                 "StoryBDD",
 | |
|                 "User story",
 | |
|                 "business",
 | |
|                 "development",
 | |
|                 "documentation",
 | |
|                 "examples",
 | |
|                 "symfony",
 | |
|                 "testing"
 | |
|             ],
 | |
|             "time": "2018-08-10T18:56:51+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/gherkin",
 | |
|             "version": "v4.5.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/Behat/Gherkin.git",
 | |
|                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
 | |
|                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "~4.5|~5",
 | |
|                 "symfony/phpunit-bridge": "~2.7|~3",
 | |
|                 "symfony/yaml": "~2.3|~3"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/yaml": "If you want to parse features, represented in YAML files"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.4-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "Behat\\Gherkin": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com",
 | |
|                     "homepage": "http://everzet.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Gherkin DSL parser for PHP 5.3",
 | |
|             "homepage": "http://behat.org/",
 | |
|             "keywords": [
 | |
|                 "BDD",
 | |
|                 "Behat",
 | |
|                 "Cucumber",
 | |
|                 "DSL",
 | |
|                 "gherkin",
 | |
|                 "parser"
 | |
|             ],
 | |
|             "time": "2017-08-30T11:04:43+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/mink",
 | |
|             "version": "v1.7.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/minkphp/Mink.git",
 | |
|                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
 | |
|                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.1",
 | |
|                 "symfony/css-selector": "~2.1|~3.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/phpunit-bridge": "~2.7|~3.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
 | |
|                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
 | |
|                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
 | |
|                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.7.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Behat\\Mink\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com",
 | |
|                     "homepage": "http://everzet.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Browser controller/emulator abstraction for PHP",
 | |
|             "homepage": "http://mink.behat.org/",
 | |
|             "keywords": [
 | |
|                 "browser",
 | |
|                 "testing",
 | |
|                 "web"
 | |
|             ],
 | |
|             "time": "2016-03-05T08:26:18+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/mink-browserkit-driver",
 | |
|             "version": "1.3.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
 | |
|                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
 | |
|                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "behat/mink": "^1.7.1@dev",
 | |
|                 "php": ">=5.3.6",
 | |
|                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
 | |
|                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "mink/driver-testsuite": "dev-master",
 | |
|                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
 | |
|             },
 | |
|             "type": "mink-driver",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.3.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Behat\\Mink\\Driver\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com",
 | |
|                     "homepage": "http://everzet.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony2 BrowserKit driver for Mink framework",
 | |
|             "homepage": "http://mink.behat.org/",
 | |
|             "keywords": [
 | |
|                 "Mink",
 | |
|                 "Symfony2",
 | |
|                 "browser",
 | |
|                 "testing"
 | |
|             ],
 | |
|             "time": "2018-05-02T09:25:31+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/mink-extension",
 | |
|             "version": "2.3.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/Behat/MinkExtension.git",
 | |
|                 "reference": "80f7849ba53867181b7e412df9210e12fba50177"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
 | |
|                 "reference": "80f7849ba53867181b7e412df9210e12fba50177",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "behat/behat": "^3.0.5",
 | |
|                 "behat/mink": "^1.5",
 | |
|                 "php": ">=5.3.2",
 | |
|                 "symfony/config": "^2.7|^3.0|^4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "behat/mink-goutte-driver": "^1.1",
 | |
|                 "phpspec/phpspec": "^2.0"
 | |
|             },
 | |
|             "type": "behat-extension",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.1.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "Behat\\MinkExtension": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Christophe Coevoet",
 | |
|                     "email": "stof@notk.org"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Mink extension for Behat",
 | |
|             "homepage": "http://extensions.behat.org/mink",
 | |
|             "keywords": [
 | |
|                 "browser",
 | |
|                 "gui",
 | |
|                 "test",
 | |
|                 "web"
 | |
|             ],
 | |
|             "time": "2018-02-06T15:36:30+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/mink-goutte-driver",
 | |
|             "version": "v1.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
 | |
|                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
 | |
|                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "behat/mink": "~1.6@dev",
 | |
|                 "behat/mink-browserkit-driver": "~1.2@dev",
 | |
|                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
 | |
|                 "php": ">=5.3.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/phpunit-bridge": "~2.7|~3.0"
 | |
|             },
 | |
|             "type": "mink-driver",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.2.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Behat\\Mink\\Driver\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Konstantin Kudryashov",
 | |
|                     "email": "ever.zet@gmail.com",
 | |
|                     "homepage": "http://everzet.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Goutte driver for Mink framework",
 | |
|             "homepage": "http://mink.behat.org/",
 | |
|             "keywords": [
 | |
|                 "browser",
 | |
|                 "goutte",
 | |
|                 "headless",
 | |
|                 "testing"
 | |
|             ],
 | |
|             "time": "2016-03-05T09:04:22+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "behat/transliterator",
 | |
|             "version": "v1.2.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/Behat/Transliterator.git",
 | |
|                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
 | |
|                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.3"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "chuyskywalker/rolling-curl": "^3.1",
 | |
|                 "php-yaoi/php-yaoi": "^1.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-0": {
 | |
|                     "Behat\\Transliterator": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "Artistic-1.0"
 | |
|             ],
 | |
|             "description": "String transliterator",
 | |
|             "keywords": [
 | |
|                 "i18n",
 | |
|                 "slug",
 | |
|                 "transliterator"
 | |
|             ],
 | |
|             "time": "2017-04-04T11:38:05+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "container-interop/container-interop",
 | |
|             "version": "1.2.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/container-interop/container-interop.git",
 | |
|                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
 | |
|                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "psr/container": "^1.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Interop\\Container\\": "src/Interop/Container/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
 | |
|             "homepage": "https://github.com/container-interop/container-interop",
 | |
|             "time": "2017-02-14T19:40:03+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "doctrine/instantiator",
 | |
|             "version": "1.1.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/doctrine/instantiator.git",
 | |
|                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
 | |
|                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "athletic/athletic": "~0.1.8",
 | |
|                 "ext-pdo": "*",
 | |
|                 "ext-phar": "*",
 | |
|                 "phpunit/phpunit": "^6.2.3",
 | |
|                 "squizlabs/php_codesniffer": "^3.0.2"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.2.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2017-07-22T11:58:36+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "fabpot/goutte",
 | |
|             "version": "v3.2.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
 | |
|                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
 | |
|                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "guzzlehttp/guzzle": "^6.0",
 | |
|                 "php": ">=5.5.0",
 | |
|                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
 | |
|                 "symfony/css-selector": "~2.1|~3.0|~4.0",
 | |
|                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/phpunit-bridge": "^3.3 || ^4"
 | |
|             },
 | |
|             "type": "application",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Goutte\\": "Goutte"
 | |
|                 },
 | |
|                 "exclude-from-classmap": [
 | |
|                     "Goutte/Tests"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Fabien Potencier",
 | |
|                     "email": "fabien@symfony.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "A simple PHP Web Scraper",
 | |
|             "homepage": "https://github.com/FriendsOfPHP/Goutte",
 | |
|             "keywords": [
 | |
|                 "scraper"
 | |
|             ],
 | |
|             "time": "2018-06-29T15:13:57+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "guzzlehttp/guzzle",
 | |
|             "version": "6.3.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/guzzle/guzzle.git",
 | |
|                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
 | |
|                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "guzzlehttp/promises": "^1.0",
 | |
|                 "guzzlehttp/psr7": "^1.4",
 | |
|                 "php": ">=5.5"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "ext-curl": "*",
 | |
|                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
 | |
|                 "psr/log": "^1.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "psr/log": "Required for using the Log middleware"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "6.3-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "src/functions_include.php"
 | |
|                 ],
 | |
|                 "psr-4": {
 | |
|                     "GuzzleHttp\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Michael Dowling",
 | |
|                     "email": "mtdowling@gmail.com",
 | |
|                     "homepage": "https://github.com/mtdowling"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Guzzle is a PHP HTTP client library",
 | |
|             "homepage": "http://guzzlephp.org/",
 | |
|             "keywords": [
 | |
|                 "client",
 | |
|                 "curl",
 | |
|                 "framework",
 | |
|                 "http",
 | |
|                 "http client",
 | |
|                 "rest",
 | |
|                 "web service"
 | |
|             ],
 | |
|             "time": "2018-04-22T15:46:56+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "guzzlehttp/promises",
 | |
|             "version": "v1.3.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/guzzle/promises.git",
 | |
|                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
 | |
|                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.5.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^4.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.4-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "GuzzleHttp\\Promise\\": "src/"
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "src/functions_include.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Michael Dowling",
 | |
|                     "email": "mtdowling@gmail.com",
 | |
|                     "homepage": "https://github.com/mtdowling"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Guzzle promises library",
 | |
|             "keywords": [
 | |
|                 "promise"
 | |
|             ],
 | |
|             "time": "2016-12-20T10:07:11+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "guzzlehttp/psr7",
 | |
|             "version": "1.5.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/guzzle/psr7.git",
 | |
|                 "reference": "9f83dded91781a01c63574e387eaa769be769115"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
 | |
|                 "reference": "9f83dded91781a01c63574e387eaa769be769115",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.4.0",
 | |
|                 "psr/http-message": "~1.0",
 | |
|                 "ralouphie/getallheaders": "^2.0.5"
 | |
|             },
 | |
|             "provide": {
 | |
|                 "psr/http-message-implementation": "1.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.5-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "GuzzleHttp\\Psr7\\": "src/"
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "src/functions_include.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Michael Dowling",
 | |
|                     "email": "mtdowling@gmail.com",
 | |
|                     "homepage": "https://github.com/mtdowling"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Tobias Schultze",
 | |
|                     "homepage": "https://github.com/Tobion"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "PSR-7 message implementation that also provides common utility methods",
 | |
|             "keywords": [
 | |
|                 "http",
 | |
|                 "message",
 | |
|                 "psr-7",
 | |
|                 "request",
 | |
|                 "response",
 | |
|                 "stream",
 | |
|                 "uri",
 | |
|                 "url"
 | |
|             ],
 | |
|             "time": "2018-12-04T20:46:45+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "myclabs/deep-copy",
 | |
|             "version": "1.8.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/myclabs/DeepCopy.git",
 | |
|                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
 | |
|                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "replace": {
 | |
|                 "myclabs/deep-copy": "self.version"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "doctrine/collections": "^1.0",
 | |
|                 "doctrine/common": "^2.6",
 | |
|                 "phpunit/phpunit": "^7.1"
 | |
|             },
 | |
|             "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",
 | |
|             "version": "1.0.3",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/phar-io/manifest.git",
 | |
|                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
 | |
|                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-phar": "*",
 | |
|                 "phar-io/version": "^2.0",
 | |
|                 "php": "^5.6 || ^7.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": "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"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
 | |
|             "time": "2018-07-08T19:23:20+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phar-io/version",
 | |
|             "version": "2.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/phar-io/version.git",
 | |
|                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
 | |
|                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^5.6 || ^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"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Sebastian Heuer",
 | |
|                     "email": "sebastian@phpeople.de",
 | |
|                     "role": "Developer"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Sebastian Bergmann",
 | |
|                     "email": "sebastian@phpunit.de",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Library for handling version information and constraints",
 | |
|             "time": "2018-07-08T19:19:57+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "php-mock/php-mock",
 | |
|             "version": "2.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/php-mock/php-mock.git",
 | |
|                 "reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/22d297231118e6fd5b9db087fbe1ef866c2b95d2",
 | |
|                 "reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.6",
 | |
|                 "phpunit/php-text-template": "^1"
 | |
|             },
 | |
|             "replace": {
 | |
|                 "malkusch/php-mock": "*"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^5.7"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "phpmock\\": [
 | |
|                         "classes/",
 | |
|                         "tests/"
 | |
|                     ]
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "WTFPL"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Markus Malkusch",
 | |
|                     "email": "markus@malkusch.de",
 | |
|                     "homepage": "http://markus.malkusch.de",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
 | |
|             "homepage": "https://github.com/php-mock/php-mock",
 | |
|             "keywords": [
 | |
|                 "BDD",
 | |
|                 "TDD",
 | |
|                 "function",
 | |
|                 "mock",
 | |
|                 "stub",
 | |
|                 "test",
 | |
|                 "test double"
 | |
|             ],
 | |
|             "time": "2017-02-17T20:52:52+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "php-mock/php-mock-integration",
 | |
|             "version": "2.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/php-mock/php-mock-integration.git",
 | |
|                 "reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
 | |
|                 "reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.6",
 | |
|                 "php-mock/php-mock": "^2",
 | |
|                 "phpunit/php-text-template": "^1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^4|^5"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "phpmock\\integration\\": "classes/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "WTFPL"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Markus Malkusch",
 | |
|                     "email": "markus@malkusch.de",
 | |
|                     "homepage": "http://markus.malkusch.de",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Integration package for PHP-Mock",
 | |
|             "homepage": "https://github.com/php-mock/php-mock-integration",
 | |
|             "keywords": [
 | |
|                 "BDD",
 | |
|                 "TDD",
 | |
|                 "function",
 | |
|                 "mock",
 | |
|                 "stub",
 | |
|                 "test",
 | |
|                 "test double"
 | |
|             ],
 | |
|             "time": "2017-02-17T21:31:34+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "php-mock/php-mock-phpunit",
 | |
|             "version": "2.1.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/php-mock/php-mock-phpunit.git",
 | |
|                 "reference": "57b92e621f14c2c07a4567cd29ed4e87de0d2912"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/57b92e621f14c2c07a4567cd29ed4e87de0d2912",
 | |
|                 "reference": "57b92e621f14c2c07a4567cd29ed4e87de0d2912",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=7",
 | |
|                 "php-mock/php-mock-integration": "^2",
 | |
|                 "phpunit/phpunit": "^6 || ^7"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "autoload.php"
 | |
|                 ],
 | |
|                 "psr-4": {
 | |
|                     "phpmock\\phpunit\\": "classes/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "WTFPL"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Markus Malkusch",
 | |
|                     "email": "markus@malkusch.de",
 | |
|                     "homepage": "http://markus.malkusch.de",
 | |
|                     "role": "Developer"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
 | |
|             "homepage": "https://github.com/php-mock/php-mock-phpunit",
 | |
|             "keywords": [
 | |
|                 "BDD",
 | |
|                 "TDD",
 | |
|                 "function",
 | |
|                 "mock",
 | |
|                 "phpunit",
 | |
|                 "stub",
 | |
|                 "test",
 | |
|                 "test double"
 | |
|             ],
 | |
|             "time": "2018-10-07T14:38:37+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpdocumentor/reflection-common",
 | |
|             "version": "1.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
 | |
|                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
 | |
|                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.5"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^4.6"
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "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"
 | |
|             ],
 | |
|             "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"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "phpDocumentor\\Reflection\\": [
 | |
|                         "src/"
 | |
|                     ]
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Mike van Riel",
 | |
|                     "email": "me@mikevanriel.com"
 | |
|                 }
 | |
|             ],
 | |
|             "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"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Mike van Riel",
 | |
|                     "email": "me@mikevanriel.com"
 | |
|                 }
 | |
|             ],
 | |
|             "time": "2017-07-14T14:27:02+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpspec/prophecy",
 | |
|             "version": "1.8.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/phpspec/prophecy.git",
 | |
|                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
 | |
|                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "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"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpspec/phpspec": "^2.5|^3.2",
 | |
|                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.8.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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+",
 | |
|             "homepage": "https://github.com/phpspec/prophecy",
 | |
|             "keywords": [
 | |
|                 "Double",
 | |
|                 "Dummy",
 | |
|                 "fake",
 | |
|                 "mock",
 | |
|                 "spy",
 | |
|                 "stub"
 | |
|             ],
 | |
|             "time": "2018-08-05T17:53:17+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/dbunit",
 | |
|             "version": "4.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/dbunit.git",
 | |
|                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
 | |
|                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-pdo": "*",
 | |
|                 "ext-simplexml": "*",
 | |
|                 "php": "^7.1",
 | |
|                 "phpunit/phpunit": "^7.0",
 | |
|                 "symfony/yaml": "^3.0 || ^4.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "classmap": [
 | |
|                     "src/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Sebastian Bergmann",
 | |
|                     "email": "sebastian@phpunit.de",
 | |
|                     "role": "lead"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "PHPUnit extension for database interaction testing",
 | |
|             "homepage": "https://github.com/sebastianbergmann/dbunit/",
 | |
|             "keywords": [
 | |
|                 "database",
 | |
|                 "testing",
 | |
|                 "xunit"
 | |
|             ],
 | |
|             "abandoned": true,
 | |
|             "time": "2018-02-07T06:47:59+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/php-code-coverage",
 | |
|             "version": "6.1.4",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
 | |
|                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
 | |
|                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-xmlwriter": "*",
 | |
|                 "php": "^7.1",
 | |
|                 "phpunit/php-file-iterator": "^2.0",
 | |
|                 "phpunit/php-text-template": "^1.2.1",
 | |
|                 "phpunit/php-token-stream": "^3.0",
 | |
|                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
 | |
|                 "sebastian/environment": "^3.1 || ^4.0",
 | |
|                 "sebastian/version": "^2.0.1",
 | |
|                 "theseer/tokenizer": "^1.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-xdebug": "^2.6.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "6.1-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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 provides collection, processing, and rendering functionality for PHP code coverage information.",
 | |
|             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
 | |
|             "keywords": [
 | |
|                 "coverage",
 | |
|                 "testing",
 | |
|                 "xunit"
 | |
|             ],
 | |
|             "time": "2018-10-31T16:06:48+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/php-file-iterator",
 | |
|             "version": "2.0.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
 | |
|                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
 | |
|                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "classmap": [
 | |
|                     "src/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Sebastian Bergmann",
 | |
|                     "email": "sebastian@phpunit.de",
 | |
|                     "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"
 | |
|             ],
 | |
|             "time": "2018-09-13T20:33:42+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/php-text-template",
 | |
|             "version": "1.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
 | |
|                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
 | |
|                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.3"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "classmap": [
 | |
|                     "src/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Sebastian Bergmann",
 | |
|                     "email": "sebastian@phpunit.de",
 | |
|                     "role": "lead"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Simple template engine.",
 | |
|             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
 | |
|             "keywords": [
 | |
|                 "template"
 | |
|             ],
 | |
|             "time": "2015-06-21T13:50:34+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/php-timer",
 | |
|             "version": "2.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/php-timer.git",
 | |
|                 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
 | |
|                 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "classmap": [
 | |
|                     "src/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "BSD-3-Clause"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Sebastian Bergmann",
 | |
|                     "email": "sebastian@phpunit.de",
 | |
|                     "role": "lead"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Utility class for timing",
 | |
|             "homepage": "https://github.com/sebastianbergmann/php-timer/",
 | |
|             "keywords": [
 | |
|                 "timer"
 | |
|             ],
 | |
|             "time": "2018-02-01T13:07:23+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/php-token-stream",
 | |
|             "version": "3.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
 | |
|                 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
 | |
|                 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "ext-tokenizer": "*",
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2018-10-30T05:52:18+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "phpunit/phpunit",
 | |
|             "version": "7.5.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/phpunit.git",
 | |
|                 "reference": "c23d78776ad415d5506e0679723cb461d71f488f"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f",
 | |
|                 "reference": "c23d78776ad415d5506e0679723cb461d71f488f",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "doctrine/instantiator": "^1.1",
 | |
|                 "ext-dom": "*",
 | |
|                 "ext-json": "*",
 | |
|                 "ext-libxml": "*",
 | |
|                 "ext-mbstring": "*",
 | |
|                 "ext-xml": "*",
 | |
|                 "myclabs/deep-copy": "^1.7",
 | |
|                 "phar-io/manifest": "^1.0.2",
 | |
|                 "phar-io/version": "^2.0",
 | |
|                 "php": "^7.1",
 | |
|                 "phpspec/prophecy": "^1.7",
 | |
|                 "phpunit/php-code-coverage": "^6.0.7",
 | |
|                 "phpunit/php-file-iterator": "^2.0.1",
 | |
|                 "phpunit/php-text-template": "^1.2.1",
 | |
|                 "phpunit/php-timer": "^2.0",
 | |
|                 "sebastian/comparator": "^3.0",
 | |
|                 "sebastian/diff": "^3.0",
 | |
|                 "sebastian/environment": "^4.0",
 | |
|                 "sebastian/exporter": "^3.1",
 | |
|                 "sebastian/global-state": "^2.0",
 | |
|                 "sebastian/object-enumerator": "^3.0.3",
 | |
|                 "sebastian/resource-operations": "^2.0",
 | |
|                 "sebastian/version": "^2.0.1"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "phpunit/phpunit-mock-objects": "*"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "ext-pdo": "*"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-soap": "*",
 | |
|                 "ext-xdebug": "*",
 | |
|                 "phpunit/php-invoker": "^2.0"
 | |
|             },
 | |
|             "bin": [
 | |
|                 "phpunit"
 | |
|             ],
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "7.5-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2018-12-12T07:20:32+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "psr/container",
 | |
|             "version": "1.0.0",
 | |
|             "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/http-message",
 | |
|             "version": "1.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/php-fig/http-message.git",
 | |
|                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
 | |
|                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Psr\\Http\\Message\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "PHP-FIG",
 | |
|                     "homepage": "http://www.php-fig.org/"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Common interface for HTTP messages",
 | |
|             "homepage": "https://github.com/php-fig/http-message",
 | |
|             "keywords": [
 | |
|                 "http",
 | |
|                 "http-message",
 | |
|                 "psr",
 | |
|                 "psr-7",
 | |
|                 "request",
 | |
|                 "response"
 | |
|             ],
 | |
|             "time": "2016-08-06T14:39:51+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "ralouphie/getallheaders",
 | |
|             "version": "2.0.5",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/ralouphie/getallheaders.git",
 | |
|                 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
 | |
|                 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "~3.7.0",
 | |
|                 "satooshi/php-coveralls": ">=1.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "autoload": {
 | |
|                 "files": [
 | |
|                     "src/getallheaders.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Ralph Khattar",
 | |
|                     "email": "ralph.khattar@gmail.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "A polyfill for getallheaders.",
 | |
|             "time": "2016-02-11T07:05:27+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"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/comparator",
 | |
|             "version": "3.0.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/comparator.git",
 | |
|                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
 | |
|                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1",
 | |
|                 "sebastian/diff": "^3.0",
 | |
|                 "sebastian/exporter": "^3.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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",
 | |
|             "homepage": "https://github.com/sebastianbergmann/comparator",
 | |
|             "keywords": [
 | |
|                 "comparator",
 | |
|                 "compare",
 | |
|                 "equality"
 | |
|             ],
 | |
|             "time": "2018-07-12T15:12:46+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/diff",
 | |
|             "version": "3.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/diff.git",
 | |
|                 "reference": "366541b989927187c4ca70490a35615d3fef2dce"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
 | |
|                 "reference": "366541b989927187c4ca70490a35615d3fef2dce",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.0",
 | |
|                 "symfony/process": "^2 || ^3.3 || ^4"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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",
 | |
|             "homepage": "https://github.com/sebastianbergmann/diff",
 | |
|             "keywords": [
 | |
|                 "diff",
 | |
|                 "udiff",
 | |
|                 "unidiff",
 | |
|                 "unified diff"
 | |
|             ],
 | |
|             "time": "2018-06-10T07:54:39+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/environment",
 | |
|             "version": "4.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/environment.git",
 | |
|                 "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
 | |
|                 "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^7.4"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2018-11-25T09:31:21+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/exporter",
 | |
|             "version": "3.1.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/exporter.git",
 | |
|                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
 | |
|                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.0",
 | |
|                 "sebastian/recursion-context": "^3.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "ext-mbstring": "*",
 | |
|                 "phpunit/phpunit": "^6.0"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.1.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "time": "2017-04-03T13:19:02+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/global-state",
 | |
|             "version": "2.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/global-state.git",
 | |
|                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
 | |
|                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^6.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-uopz": "*"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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"
 | |
|             ],
 | |
|             "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"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/recursion-context",
 | |
|             "version": "3.0.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
 | |
|                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
 | |
|                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.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": "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",
 | |
|             "time": "2017-03-03T06:23:57+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/resource-operations",
 | |
|             "version": "2.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
 | |
|                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
 | |
|                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.0-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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",
 | |
|             "time": "2018-10-04T04:07:39+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "sebastian/version",
 | |
|             "version": "2.0.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/sebastianbergmann/version.git",
 | |
|                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
 | |
|                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.6"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "2.0.x-dev"
 | |
|                 }
 | |
|             },
 | |
|             "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",
 | |
|             "time": "2016-10-03T07:35:21+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/browser-kit",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/browser-kit.git",
 | |
|                 "reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
 | |
|                 "reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/dom-crawler": "~3.4|~4.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/css-selector": "~3.4|~4.0",
 | |
|                 "symfony/process": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/process": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\BrowserKit\\": ""
 | |
|                 },
 | |
|                 "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 BrowserKit Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-26T11:49:31+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/class-loader",
 | |
|             "version": "v3.4.20",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/class-loader.git",
 | |
|                 "reference": "420458095cf60025eb0841276717e0da7f75e50e"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/420458095cf60025eb0841276717e0da7f75e50e",
 | |
|                 "reference": "420458095cf60025eb0841276717e0da7f75e50e",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^5.5.9|>=7.0.8"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/finder": "~2.8|~3.0|~4.0",
 | |
|                 "symfony/polyfill-apcu": "~1.1"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.4-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\ClassLoader\\": ""
 | |
|                 },
 | |
|                 "exclude-from-classmap": [
 | |
|                     "/Tests/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Fabien Potencier",
 | |
|                     "email": "fabien@symfony.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Symfony Community",
 | |
|                     "homepage": "https://symfony.com/contributors"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony ClassLoader Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-11T19:48:54+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/config",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/config.git",
 | |
|                 "reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
 | |
|                 "reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/filesystem": "~3.4|~4.0",
 | |
|                 "symfony/polyfill-ctype": "~1.8"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/finder": "<3.4"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/dependency-injection": "~3.4|~4.0",
 | |
|                 "symfony/event-dispatcher": "~3.4|~4.0",
 | |
|                 "symfony/finder": "~3.4|~4.0",
 | |
|                 "symfony/yaml": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/yaml": "To use the yaml reference dumper"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\Config\\": ""
 | |
|                 },
 | |
|                 "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 Config Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-30T22:21:14+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/console",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/console.git",
 | |
|                 "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
 | |
|                 "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/contracts": "^1.0",
 | |
|                 "symfony/polyfill-mbstring": "~1.0"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/dependency-injection": "<3.4",
 | |
|                 "symfony/process": "<3.3"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "psr/log": "~1.0",
 | |
|                 "symfony/config": "~3.4|~4.0",
 | |
|                 "symfony/dependency-injection": "~3.4|~4.0",
 | |
|                 "symfony/event-dispatcher": "~3.4|~4.0",
 | |
|                 "symfony/lock": "~3.4|~4.0",
 | |
|                 "symfony/process": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "psr/log-implementation": "For using the console logger",
 | |
|                 "symfony/event-dispatcher": "",
 | |
|                 "symfony/lock": "",
 | |
|                 "symfony/process": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\Console\\": ""
 | |
|                 },
 | |
|                 "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 Console Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-27T07:40:44+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/contracts",
 | |
|             "version": "v1.0.2",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/contracts.git",
 | |
|                 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
 | |
|                 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
 | |
|                 "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"
 | |
|             ],
 | |
|             "time": "2018-12-05T08:06:11+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/css-selector",
 | |
|             "version": "v3.4.20",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/css-selector.git",
 | |
|                 "reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/345b9a48595d1ab9630db791dbc3e721bf0233e8",
 | |
|                 "reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^5.5.9|>=7.0.8"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "3.4-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\CssSelector\\": ""
 | |
|                 },
 | |
|                 "exclude-from-classmap": [
 | |
|                     "/Tests/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Jean-François Simon",
 | |
|                     "email": "jeanfrancois.simon@sensiolabs.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Fabien Potencier",
 | |
|                     "email": "fabien@symfony.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Symfony Community",
 | |
|                     "homepage": "https://symfony.com/contributors"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony CssSelector Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-11T19:48:54+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/dependency-injection",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/dependency-injection.git",
 | |
|                 "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4adc57a48d3fa7f394edfffa9e954086d7740e5",
 | |
|                 "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "psr/container": "^1.0",
 | |
|                 "symfony/contracts": "^1.0"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/config": "<4.2",
 | |
|                 "symfony/finder": "<3.4",
 | |
|                 "symfony/proxy-manager-bridge": "<3.4",
 | |
|                 "symfony/yaml": "<3.4"
 | |
|             },
 | |
|             "provide": {
 | |
|                 "psr/container-implementation": "1.0",
 | |
|                 "symfony/service-contracts-implementation": "1.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/config": "~4.2",
 | |
|                 "symfony/expression-language": "~3.4|~4.0",
 | |
|                 "symfony/yaml": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/config": "",
 | |
|                 "symfony/expression-language": "For using expressions in service container configuration",
 | |
|                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
 | |
|                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
 | |
|                 "symfony/yaml": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\DependencyInjection\\": ""
 | |
|                 },
 | |
|                 "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 DependencyInjection Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-12-02T15:59:36+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/dom-crawler",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/dom-crawler.git",
 | |
|                 "reference": "7438a32108fdd555295f443605d6de2cce473159"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7438a32108fdd555295f443605d6de2cce473159",
 | |
|                 "reference": "7438a32108fdd555295f443605d6de2cce473159",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/polyfill-ctype": "~1.8",
 | |
|                 "symfony/polyfill-mbstring": "~1.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/css-selector": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/css-selector": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\DomCrawler\\": ""
 | |
|                 },
 | |
|                 "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 DomCrawler Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-26T10:55:26+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/event-dispatcher",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/event-dispatcher.git",
 | |
|                 "reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
 | |
|                 "reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/contracts": "^1.0"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/dependency-injection": "<3.4"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "psr/log": "~1.0",
 | |
|                 "symfony/config": "~3.4|~4.0",
 | |
|                 "symfony/dependency-injection": "~3.4|~4.0",
 | |
|                 "symfony/expression-language": "~3.4|~4.0",
 | |
|                 "symfony/stopwatch": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/dependency-injection": "",
 | |
|                 "symfony/http-kernel": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\EventDispatcher\\": ""
 | |
|                 },
 | |
|                 "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 EventDispatcher Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-12-01T08:52:38+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/filesystem",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/filesystem.git",
 | |
|                 "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
 | |
|                 "reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/polyfill-ctype": "~1.8"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\Filesystem\\": ""
 | |
|                 },
 | |
|                 "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 Filesystem Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-11T19:52:12+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/polyfill-mbstring",
 | |
|             "version": "v1.10.0",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/polyfill-mbstring.git",
 | |
|                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
 | |
|                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": ">=5.3.3"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "ext-mbstring": "For best performance"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.9-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Polyfill\\Mbstring\\": ""
 | |
|                 },
 | |
|                 "files": [
 | |
|                     "bootstrap.php"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Nicolas Grekas",
 | |
|                     "email": "p@tchwork.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Symfony Community",
 | |
|                     "homepage": "https://symfony.com/contributors"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony polyfill for the Mbstring extension",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "keywords": [
 | |
|                 "compatibility",
 | |
|                 "mbstring",
 | |
|                 "polyfill",
 | |
|                 "portable",
 | |
|                 "shim"
 | |
|             ],
 | |
|             "time": "2018-09-21T13:07:52+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/translation",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/translation.git",
 | |
|                 "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/translation/zipball/c0e2191e9bed845946ab3d99767513b56ca7dcd6",
 | |
|                 "reference": "c0e2191e9bed845946ab3d99767513b56ca7dcd6",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/contracts": "^1.0.2",
 | |
|                 "symfony/polyfill-mbstring": "~1.0"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/config": "<3.4",
 | |
|                 "symfony/dependency-injection": "<3.4",
 | |
|                 "symfony/yaml": "<3.4"
 | |
|             },
 | |
|             "provide": {
 | |
|                 "symfony/translation-contracts-implementation": "1.0"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "psr/log": "~1.0",
 | |
|                 "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"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "psr/log-implementation": "To use logging capability in translator",
 | |
|                 "symfony/config": "",
 | |
|                 "symfony/yaml": ""
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\Translation\\": ""
 | |
|                 },
 | |
|                 "exclude-from-classmap": [
 | |
|                     "/Tests/"
 | |
|                 ]
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Fabien Potencier",
 | |
|                     "email": "fabien@symfony.com"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "Symfony Community",
 | |
|                     "homepage": "https://symfony.com/contributors"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Symfony Translation Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-12-06T10:45:32+00:00"
 | |
|         },
 | |
|         {
 | |
|             "name": "symfony/yaml",
 | |
|             "version": "v4.2.1",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/symfony/yaml.git",
 | |
|                 "reference": "c41175c801e3edfda90f32e292619d10c27103d7"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7",
 | |
|                 "reference": "c41175c801e3edfda90f32e292619d10c27103d7",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^7.1.3",
 | |
|                 "symfony/polyfill-ctype": "~1.8"
 | |
|             },
 | |
|             "conflict": {
 | |
|                 "symfony/console": "<3.4"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "symfony/console": "~3.4|~4.0"
 | |
|             },
 | |
|             "suggest": {
 | |
|                 "symfony/console": "For validating YAML files using the lint command"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "4.2-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Symfony\\Component\\Yaml\\": ""
 | |
|                 },
 | |
|                 "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 Yaml Component",
 | |
|             "homepage": "https://symfony.com",
 | |
|             "time": "2018-11-11T19:52:12+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",
 | |
|             "source": {
 | |
|                 "type": "git",
 | |
|                 "url": "https://github.com/webmozart/assert.git",
 | |
|                 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
 | |
|             },
 | |
|             "dist": {
 | |
|                 "type": "zip",
 | |
|                 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
 | |
|                 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
 | |
|                 "shasum": ""
 | |
|             },
 | |
|             "require": {
 | |
|                 "php": "^5.3.3 || ^7.0",
 | |
|                 "symfony/polyfill-ctype": "^1.8"
 | |
|             },
 | |
|             "require-dev": {
 | |
|                 "phpunit/phpunit": "^4.6",
 | |
|                 "sebastian/version": "^1.0.1"
 | |
|             },
 | |
|             "type": "library",
 | |
|             "extra": {
 | |
|                 "branch-alias": {
 | |
|                     "dev-master": "1.3-dev"
 | |
|                 }
 | |
|             },
 | |
|             "autoload": {
 | |
|                 "psr-4": {
 | |
|                     "Webmozart\\Assert\\": "src/"
 | |
|                 }
 | |
|             },
 | |
|             "notification-url": "https://packagist.org/downloads/",
 | |
|             "license": [
 | |
|                 "MIT"
 | |
|             ],
 | |
|             "authors": [
 | |
|                 {
 | |
|                     "name": "Bernhard Schussek",
 | |
|                     "email": "bschussek@gmail.com"
 | |
|                 }
 | |
|             ],
 | |
|             "description": "Assertions to validate method input/output with nice error messages.",
 | |
|             "keywords": [
 | |
|                 "assert",
 | |
|                 "check",
 | |
|                 "validate"
 | |
|             ],
 | |
|             "time": "2018-12-25T11:19:39+00:00"
 | |
|         }
 | |
|     ],
 | |
|     "aliases": [],
 | |
|     "minimum-stability": "stable",
 | |
|     "stability-flags": {
 | |
|         "phpunit/phpunit": 0,
 | |
|         "behat/behat": 0,
 | |
|         "behat/mink-extension": 0,
 | |
|         "behat/mink-goutte-driver": 0,
 | |
|         "php-mock/php-mock-phpunit": 0,
 | |
|         "phpunit/dbunit": 0
 | |
|     },
 | |
|     "prefer-stable": false,
 | |
|     "prefer-lowest": false,
 | |
|     "platform": {
 | |
|         "php": ">=5.5",
 | |
|         "ext-curl": "*",
 | |
|         "ext-gd": "*",
 | |
|         "ext-mbstring": "*",
 | |
|         "ext-xml": "*",
 | |
|         "ext-openssl": "*"
 | |
|     },
 | |
|     "platform-dev": []
 | |
| }
 |