composer.lock 368 ko
Newer Older
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
9001 9002 9003 9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170 9171 9172 9173 9174 9175 9176 9177 9178 9179 9180 9181 9182 9183 9184 9185 9186 9187 9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300 9301
            "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": "https://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.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2024-03-02T06:33:00+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "5.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
                "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.7"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2024-03-02T06:35:11+00:00"
        },
        {
            "name": "sebastian/lines-of-code",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.18 || ^5.0",
                "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.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2023-12-22T06:20:34+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.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "classmap": [
                    "src/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "BSD-3-Clause"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/sebastianbergmann",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2023-02-03T06:07:39+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "sebastian/resource-operations",
            "version": "3.0.4",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=7.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "phpunit/phpunit": "^9.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "extra": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "branch-alias": {
                    "dev-main": "3.0-dev"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "autoload": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "classmap": [
                    "src/"
                ]
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "BSD-3-Clause"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/sebastianbergmann",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-03-14T16:00:52+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "sebastian/type",
            "version": "3.2.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=7.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "phpunit/phpunit": "^9.5"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "extra": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "branch-alias": {
                    "dev-master": "3.2-dev"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "autoload": {
                "classmap": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "src/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "BSD-3-Clause"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/sebastianbergmann/type/issues",
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/sebastianbergmann",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2023-02-03T06:13:03+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "sebastian/version",
            "version": "3.0.2",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=7.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "extra": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "branch-alias": {
                    "dev-master": "3.0-dev"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "autoload": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "classmap": [
                    "src/"
                ]
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "BSD-3-Clause"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/sebastianbergmann",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2020-09-28T06:39:44+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/browser-kit",
            "version": "v6.4.19",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/browser-kit.git",
                "reference": "ce95f3e3239159e7fa3be7690c6ce95a4714637f"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ce95f3e3239159e7fa3be7690c6ce95a4714637f",
                "reference": "ce95f3e3239159e7fa3be7690c6ce95a4714637f",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
                "symfony/dom-crawler": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "symfony/css-selector": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/process": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Component\\BrowserKit\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "exclude-from-classmap": [
                    "/Tests/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "homepage": "https://symfony.com",
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/symfony/browser-kit/tree/v6.4.19"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2025-02-14T11:23:16+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/css-selector",
            "version": "v6.4.13",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/cb23e97813c5837a041b73a6d63a9ddff0778f5e",
                "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Component\\CssSelector\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Converts CSS selectors to XPath expressions",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "homepage": "https://symfony.com",
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/symfony/css-selector/tree/v6.4.13"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-09-25T14:18:03+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/debug-bundle",
            "version": "v6.4.13",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/debug-bundle.git",
                "reference": "7bcfaff39e094cc09455201916d016d9b2ae08ff"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/7bcfaff39e094cc09455201916d016d9b2ae08ff",
                "reference": "7bcfaff39e094cc09455201916d016d9b2ae08ff",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "ext-xml": "*",
                "php": ">=8.1",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/twig-bridge": "^5.4|^6.0|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "conflict": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/config": "<5.4",
                "symfony/dependency-injection": "<5.4"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/web-profiler-bundle": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "symfony-bundle",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Bundle\\DebugBundle\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "homepage": "https://symfony.com",
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/symfony/debug-bundle/tree/v6.4.13"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-09-25T14:18:03+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/dom-crawler",
            "version": "v6.4.19",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "19073e3e0bb50cbc1cb286077069b3107085206f"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19073e3e0bb50cbc1cb286077069b3107085206f",
                "reference": "19073e3e0bb50cbc1cb286077069b3107085206f",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "masterminds/html5": "^2.6",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "symfony/css-selector": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Component\\DomCrawler\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                "exclude-from-classmap": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "/Tests/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Eases DOM navigation for HTML and XML documents",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "homepage": "https://symfony.com",
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/symfony/dom-crawler/tree/v6.4.19"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2025-02-14T17:58:34+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/maker-bundle",
            "version": "v1.62.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/maker-bundle.git",
                "reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/468ff2708200c95ebc0d85d3174b6c6711b8a590",
                "reference": "468ff2708200c95ebc0d85d3174b6c6711b8a590",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/inflector": "^2.0",
                "nikic/php-parser": "^4.18|^5.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/config": "^6.4|^7.0",
                "symfony/console": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/deprecation-contracts": "^2.2|^3",
                "symfony/filesystem": "^6.4|^7.0",
                "symfony/finder": "^6.4|^7.0",
                "symfony/framework-bundle": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/process": "^6.4|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "conflict": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/doctrine-bundle": "<2.10",
                "doctrine/orm": "<2.15"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "composer/semver": "^3.0",
                "doctrine/doctrine-bundle": "^2.5.0",
                "doctrine/orm": "^2.15|^3",
                "symfony/http-client": "^6.4|^7.0",
                "symfony/phpunit-bridge": "^6.4.1|^7.0",
                "symfony/security-core": "^6.4|^7.0",
                "symfony/yaml": "^6.4|^7.0",
                "twig/twig": "^3.0|^4.x-dev"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Bundle\\MakerBundle\\": "src/"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
            "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "keywords": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "code generator",
                "dev",
                "generator",
                "scaffold",
                "scaffolding"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/symfony/maker-bundle/issues",
                "source": "https://github.com/symfony/maker-bundle/tree/v1.62.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2025-01-15T00:21:40+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/phpunit-bridge",
            "version": "v7.2.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/phpunit-bridge.git",
                "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2bbde92ab25a0e2c88160857af7be9db5da0d145",
                "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=7.2.5"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "conflict": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "phpunit/phpunit": "<7.5|9.1.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/deprecation-contracts": "^2.5|^3.0",
                "symfony/error-handler": "^5.4|^6.4|^7.0",
                "symfony/polyfill-php81": "^1.27"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "bin": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "bin/simple-phpunit"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "symfony-bridge",
            "extra": {
                "thanks": {
                    "url": "https://github.com/sebastianbergmann/phpunit",
                    "name": "phpunit/phpunit"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "files": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "bootstrap.php"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ],
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Bridge\\PhpUnit\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                "exclude-from-classmap": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "/Tests/",
                    "/bin/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "homepage": "https://symfony.com",
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "source": "https://github.com/symfony/phpunit-bridge/tree/v7.2.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "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"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-11-13T16:15:23+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "symfony/web-profiler-bundle",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "version": "v6.4.19",
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/symfony/web-profiler-bundle.git",
                "reference": "7d1026a8e950d416cb5148ae88ac23db5d264839"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/7d1026a8e950d416cb5148ae88ac23db5d264839",
                "reference": "7d1026a8e950d416cb5148ae88ac23db5d264839",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/framework-bundle": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/routing": "^5.4|^6.0|^7.0",
                "symfony/twig-bundle": "^5.4|^6.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "conflict": {
                "symfony/form": "<5.4",
                "symfony/mailer": "<5.4",
                "symfony/messenger": "<5.4",
                "symfony/twig-bundle": ">=7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/browser-kit": "^5.4|^6.0|^7.0",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/css-selector": "^5.4|^6.0|^7.0",
                "symfony/stopwatch": "^5.4|^6.0|^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "symfony-bundle",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },