Skip to content

Commit

Permalink
build(composer.json) require chromedriver as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 18, 2023
1 parent 94a28c9 commit a218fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"webdriver-binary/binary-chromedriver": "^6.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a218fc3

Please sign in to comment.