Skip to content

Commit

Permalink
Merge pull request #371 from stof/add_parameter_types
Browse files Browse the repository at this point in the history
Add types for method parameters
  • Loading branch information
stof authored Jun 17, 2023
2 parents 037675d + 374413c commit 5d27505
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 209 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "behat/mink-selenium2-driver",
"description": "Selenium2 (WebDriver) driver for Mink framework",
"keywords": ["selenium", "webdriver", "javascript", "ajax", "testing", "browser"],
"homepage": "https://mink.behat.org/",
"type": "mink-driver",
"license": "MIT",
"name": "behat/mink-selenium2-driver",
"description": "Selenium2 (WebDriver) driver for Mink framework",
"keywords": ["selenium", "webdriver", "javascript", "ajax", "testing", "browser"],
"homepage": "https://mink.behat.org/",
"type": "mink-driver",
"license": "MIT",

"authors": [
{
"name": "Pete Otaqui",
"email": "[email protected]",
"homepage": "https://github.com/pete-otaqui"
"name": "Pete Otaqui",
"email": "[email protected]",
"homepage": "https://github.com/pete-otaqui"
},
{
"name": "Konstantin Kudryashov",
"email": "[email protected]",
"homepage": "http://everzet.com"
"name": "Konstantin Kudryashov",
"email": "[email protected]",
"homepage": "http://everzet.com"
}
],
"require": {
"php": ">=7.2",
"php": ">=7.2",
"ext-json": "*",
"behat/mink": "^1.9@dev",
"instaclick/php-webdriver": "^1.4.14"
"behat/mink": "^1.11@dev",
"instaclick/php-webdriver": "^1.4.14"
},
"require-dev": {
"mink/driver-testsuite": "dev-master",
Expand Down
Loading

0 comments on commit 5d27505

Please sign in to comment.