Skip to content
Snippets Groups Projects
composer.lock 227 KiB
Newer Older
  • Learn to ignore specific revisions
  • 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343
            "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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": "Looks up which function or method a line of code belongs to",
          "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
            "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T05:30:19+00:00"
        },
        {
          "name": "sebastian/comparator",
          "version": "4.0.6",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
            "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3",
            "sebastian/diff": "^4.0",
            "sebastian/exporter": "^4.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Volker Dusch",
              "email": "github@wallbash.com"
            },
            {
              "name": "Bernhard Schussek",
              "email": "bschussek@2bepublished.at"
            }
          ],
          "description": "Provides the functionality to compare PHP values for equality",
          "homepage": "https://github.com/sebastianbergmann/comparator",
          "keywords": ["comparator", "compare", "equality"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/comparator/issues",
            "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T15:49:45+00:00"
        },
        {
          "name": "sebastian/complexity",
          "version": "2.0.2",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/complexity.git",
            "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
            "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
            "shasum": ""
          },
          "require": {
            "nikic/php-parser": "^4.7",
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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": "Library for calculating the complexity of PHP code units",
          "homepage": "https://github.com/sebastianbergmann/complexity",
          "support": {
            "issues": "https://github.com/sebastianbergmann/complexity/issues",
            "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T15:52:27+00:00"
        },
        {
          "name": "sebastian/diff",
          "version": "4.0.4",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
            "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3",
            "symfony/process": "^4.2 || ^5"
          },
          "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"
            },
            {
              "name": "Kore Nordmann",
              "email": "mail@kore-nordmann.de"
            }
          ],
          "description": "Diff implementation",
          "homepage": "https://github.com/sebastianbergmann/diff",
          "keywords": ["diff", "udiff", "unidiff", "unified diff"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/diff/issues",
            "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T13:10:38+00:00"
        },
        {
          "name": "sebastian/environment",
          "version": "5.1.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
            "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "suggest": {
            "ext-posix": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "5.1-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"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/environment/issues",
            "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T05:52:38+00:00"
        },
        {
          "name": "sebastian/exporter",
          "version": "4.0.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
            "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3",
            "sebastian/recursion-context": "^4.0"
          },
          "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "^9.3"
          },
          "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"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Volker Dusch",
              "email": "github@wallbash.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            },
            {
              "name": "Bernhard Schussek",
              "email": "bschussek@gmail.com"
            }
          ],
          "description": "Provides the functionality to export PHP variables for visualization",
          "homepage": "http://www.github.com/sebastianbergmann/exporter",
          "keywords": ["export", "exporter"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/exporter/issues",
            "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T05:24:23+00:00"
        },
        {
          "name": "sebastian/global-state",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
    
            "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
            "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.3",
            "sebastian/object-reflector": "^2.0",
            "sebastian/recursion-context": "^4.0"
          },
          "require-dev": {
            "ext-dom": "*",
            "phpunit/phpunit": "^9.3"
          },
          "suggest": {
            "ext-uopz": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "5.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"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/global-state/issues",
    
            "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/lines-of-code",
          "version": "1.0.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/lines-of-code.git",
            "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
            "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
            "shasum": ""
          },
          "require": {
            "nikic/php-parser": "^4.6",
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.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": "Library for counting the lines of code in PHP source code",
          "homepage": "https://github.com/sebastianbergmann/lines-of-code",
          "support": {
            "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
            "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-11-28T06:42:11+00:00"
        },
        {
          "name": "sebastian/object-enumerator",
          "version": "4.0.4",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
            "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3",
            "sebastian/object-reflector": "^2.0",
            "sebastian/recursion-context": "^4.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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": "Traverses array structures and object graphs to enumerate all referenced objects",
          "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
            "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T13:12:34+00:00"
        },
        {
          "name": "sebastian/object-reflector",
          "version": "2.0.4",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
            "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
            "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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": "Allows reflection of object attributes, including inherited and non-public ones",
          "homepage": "https://github.com/sebastianbergmann/object-reflector/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
            "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T13:14:26+00:00"
        },
        {
          "name": "sebastian/recursion-context",
          "version": "4.0.4",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
            "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "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"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            }
          ],
          "description": "Provides functionality to recursively process PHP variables",
          "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
          "support": {
            "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
            "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-10-26T13:17:30+00:00"
        },
        {
          "name": "sebastian/resource-operations",
          "version": "3.0.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
            "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.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": "Provides a list of PHP built-in functions that operate on resources",
          "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
          "support": {
            "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
            "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T06:45:17+00:00"
        },
        {
          "name": "sebastian/type",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/type.git",
    
            "reference": "0d1c587401514d17e8f9258a27e23527cb1b06c1"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0d1c587401514d17e8f9258a27e23527cb1b06c1",
            "reference": "0d1c587401514d17e8f9258a27e23527cb1b06c1",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.3"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "2.3-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": "Collection of value objects that represent the types of the PHP type system",
          "homepage": "https://github.com/sebastianbergmann/type",
          "support": {
            "issues": "https://github.com/sebastianbergmann/type/issues",
    
            "source": "https://github.com/sebastianbergmann/type/tree/2.3.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/version",
          "version": "3.0.2",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "c6c1022351a901512170118436c764e473f6de8c"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
            "reference": "c6c1022351a901512170118436c764e473f6de8c",
            "shasum": ""
          },
          "require": {
            "php": ">=7.3"
          },
          "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",
              "role": "lead"
            }
          ],
          "description": "Library that helps with managing the version number of Git-hosted PHP projects",
          "homepage": "https://github.com/sebastianbergmann/version",
          "support": {
            "issues": "https://github.com/sebastianbergmann/version/issues",
            "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2020-09-28T06:39:44+00:00"
        },
        {
          "name": "sebastianfeldmann/camino",
          "version": "0.9.4",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/camino.git",
            "reference": "3b611368e22e8565c3a6504613136402ed9e6f69"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/3b611368e22e8565c3a6504613136402ed9e6f69",
            "reference": "3b611368e22e8565c3a6504613136402ed9e6f69",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Camino\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "Path management the OO way",
          "homepage": "https://github.com/sebastianfeldmann/camino",
          "keywords": ["file system", "path"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/camino/issues",
            "source": "https://github.com/sebastianfeldmann/camino/tree/0.9.4"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2020-12-08T09:25:24+00:00"
        },
        {
          "name": "sebastianfeldmann/cli",
          "version": "3.3.3",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/cli.git",
            "reference": "c4a677f229976c88cc8f50b1477ab15244a4f6d8"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/c4a677f229976c88cc8f50b1477ab15244a4f6d8",
            "reference": "c4a677f229976c88cc8f50b1477ab15244a4f6d8",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2"
          },
          "require-dev": {
            "symfony/process": "^4.3 | ^5.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.4.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Cli\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP cli helper classes",
          "homepage": "https://github.com/sebastianfeldmann/cli",
          "keywords": ["cli"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/cli/issues",
            "source": "https://github.com/sebastianfeldmann/cli/tree/3.3.3"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2021-06-03T16:02:45+00:00"
        },
        {
          "name": "sebastianfeldmann/git",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/git.git",
    
            "reference": "406b98e09c37249ce586be8ed5766bf0ca389490"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/406b98e09c37249ce586be8ed5766bf0ca389490",
            "reference": "406b98e09c37249ce586be8ed5766bf0ca389490",
    
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
            "ext-xml": "*",
            "php": ">=7.2",
            "sebastianfeldmann/cli": "^3.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "4.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Git\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP git wrapper",
          "homepage": "https://github.com/sebastianfeldmann/git",
          "keywords": ["git"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/git/issues",
    
            "source": "https://github.com/sebastianfeldmann/git/tree/3.7.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "symfony/config",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
    
            "reference": "9f4a448c2d7fd2c90882dfff930b627ddbe16810"
    
          },
          "dist": {
            "type": "zip",
    
            "url": "https://api.github.com/repos/symfony/config/zipball/9f4a448c2d7fd2c90882dfff930b627ddbe16810",
            "reference": "9f4a448c2d7fd2c90882dfff930b627ddbe16810",
    
            "shasum": ""
          },
          "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/filesystem": "^4.4|^5.0",
            "symfony/polyfill-ctype": "~1.8",
    
            "symfony/polyfill-php81": "^1.22"
          },
          "conflict": {
            "symfony/finder": "<4.4"
          },
          "require-dev": {
            "symfony/event-dispatcher": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/messenger": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/yaml": "^4.4|^5.0"
          },
          "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
          },
          "type": "library",
          "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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/config/tree/v5.3.0"
    
          },
          "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"
            }
          ],