Skip to content

Commit

Permalink
refactor(bin-deps): Utilize bamarni/composer-bin-plugin to avoid depe…
Browse files Browse the repository at this point in the history
…ndency hell

see #676

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 21, 2023
1 parent 8606772 commit 1f1dc1c
Show file tree
Hide file tree
Showing 9 changed files with 5,091 additions and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"friendsofphp/php-cs-fixer": "^3",
"nextcloud/coding-standard": "^1",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9.5",
"psalm/phar": "^4.3"
"nextcloud/ocp": "dev-master"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
Expand Down
5 changes: 5 additions & 0 deletions vendor-bin/mozart/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"coenjacobs/mozart": "^0.7.1"
}
}
Loading

0 comments on commit 1f1dc1c

Please sign in to comment.