clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"name": "instaclick/php-webdriver",
"type": "library",
"description": "PHP WebDriver for Selenium 2",
"keywords": [
"selenium",
"webdriver",
"webtest",
"browser"
],
"homepage": "http://instaclick.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "Justin Bishop",
"email": "jubishop@gmail.com",
"role": "Developer"
},
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"role": "Fork Maintainer"
}
],
"require": {
"php": ">=5.3.2",
"ext-curl": "*"
},
"require-dev": {
"satooshi/php-coveralls": "^1.0 || ^2.0",
"phpunit/phpunit": "^8.5 || ^9.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
}
}