Skip to content

Commit

Permalink
TASK: update to composer 4.0 and use composer/module-webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Keuerleber committed Dec 23, 2019
1 parent 9bf1c13 commit 4ddd544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"description": "This package provides gherkin steps for the codeception webdriver module",
"name": "punktde/codeception-webdriver",
"license": "GPL-3.0-or-later",
"require-dev": {
"codeception/codeception": "*"
"require": {
"codeception/codeception": "^4.0",
"codeception/module-webdriver": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4ddd544

Please sign in to comment.