ctms/vendor/codeception/lib-web/composer.json
2025-04-10 23:19:13 +08:00

38 lines
890 B
JSON

{
"name": "codeception/lib-web",
"description": "Library containing files used by module-webdriver and lib-innerbrowser or module-phpbrowser",
"license": "MIT",
"type": "library",
"keywords": [
"codeception"
],
"authors": [
{
"name": "Gintautas Miselis"
}
],
"homepage": "https://codeception.com/",
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"guzzlehttp/psr7": "^2.0",
"symfony/css-selector": ">=4.4.24 <8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5 | ^10.0",
"php-webdriver/webdriver": "^1.12"
},
"conflict": {
"codeception/codeception": "<5.0.0-alpha3"
},
"autoload": {
"classmap": [
"src/"
]
},
"config": {
"classmap-authoritative": true,
"sort-packages": true
}
}