Skip to content

Commit

Permalink
Added allowing of using symfony 6 finder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk committed Oct 6, 2022
1 parent 15c82e3 commit 2f609f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"behat/behat": "^3.3.1",
"symfony/finder": "^3.2|^4.0|^5.0",
"symfony/finder": "^3.2|^4.0|^5.0|^6.0",
"behat/mink-selenium2-driver": "^1.3"
},
"require-dev": {
Expand All @@ -27,5 +27,10 @@
"psr-0": {
"DrevOps\\BehatScreenshot": "src/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 2f609f6

Please sign in to comment.