48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "codeception/lib-innerbrowser",
|
|
"description": "Parent library for all Codeception framework modules and PhpBrowser",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"codeception"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Bodnarchuk",
|
|
"email": "davert@mail.ua",
|
|
"homepage": "https://codegyre.com"
|
|
},
|
|
{
|
|
"name": "Gintautas Miselis"
|
|
}
|
|
],
|
|
"homepage": "https://codeception.com/",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"codeception/codeception": "^5.0",
|
|
"codeception/lib-web": "^1.0.1",
|
|
"phpunit/phpunit": "^9.5",
|
|
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
|
|
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/util-universalframework": "dev-master"
|
|
},
|
|
"minimum-stability": "RC",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"config": {
|
|
"classmap-authoritative": true,
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"test": "codecept run --coverage-xml"
|
|
}
|
|
}
|