Skip to content

Commit

Permalink
Added composer normalize and normalized.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 4, 2024
1 parent db24733 commit 25a9472
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "drevops/behat-screenshot",
"type": "library",
"description": "Behat extension and step definitions to create HTML and image screenshots on demand or when tests fail",
"license": "GPL-2.0-or-later",
"type": "library",
"authors": [
{
"name": "Alex Skrypnyk",
Expand All @@ -26,6 +26,7 @@
"drevops/behat-phpserver": "^1.2",
"drupal/coder": "^8.3",
"dvdoug/behat-code-coverage": "^5.3",
"ergebnis/composer-normalize": "^2.44",
"escapestudios/symfony2-coding-standard": "^3",
"mikey179/vfsstream": "^1.6",
"opis/closure": "^3.6",
Expand All @@ -46,11 +47,12 @@
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
"scripts": {
"lint": [
Expand Down

0 comments on commit 25a9472

Please sign in to comment.