mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/16472] Remove UI tests and php-webdriver/webdriver
PHPBB3-16472
This commit is contained in:
parent
970d7ae91d
commit
a5fbbd0515
2 changed files with 2 additions and 68 deletions
|
@ -54,7 +54,6 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fabpot/goutte": "~3.2",
|
"fabpot/goutte": "~3.2",
|
||||||
"php-webdriver/webdriver": "~1.8",
|
|
||||||
"laravel/homestead": "~7.0",
|
"laravel/homestead": "~7.0",
|
||||||
"phing/phing": "~2.4",
|
"phing/phing": "~2.4",
|
||||||
"phpunit/dbunit": "~4.0",
|
"phpunit/dbunit": "~4.0",
|
||||||
|
|
69
phpBB/composer.lock
generated
69
phpBB/composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "8cf3a98497a4edb83ea657f876902cca",
|
"content-hash": "0090dbf57acf8d5b9b224bff16a089ff",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bantu/ini-get-wrapper",
|
"name": "bantu/ini-get-wrapper",
|
||||||
|
@ -862,7 +862,7 @@
|
||||||
"oauth",
|
"oauth",
|
||||||
"security"
|
"security"
|
||||||
],
|
],
|
||||||
"time": "2016-07-12T22:15:00+00:00"
|
"time": "2018-02-14T22:37:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "marc1706/fast-image-size",
|
"name": "marc1706/fast-image-size",
|
||||||
|
@ -3942,71 +3942,6 @@
|
||||||
],
|
],
|
||||||
"time": "2020-02-03T18:50:54+00:00"
|
"time": "2020-02-03T18:50:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "php-webdriver/webdriver",
|
|
||||||
"version": "1.8.2",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
|
||||||
"reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
|
|
||||||
"reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-curl": "*",
|
|
||||||
"ext-json": "*",
|
|
||||||
"ext-zip": "*",
|
|
||||||
"php": "^5.6 || ~7.0",
|
|
||||||
"symfony/polyfill-mbstring": "^1.12",
|
|
||||||
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"friendsofphp/php-cs-fixer": "^2.0",
|
|
||||||
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
||||||
"php-coveralls/php-coveralls": "^2.0",
|
|
||||||
"php-mock/php-mock-phpunit": "^1.1",
|
|
||||||
"phpunit/phpunit": "^5.7",
|
|
||||||
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
|
|
||||||
"sminnee/phpunit-mock-objects": "^3.4",
|
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
|
||||||
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-SimpleXML": "For Firefox profile creation"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.8.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Facebook\\WebDriver\\": "lib/"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"lib/Exception/TimeoutException.php"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
|
|
||||||
"homepage": "https://github.com/php-webdriver/php-webdriver",
|
|
||||||
"keywords": [
|
|
||||||
"Chromedriver",
|
|
||||||
"geckodriver",
|
|
||||||
"php",
|
|
||||||
"selenium",
|
|
||||||
"webdriver"
|
|
||||||
],
|
|
||||||
"time": "2020-03-04T14:40:12+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "phpdocumentor/reflection-docblock",
|
"name": "phpdocumentor/reflection-docblock",
|
||||||
"version": "2.0.5",
|
"version": "2.0.5",
|
||||||
|
|
Loading…
Add table
Reference in a new issue