mirror of
				https://github.com/grocy/grocy.git
				synced 2025-11-03 20:15:04 +00:00 
			
		
		
		
	Updated dependencies
This commit is contained in:
		
							
								
								
									
										441
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										441
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@@ -8,33 +8,38 @@
 | 
				
			|||||||
    "packages": [
 | 
					    "packages": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "doctrine/inflector",
 | 
					            "name": "doctrine/inflector",
 | 
				
			||||||
            "version": "1.3.1",
 | 
					            "version": "1.4.3",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/doctrine/inflector.git",
 | 
					                "url": "https://github.com/doctrine/inflector.git",
 | 
				
			||||||
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
 | 
					                "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
 | 
					                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
 | 
				
			||||||
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
 | 
					                "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": "^7.1"
 | 
					                "php": "^7.2 || ^8.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require-dev": {
 | 
					            "require-dev": {
 | 
				
			||||||
                "phpunit/phpunit": "^6.2"
 | 
					                "doctrine/coding-standard": "^7.0",
 | 
				
			||||||
 | 
					                "phpstan/phpstan": "^0.11",
 | 
				
			||||||
 | 
					                "phpstan/phpstan-phpunit": "^0.11",
 | 
				
			||||||
 | 
					                "phpstan/phpstan-strict-rules": "^0.11",
 | 
				
			||||||
 | 
					                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "1.3.x-dev"
 | 
					                    "dev-master": "2.0.x-dev"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
                "psr-4": {
 | 
					                "psr-4": {
 | 
				
			||||||
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
 | 
					                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
 | 
				
			||||||
 | 
					                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "notification-url": "https://packagist.org/downloads/",
 | 
					            "notification-url": "https://packagist.org/downloads/",
 | 
				
			||||||
@@ -63,15 +68,35 @@
 | 
				
			|||||||
                    "email": "schmittjoh@gmail.com"
 | 
					                    "email": "schmittjoh@gmail.com"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
 | 
					            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
 | 
				
			||||||
            "homepage": "http://www.doctrine-project.org",
 | 
					            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
 | 
				
			||||||
            "keywords": [
 | 
					            "keywords": [
 | 
				
			||||||
                "inflection",
 | 
					                "inflection",
 | 
				
			||||||
                "pluralize",
 | 
					                "inflector",
 | 
				
			||||||
                "singularize",
 | 
					                "lowercase",
 | 
				
			||||||
                "string"
 | 
					                "manipulation",
 | 
				
			||||||
 | 
					                "php",
 | 
				
			||||||
 | 
					                "plural",
 | 
				
			||||||
 | 
					                "singular",
 | 
				
			||||||
 | 
					                "strings",
 | 
				
			||||||
 | 
					                "uppercase",
 | 
				
			||||||
 | 
					                "words"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2019-10-30T19:59:35+00:00"
 | 
					            "funding": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://www.doctrine-project.org/sponsorship.html",
 | 
				
			||||||
 | 
					                    "type": "custom"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://www.patreon.com/phpdoctrine",
 | 
				
			||||||
 | 
					                    "type": "patreon"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
 | 
				
			||||||
 | 
					                    "type": "tidelift"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "time": "2020-05-29T07:19:59+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "eluceo/ical",
 | 
					            "name": "eluceo/ical",
 | 
				
			||||||
@@ -696,65 +721,6 @@
 | 
				
			|||||||
            "homepage": "https://laravel.com",
 | 
					            "homepage": "https://laravel.com",
 | 
				
			||||||
            "time": "2019-06-20T13:13:59+00:00"
 | 
					            "time": "2019-06-20T13:13:59+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "name": "jeremeamia/superclosure",
 | 
					 | 
				
			||||||
            "version": "2.4.0",
 | 
					 | 
				
			||||||
            "source": {
 | 
					 | 
				
			||||||
                "type": "git",
 | 
					 | 
				
			||||||
                "url": "https://github.com/jeremeamia/super_closure.git",
 | 
					 | 
				
			||||||
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "dist": {
 | 
					 | 
				
			||||||
                "type": "zip",
 | 
					 | 
				
			||||||
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
 | 
					 | 
				
			||||||
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
 | 
					 | 
				
			||||||
                "shasum": ""
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "require": {
 | 
					 | 
				
			||||||
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
 | 
					 | 
				
			||||||
                "php": ">=5.4",
 | 
					 | 
				
			||||||
                "symfony/polyfill-php56": "^1.0"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "require-dev": {
 | 
					 | 
				
			||||||
                "phpunit/phpunit": "^4.0|^5.0"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "type": "library",
 | 
					 | 
				
			||||||
            "extra": {
 | 
					 | 
				
			||||||
                "branch-alias": {
 | 
					 | 
				
			||||||
                    "dev-master": "2.4-dev"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "autoload": {
 | 
					 | 
				
			||||||
                "psr-4": {
 | 
					 | 
				
			||||||
                    "SuperClosure\\": "src/"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "notification-url": "https://packagist.org/downloads/",
 | 
					 | 
				
			||||||
            "license": [
 | 
					 | 
				
			||||||
                "MIT"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "authors": [
 | 
					 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "name": "Jeremy Lindblom",
 | 
					 | 
				
			||||||
                    "email": "jeremeamia@gmail.com",
 | 
					 | 
				
			||||||
                    "homepage": "https://github.com/jeremeamia",
 | 
					 | 
				
			||||||
                    "role": "Developer"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "description": "Serialize Closure objects, including their context and binding",
 | 
					 | 
				
			||||||
            "homepage": "https://github.com/jeremeamia/super_closure",
 | 
					 | 
				
			||||||
            "keywords": [
 | 
					 | 
				
			||||||
                "closure",
 | 
					 | 
				
			||||||
                "function",
 | 
					 | 
				
			||||||
                "lambda",
 | 
					 | 
				
			||||||
                "parser",
 | 
					 | 
				
			||||||
                "serializable",
 | 
					 | 
				
			||||||
                "serialize",
 | 
					 | 
				
			||||||
                "tokenizer"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "abandoned": "opis/closure",
 | 
					 | 
				
			||||||
            "time": "2018-03-21T22:21:57+00:00"
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "morris/lessql",
 | 
					            "name": "morris/lessql",
 | 
				
			||||||
            "version": "v0.4.1",
 | 
					            "version": "v0.4.1",
 | 
				
			||||||
@@ -806,29 +772,31 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "nesbot/carbon",
 | 
					            "name": "nesbot/carbon",
 | 
				
			||||||
            "version": "2.32.2",
 | 
					            "version": "2.38.0",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/briannesbitt/Carbon.git",
 | 
					                "url": "https://github.com/briannesbitt/Carbon.git",
 | 
				
			||||||
                "reference": "f10e22cf546704fab1db4ad4b9dedbc5c797a0dc"
 | 
					                "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f10e22cf546704fab1db4ad4b9dedbc5c797a0dc",
 | 
					                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d8f6a6a91d1eb9304527b040500f61923e97674b",
 | 
				
			||||||
                "reference": "f10e22cf546704fab1db4ad4b9dedbc5c797a0dc",
 | 
					                "reference": "d8f6a6a91d1eb9304527b040500f61923e97674b",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "ext-json": "*",
 | 
					                "ext-json": "*",
 | 
				
			||||||
                "php": "^7.1.8 || ^8.0",
 | 
					                "php": "^7.1.8 || ^8.0",
 | 
				
			||||||
 | 
					                "symfony/polyfill-mbstring": "^1.0",
 | 
				
			||||||
                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
 | 
					                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require-dev": {
 | 
					            "require-dev": {
 | 
				
			||||||
                "doctrine/orm": "^2.7",
 | 
					                "doctrine/orm": "^2.7",
 | 
				
			||||||
                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
 | 
					                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
 | 
				
			||||||
                "kylekatarnls/multi-tester": "^1.1",
 | 
					                "kylekatarnls/multi-tester": "^2.0",
 | 
				
			||||||
                "phpmd/phpmd": "^2.8",
 | 
					                "phpmd/phpmd": "^2.8",
 | 
				
			||||||
                "phpstan/phpstan": "^0.11",
 | 
					                "phpstan/extension-installer": "^1.0",
 | 
				
			||||||
 | 
					                "phpstan/phpstan": "^0.12.35",
 | 
				
			||||||
                "phpunit/phpunit": "^7.5 || ^8.0",
 | 
					                "phpunit/phpunit": "^7.5 || ^8.0",
 | 
				
			||||||
                "squizlabs/php_codesniffer": "^3.4"
 | 
					                "squizlabs/php_codesniffer": "^3.4"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
@@ -838,12 +806,18 @@
 | 
				
			|||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "2.x-dev"
 | 
					                    "dev-master": "2.x-dev",
 | 
				
			||||||
 | 
					                    "dev-3.x": "3.x-dev"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "laravel": {
 | 
					                "laravel": {
 | 
				
			||||||
                    "providers": [
 | 
					                    "providers": [
 | 
				
			||||||
                        "Carbon\\Laravel\\ServiceProvider"
 | 
					                        "Carbon\\Laravel\\ServiceProvider"
 | 
				
			||||||
                    ]
 | 
					                    ]
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "phpstan": {
 | 
				
			||||||
 | 
					                    "includes": [
 | 
				
			||||||
 | 
					                        "extension.neon"
 | 
				
			||||||
 | 
					                    ]
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
@@ -873,7 +847,17 @@
 | 
				
			|||||||
                "datetime",
 | 
					                "datetime",
 | 
				
			||||||
                "time"
 | 
					                "time"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-03-31T13:43:19+00:00"
 | 
					            "funding": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://opencollective.com/Carbon",
 | 
				
			||||||
 | 
					                    "type": "open_collective"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
 | 
				
			||||||
 | 
					                    "type": "tidelift"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "time": "2020-08-04T19:12:46+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "nikic/fast-route",
 | 
					            "name": "nikic/fast-route",
 | 
				
			||||||
@@ -922,56 +906,65 @@
 | 
				
			|||||||
            "time": "2018-02-13T20:26:39+00:00"
 | 
					            "time": "2018-02-13T20:26:39+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "nikic/php-parser",
 | 
					            "name": "opis/closure",
 | 
				
			||||||
            "version": "v4.4.0",
 | 
					            "version": "3.5.6",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/nikic/PHP-Parser.git",
 | 
					                "url": "https://github.com/opis/closure.git",
 | 
				
			||||||
                "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
 | 
					                "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
 | 
					                "url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9",
 | 
				
			||||||
                "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
 | 
					                "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "ext-tokenizer": "*",
 | 
					                "php": "^5.4 || ^7.0"
 | 
				
			||||||
                "php": ">=7.0"
 | 
					 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require-dev": {
 | 
					            "require-dev": {
 | 
				
			||||||
                "ircmaxell/php-yacc": "0.0.5",
 | 
					                "jeremeamia/superclosure": "^2.0",
 | 
				
			||||||
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
 | 
					                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "bin": [
 | 
					 | 
				
			||||||
                "bin/php-parse"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "4.3-dev"
 | 
					                    "dev-master": "3.5.x-dev"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
                "psr-4": {
 | 
					                "psr-4": {
 | 
				
			||||||
                    "PhpParser\\": "lib/PhpParser"
 | 
					                    "Opis\\Closure\\": "src/"
 | 
				
			||||||
                }
 | 
					                },
 | 
				
			||||||
 | 
					                "files": [
 | 
				
			||||||
 | 
					                    "functions.php"
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "notification-url": "https://packagist.org/downloads/",
 | 
					            "notification-url": "https://packagist.org/downloads/",
 | 
				
			||||||
            "license": [
 | 
					            "license": [
 | 
				
			||||||
                "BSD-3-Clause"
 | 
					                "MIT"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "authors": [
 | 
					            "authors": [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "name": "Nikita Popov"
 | 
					                    "name": "Marius Sarca",
 | 
				
			||||||
 | 
					                    "email": "marius.sarca@gmail.com"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "name": "Sorin Sarca",
 | 
				
			||||||
 | 
					                    "email": "sarca_sorin@hotmail.com"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "A PHP parser written in PHP",
 | 
					            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
 | 
				
			||||||
 | 
					            "homepage": "https://opis.io/closure",
 | 
				
			||||||
            "keywords": [
 | 
					            "keywords": [
 | 
				
			||||||
                "parser",
 | 
					                "anonymous functions",
 | 
				
			||||||
                "php"
 | 
					                "closure",
 | 
				
			||||||
 | 
					                "function",
 | 
				
			||||||
 | 
					                "serializable",
 | 
				
			||||||
 | 
					                "serialization",
 | 
				
			||||||
 | 
					                "serialize"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-04-10T16:34:50+00:00"
 | 
					            "time": "2020-08-11T08:46:50+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "philo/laravel-blade",
 | 
					            "name": "philo/laravel-blade",
 | 
				
			||||||
@@ -1016,24 +1009,25 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "php-di/invoker",
 | 
					            "name": "php-di/invoker",
 | 
				
			||||||
            "version": "2.0.0",
 | 
					            "version": "2.1.0",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/PHP-DI/Invoker.git",
 | 
					                "url": "https://github.com/PHP-DI/Invoker.git",
 | 
				
			||||||
                "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
 | 
					                "reference": "6a6f8f276d2680e77d06294b9fd67b4881b1f82d"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
 | 
					                "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/6a6f8f276d2680e77d06294b9fd67b4881b1f82d",
 | 
				
			||||||
                "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
 | 
					                "reference": "6a6f8f276d2680e77d06294b9fd67b4881b1f82d",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
 | 
					                "php": ">=7.3",
 | 
				
			||||||
                "psr/container": "~1.0"
 | 
					                "psr/container": "~1.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require-dev": {
 | 
					            "require-dev": {
 | 
				
			||||||
                "athletic/athletic": "~0.1.8",
 | 
					                "athletic/athletic": "~0.1.8",
 | 
				
			||||||
                "phpunit/phpunit": "~4.5"
 | 
					                "phpunit/phpunit": "^9.0"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
@@ -1055,25 +1049,24 @@
 | 
				
			|||||||
                "invoke",
 | 
					                "invoke",
 | 
				
			||||||
                "invoker"
 | 
					                "invoker"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2017-03-20T19:28:22+00:00"
 | 
					            "time": "2020-08-01T15:36:25+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "php-di/php-di",
 | 
					            "name": "php-di/php-di",
 | 
				
			||||||
            "version": "6.1.0",
 | 
					            "version": "6.2.1",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/PHP-DI/PHP-DI.git",
 | 
					                "url": "https://github.com/PHP-DI/PHP-DI.git",
 | 
				
			||||||
                "reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538"
 | 
					                "reference": "6875fe557c244b3830862c072c7719ca4ac2efe4"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/69238bd49acc0eb6a967029311eeadc3f7c5d538",
 | 
					                "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/6875fe557c244b3830862c072c7719ca4ac2efe4",
 | 
				
			||||||
                "reference": "69238bd49acc0eb6a967029311eeadc3f7c5d538",
 | 
					                "reference": "6875fe557c244b3830862c072c7719ca4ac2efe4",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "jeremeamia/superclosure": "^2.0",
 | 
					                "opis/closure": "^3.5.5",
 | 
				
			||||||
                "nikic/php-parser": "^2.0|^3.0|^4.0",
 | 
					 | 
				
			||||||
                "php": ">=7.2.0",
 | 
					                "php": ">=7.2.0",
 | 
				
			||||||
                "php-di/invoker": "^2.0",
 | 
					                "php-di/invoker": "^2.0",
 | 
				
			||||||
                "php-di/phpdoc-reader": "^2.0.1",
 | 
					                "php-di/phpdoc-reader": "^2.0.1",
 | 
				
			||||||
@@ -1108,7 +1101,7 @@
 | 
				
			|||||||
                "MIT"
 | 
					                "MIT"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "The dependency injection container for humans",
 | 
					            "description": "The dependency injection container for humans",
 | 
				
			||||||
            "homepage": "http://php-di.org/",
 | 
					            "homepage": "https://php-di.org/",
 | 
				
			||||||
            "keywords": [
 | 
					            "keywords": [
 | 
				
			||||||
                "PSR-11",
 | 
					                "PSR-11",
 | 
				
			||||||
                "container",
 | 
					                "container",
 | 
				
			||||||
@@ -1128,7 +1121,7 @@
 | 
				
			|||||||
                    "type": "tidelift"
 | 
					                    "type": "tidelift"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-04-06T09:54:49+00:00"
 | 
					            "time": "2020-06-18T09:54:32+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "php-di/phpdoc-reader",
 | 
					            "name": "php-di/phpdoc-reader",
 | 
				
			||||||
@@ -1687,16 +1680,16 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "slim/psr7",
 | 
					            "name": "slim/psr7",
 | 
				
			||||||
            "version": "1.0.0",
 | 
					            "version": "1.1.0",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/slimphp/Slim-Psr7.git",
 | 
					                "url": "https://github.com/slimphp/Slim-Psr7.git",
 | 
				
			||||||
                "reference": "7ca5b5d96687b7c563238715cc80b12675d8b895"
 | 
					                "reference": "3c76899e707910779f13d7af95fde12310b0a5ae"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/7ca5b5d96687b7c563238715cc80b12675d8b895",
 | 
					                "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3c76899e707910779f13d7af95fde12310b0a5ae",
 | 
				
			||||||
                "reference": "7ca5b5d96687b7c563238715cc80b12675d8b895",
 | 
					                "reference": "3c76899e707910779f13d7af95fde12310b0a5ae",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
@@ -1757,7 +1750,7 @@
 | 
				
			|||||||
                "psr-7",
 | 
					                "psr-7",
 | 
				
			||||||
                "psr7"
 | 
					                "psr7"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-01-04T23:05:43+00:00"
 | 
					            "time": "2020-05-01T14:24:20+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "slim/slim",
 | 
					            "name": "slim/slim",
 | 
				
			||||||
@@ -1854,21 +1847,22 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/debug",
 | 
					            "name": "symfony/debug",
 | 
				
			||||||
            "version": "v4.4.7",
 | 
					            "version": "v4.4.11",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/debug.git",
 | 
					                "url": "https://github.com/symfony/debug.git",
 | 
				
			||||||
                "reference": "346636d2cae417992ecfd761979b2ab98b339a45"
 | 
					                "reference": "47aa9064d75db36389692dd4d39895a0820f00f2"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
 | 
					                "url": "https://api.github.com/repos/symfony/debug/zipball/47aa9064d75db36389692dd4d39895a0820f00f2",
 | 
				
			||||||
                "reference": "346636d2cae417992ecfd761979b2ab98b339a45",
 | 
					                "reference": "47aa9064d75db36389692dd4d39895a0820f00f2",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": "^7.1.3",
 | 
					                "php": ">=7.1.3",
 | 
				
			||||||
                "psr/log": "~1.0"
 | 
					                "psr/log": "~1.0",
 | 
				
			||||||
 | 
					                "symfony/polyfill-php80": "^1.15"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "conflict": {
 | 
					            "conflict": {
 | 
				
			||||||
                "symfony/http-kernel": "<3.4"
 | 
					                "symfony/http-kernel": "<3.4"
 | 
				
			||||||
@@ -1920,24 +1914,24 @@
 | 
				
			|||||||
                    "type": "tidelift"
 | 
					                    "type": "tidelift"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-03-27T16:54:36+00:00"
 | 
					            "time": "2020-07-23T08:31:43+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/finder",
 | 
					            "name": "symfony/finder",
 | 
				
			||||||
            "version": "v4.4.7",
 | 
					            "version": "v4.4.11",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/finder.git",
 | 
					                "url": "https://github.com/symfony/finder.git",
 | 
				
			||||||
                "reference": "5729f943f9854c5781984ed4907bbb817735776b"
 | 
					                "reference": "2727aa35fddfada1dd37599948528e9b152eb742"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
 | 
					                "url": "https://api.github.com/repos/symfony/finder/zipball/2727aa35fddfada1dd37599948528e9b152eb742",
 | 
				
			||||||
                "reference": "5729f943f9854c5781984ed4907bbb817735776b",
 | 
					                "reference": "2727aa35fddfada1dd37599948528e9b152eb742",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": "^7.1.3"
 | 
					                "php": ">=7.1.3"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
@@ -1983,20 +1977,20 @@
 | 
				
			|||||||
                    "type": "tidelift"
 | 
					                    "type": "tidelift"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-03-27T16:54:36+00:00"
 | 
					            "time": "2020-07-05T09:39:30+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/polyfill-mbstring",
 | 
					            "name": "symfony/polyfill-mbstring",
 | 
				
			||||||
            "version": "v1.15.0",
 | 
					            "version": "v1.18.1",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/polyfill-mbstring.git",
 | 
					                "url": "https://github.com/symfony/polyfill-mbstring.git",
 | 
				
			||||||
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
 | 
					                "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
 | 
					                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
 | 
				
			||||||
                "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
 | 
					                "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
@@ -2008,7 +2002,11 @@
 | 
				
			|||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "1.15-dev"
 | 
					                    "dev-master": "1.18-dev"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "thanks": {
 | 
				
			||||||
 | 
					                    "name": "symfony/polyfill",
 | 
				
			||||||
 | 
					                    "url": "https://github.com/symfony/polyfill"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
@@ -2056,38 +2054,44 @@
 | 
				
			|||||||
                    "type": "tidelift"
 | 
					                    "type": "tidelift"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-03-09T19:04:49+00:00"
 | 
					            "time": "2020-07-14T12:35:20+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/polyfill-php56",
 | 
					            "name": "symfony/polyfill-php80",
 | 
				
			||||||
            "version": "v1.15.0",
 | 
					            "version": "v1.18.1",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/polyfill-php56.git",
 | 
					                "url": "https://github.com/symfony/polyfill-php80.git",
 | 
				
			||||||
                "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d"
 | 
					                "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
 | 
					                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
 | 
				
			||||||
                "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
 | 
					                "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": ">=5.3.3",
 | 
					                "php": ">=7.0.8"
 | 
				
			||||||
                "symfony/polyfill-util": "~1.0"
 | 
					 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "1.15-dev"
 | 
					                    "dev-master": "1.18-dev"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "thanks": {
 | 
				
			||||||
 | 
					                    "name": "symfony/polyfill",
 | 
				
			||||||
 | 
					                    "url": "https://github.com/symfony/polyfill"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
                "psr-4": {
 | 
					                "psr-4": {
 | 
				
			||||||
                    "Symfony\\Polyfill\\Php56\\": ""
 | 
					                    "Symfony\\Polyfill\\Php80\\": ""
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "files": [
 | 
					                "files": [
 | 
				
			||||||
                    "bootstrap.php"
 | 
					                    "bootstrap.php"
 | 
				
			||||||
 | 
					                ],
 | 
				
			||||||
 | 
					                "classmap": [
 | 
				
			||||||
 | 
					                    "Resources/stubs"
 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "notification-url": "https://packagist.org/downloads/",
 | 
					            "notification-url": "https://packagist.org/downloads/",
 | 
				
			||||||
@@ -2095,6 +2099,10 @@
 | 
				
			|||||||
                "MIT"
 | 
					                "MIT"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "authors": [
 | 
					            "authors": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "name": "Ion Bazan",
 | 
				
			||||||
 | 
					                    "email": "ion.bazan@gmail.com"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "name": "Nicolas Grekas",
 | 
					                    "name": "Nicolas Grekas",
 | 
				
			||||||
                    "email": "p@tchwork.com"
 | 
					                    "email": "p@tchwork.com"
 | 
				
			||||||
@@ -2104,7 +2112,7 @@
 | 
				
			|||||||
                    "homepage": "https://symfony.com/contributors"
 | 
					                    "homepage": "https://symfony.com/contributors"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
 | 
					            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
 | 
				
			||||||
            "homepage": "https://symfony.com",
 | 
					            "homepage": "https://symfony.com",
 | 
				
			||||||
            "keywords": [
 | 
					            "keywords": [
 | 
				
			||||||
                "compatibility",
 | 
					                "compatibility",
 | 
				
			||||||
@@ -2126,91 +2134,26 @@
 | 
				
			|||||||
                    "type": "tidelift"
 | 
					                    "type": "tidelift"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2020-03-09T19:04:49+00:00"
 | 
					            "time": "2020-07-14T12:35:20+00:00"
 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "name": "symfony/polyfill-util",
 | 
					 | 
				
			||||||
            "version": "v1.15.0",
 | 
					 | 
				
			||||||
            "source": {
 | 
					 | 
				
			||||||
                "type": "git",
 | 
					 | 
				
			||||||
                "url": "https://github.com/symfony/polyfill-util.git",
 | 
					 | 
				
			||||||
                "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "dist": {
 | 
					 | 
				
			||||||
                "type": "zip",
 | 
					 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027",
 | 
					 | 
				
			||||||
                "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027",
 | 
					 | 
				
			||||||
                "shasum": ""
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "require": {
 | 
					 | 
				
			||||||
                "php": ">=5.3.3"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "type": "library",
 | 
					 | 
				
			||||||
            "extra": {
 | 
					 | 
				
			||||||
                "branch-alias": {
 | 
					 | 
				
			||||||
                    "dev-master": "1.15-dev"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "autoload": {
 | 
					 | 
				
			||||||
                "psr-4": {
 | 
					 | 
				
			||||||
                    "Symfony\\Polyfill\\Util\\": ""
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "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 utilities for portability of PHP codes",
 | 
					 | 
				
			||||||
            "homepage": "https://symfony.com",
 | 
					 | 
				
			||||||
            "keywords": [
 | 
					 | 
				
			||||||
                "compat",
 | 
					 | 
				
			||||||
                "compatibility",
 | 
					 | 
				
			||||||
                "polyfill",
 | 
					 | 
				
			||||||
                "shim"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "funding": [
 | 
					 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "url": "https://symfony.com/sponsor",
 | 
					 | 
				
			||||||
                    "type": "custom"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "url": "https://github.com/fabpot",
 | 
					 | 
				
			||||||
                    "type": "github"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 | 
					 | 
				
			||||||
                    "type": "tidelift"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "time": "2020-03-02T11:55:35+00:00"
 | 
					 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/translation",
 | 
					            "name": "symfony/translation",
 | 
				
			||||||
            "version": "v5.0.7",
 | 
					            "version": "v5.1.3",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/translation.git",
 | 
					                "url": "https://github.com/symfony/translation.git",
 | 
				
			||||||
                "reference": "99b831770e10807dca0979518e2c89edffef5978"
 | 
					                "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/translation/zipball/99b831770e10807dca0979518e2c89edffef5978",
 | 
					                "url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
 | 
				
			||||||
                "reference": "99b831770e10807dca0979518e2c89edffef5978",
 | 
					                "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": "^7.2.5",
 | 
					                "php": ">=7.2.5",
 | 
				
			||||||
                "symfony/polyfill-mbstring": "~1.0",
 | 
					                "symfony/polyfill-mbstring": "~1.0",
 | 
				
			||||||
 | 
					                "symfony/polyfill-php80": "^1.15",
 | 
				
			||||||
                "symfony/translation-contracts": "^2"
 | 
					                "symfony/translation-contracts": "^2"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "conflict": {
 | 
					            "conflict": {
 | 
				
			||||||
@@ -2242,7 +2185,7 @@
 | 
				
			|||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "5.0-dev"
 | 
					                    "dev-master": "5.1-dev"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
@@ -2269,24 +2212,38 @@
 | 
				
			|||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "description": "Symfony Translation Component",
 | 
					            "description": "Symfony Translation Component",
 | 
				
			||||||
            "homepage": "https://symfony.com",
 | 
					            "homepage": "https://symfony.com",
 | 
				
			||||||
            "time": "2020-03-27T16:56:45+00:00"
 | 
					            "funding": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://symfony.com/sponsor",
 | 
				
			||||||
 | 
					                    "type": "custom"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://github.com/fabpot",
 | 
				
			||||||
 | 
					                    "type": "github"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 | 
				
			||||||
 | 
					                    "type": "tidelift"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "time": "2020-06-30T17:42:22+00:00"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "symfony/translation-contracts",
 | 
					            "name": "symfony/translation-contracts",
 | 
				
			||||||
            "version": "v2.0.1",
 | 
					            "version": "v2.1.3",
 | 
				
			||||||
            "source": {
 | 
					            "source": {
 | 
				
			||||||
                "type": "git",
 | 
					                "type": "git",
 | 
				
			||||||
                "url": "https://github.com/symfony/translation-contracts.git",
 | 
					                "url": "https://github.com/symfony/translation-contracts.git",
 | 
				
			||||||
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
 | 
					                "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "dist": {
 | 
					            "dist": {
 | 
				
			||||||
                "type": "zip",
 | 
					                "type": "zip",
 | 
				
			||||||
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
 | 
					                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
 | 
				
			||||||
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
 | 
					                "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
 | 
				
			||||||
                "shasum": ""
 | 
					                "shasum": ""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "require": {
 | 
					            "require": {
 | 
				
			||||||
                "php": "^7.2.5"
 | 
					                "php": ">=7.2.5"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "suggest": {
 | 
					            "suggest": {
 | 
				
			||||||
                "symfony/translation-implementation": ""
 | 
					                "symfony/translation-implementation": ""
 | 
				
			||||||
@@ -2294,7 +2251,11 @@
 | 
				
			|||||||
            "type": "library",
 | 
					            "type": "library",
 | 
				
			||||||
            "extra": {
 | 
					            "extra": {
 | 
				
			||||||
                "branch-alias": {
 | 
					                "branch-alias": {
 | 
				
			||||||
                    "dev-master": "2.0-dev"
 | 
					                    "dev-master": "2.1-dev"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "thanks": {
 | 
				
			||||||
 | 
					                    "name": "symfony/contracts",
 | 
				
			||||||
 | 
					                    "url": "https://github.com/symfony/contracts"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "autoload": {
 | 
					            "autoload": {
 | 
				
			||||||
@@ -2326,7 +2287,21 @@
 | 
				
			|||||||
                "interoperability",
 | 
					                "interoperability",
 | 
				
			||||||
                "standards"
 | 
					                "standards"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "time": "2019-11-18T17:27:11+00:00"
 | 
					            "funding": [
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://symfony.com/sponsor",
 | 
				
			||||||
 | 
					                    "type": "custom"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://github.com/fabpot",
 | 
				
			||||||
 | 
					                    "type": "github"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 | 
				
			||||||
 | 
					                    "type": "tidelift"
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "time": "2020-07-06T13:23:11+00:00"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "packages-dev": [],
 | 
					    "packages-dev": [],
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										32
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								package.json
									
									
									
									
									
								
							@@ -3,36 +3,36 @@
 | 
				
			|||||||
	"private": true,
 | 
						"private": true,
 | 
				
			||||||
	"dependencies": {
 | 
						"dependencies": {
 | 
				
			||||||
		"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
 | 
							"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
 | 
				
			||||||
		"@fortawesome/fontawesome-free": "^5.13.0",
 | 
							"@fortawesome/fontawesome-free": "^5.14.0",
 | 
				
			||||||
		"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
 | 
							"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
 | 
				
			||||||
		"animate.css": "^3.7.2",
 | 
							"animate.css": "^4.1.0",
 | 
				
			||||||
		"bootbox": "^5.3.2",
 | 
							"bootbox": "^5.3.2",
 | 
				
			||||||
		"bootstrap": "^4.3.1",
 | 
							"bootstrap": "^4.5.2",
 | 
				
			||||||
		"bootstrap-select": "^1.13.10",
 | 
							"bootstrap-select": "^1.13.18",
 | 
				
			||||||
		"chart.js": "^2.8.0",
 | 
							"chart.js": "^2.8.0",
 | 
				
			||||||
		"datatables.net": "^1.10.19",
 | 
							"datatables.net": "^1.10.21",
 | 
				
			||||||
		"datatables.net-bs4": "^1.10.19",
 | 
							"datatables.net-bs4": "^1.10.21",
 | 
				
			||||||
		"datatables.net-colreorder": "^1.5.1",
 | 
							"datatables.net-colreorder": "^1.5.1",
 | 
				
			||||||
		"datatables.net-colreorder-bs4": "^1.5.1",
 | 
							"datatables.net-colreorder-bs4": "^1.5.1",
 | 
				
			||||||
		"datatables.net-plugins": "^1.10.20",
 | 
							"datatables.net-plugins": "^1.10.20",
 | 
				
			||||||
		"datatables.net-responsive": "^2.2.3",
 | 
							"datatables.net-responsive": "^2.2.5",
 | 
				
			||||||
		"datatables.net-responsive-bs4": "^2.2.3",
 | 
							"datatables.net-responsive-bs4": "^2.2.5",
 | 
				
			||||||
		"datatables.net-rowgroup": "^1.1.0",
 | 
							"datatables.net-rowgroup": "^1.1.2",
 | 
				
			||||||
		"datatables.net-rowgroup-bs4": "^1.1.0",
 | 
							"datatables.net-rowgroup-bs4": "^1.1.2",
 | 
				
			||||||
		"datatables.net-select": "^1.3.0",
 | 
							"datatables.net-select": "^1.3.0",
 | 
				
			||||||
		"datatables.net-select-bs4": "^1.3.0",
 | 
							"datatables.net-select-bs4": "^1.3.0",
 | 
				
			||||||
		"fullcalendar": "^3.10.1",
 | 
							"fullcalendar": "^3.10.1",
 | 
				
			||||||
		"gettext-translator": "2.1.0",
 | 
							"gettext-translator": "2.1.0",
 | 
				
			||||||
		"jquery": "3.4.1",
 | 
							"jquery": "3.5.1",
 | 
				
			||||||
		"jquery-lazy": "^1.7.10",
 | 
							"jquery-lazy": "^1.7.11",
 | 
				
			||||||
		"jquery-serializejson": "^2.9.0",
 | 
							"jquery-serializejson": "^2.9.0",
 | 
				
			||||||
		"moment": "^2.24.0",
 | 
							"moment": "^2.27.0",
 | 
				
			||||||
		"nosleep.js": "^0.9.0",
 | 
							"nosleep.js": "^0.11.0",
 | 
				
			||||||
		"quagga": "https://github.com/serratus/quaggaJS.git#master",
 | 
							"quagga": "https://github.com/serratus/quaggaJS.git#master",
 | 
				
			||||||
		"sprintf-js": "^1.1.2",
 | 
							"sprintf-js": "^1.1.2",
 | 
				
			||||||
		"startbootstrap-sb-admin": "4.0.0",
 | 
							"startbootstrap-sb-admin": "4.0.0",
 | 
				
			||||||
		"summernote": "^0.8.16",
 | 
							"summernote": "^0.8.18",
 | 
				
			||||||
		"swagger-ui-dist": "^3.23.10",
 | 
							"swagger-ui-dist": "^3.32.1",
 | 
				
			||||||
		"tempusdominus-bootstrap-4": "https://github.com/berrnd/tempusdominus-bootstrap-4.git#master",
 | 
							"tempusdominus-bootstrap-4": "https://github.com/berrnd/tempusdominus-bootstrap-4.git#master",
 | 
				
			||||||
		"timeago": "^1.6.7",
 | 
							"timeago": "^1.6.7",
 | 
				
			||||||
		"toastr": "^2.1.4"
 | 
							"toastr": "^2.1.4"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user