PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   PHP Selenium Low Level Tools   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Selenium Low Level Tools
Control a browser via Selenium WebDriver
Author: By
Last change:
Date: 1 year ago
Size: 902 bytes
 

Contents

Class file image Download
{ "name" : "mezon/selenium-low-level-tools", "description" : "https://github.com/alexdodonov/selenium-low-level-tools", "license" : "MIT", "authors" : [{ "name" : "Dodonov Alexey", "email" : "alexey@dodonov.pro", "homepage" : "http://gdzone.ru", "role" : "Founder" } ], "require-dev" : { "phpunit/phpunit" : "^8.5", "vimeo/psalm" : "^4.2" }, "require" : { "php" : ">=7.2.0", "php-webdriver/webdriver" : "^1.7", "mezon/utils": "1.0.*" }, "support" : { "email" : "alexey@dodonov.pro", "issues" : "https://github.com/alexdodonov/selenium-low-level-tools/issues", "source" : "https://github.com/alexdodonov/selenium-low-level-tools" }, "homepage" : "https://github.com/alexdodonov/selenium-low-level-tools", "autoload" : { "psr-4" : { "Mezon\\" : "./Mezon/" } }, "scripts" : { "psalm" : "php ./vendor/vimeo/psalm/psalm --show-info=true --no-cache" } }