Skip to content

Commit

Permalink
normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Oct 24, 2023
1 parent ce3595e commit db702e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/flex": true,
"bamarni/composer-bin-plugin": true
"symfony/flex": true
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"target-directory": "vendor-bin",
"forward-command": true
"forward-command": true,
"target-directory": "vendor-bin"
}
},
"sort-packages": true
},
"scripts": {
"bin": "echo 'bin not installed'",
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"bin": "echo 'bin not installed'"
}
}

0 comments on commit db702e3

Please sign in to comment.