Skip to content

Commit e76435d

Browse files
authored
Add the replace key to composer.json (#3)
1 parent fd2dbd2 commit e76435d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
WebDriver for Selenium 2
2-
========================
1+
This package is a fork of instaclick/php-webdriver that works with newer
2+
versions of Selenium.
3+
4+
# WebDriver for Selenium 2
35
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/instaclick/php-webdriver/tree/upstream)
46
project by Justin Bishop. Meta/Facebook's current [php-webdriver](https://github.com/php-webdriver/php-webdriver) is a complete rewrite.
57

@@ -13,12 +15,10 @@ Distinguishing features:
1315
[![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
1416
[![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
1517

16-
Links
17-
=====
18+
## Links
1819
* [Packagist](http://packagist.org/packages/instaclick/php-webdriver)
1920
* [Github](https://github.com/instaclick/php-webdriver)
2021
* [W3C/WebDriver](https://github.com/w3c/webdriver)
2122

22-
Notes
23-
=====
23+
## Notes
2424
* The *5.2.x* branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"require-dev": {
1717
"phpunit/phpunit": "^8.5 || ^9.5"
1818
},
19+
"replace": {
20+
"instaclick/php-webdriver":"1.4.16"
21+
},
1922
"minimum-stability": "dev",
2023
"prefer-stable": true,
2124
"autoload": {

0 commit comments

Comments
 (0)