Skip to content

Commit

Permalink
remove composer
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jun 21, 2022
1 parent 03d3a14 commit 009a3e1
Show file tree
Hide file tree
Showing 35 changed files with 2,931 additions and 2,267 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ clean:
rm -rf $(build_dir)
rm -rf node_modules

# composer packages
composer:
composer install --prefer-dist
composer upgrade --prefer-dist

appstore: clean composer
appstore: clean
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \
Expand All @@ -88,9 +84,7 @@ appstore: clean composer
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/README.md \
--exclude=/composer.json \
--exclude=/testConfiguration.json \
--exclude=/composer.lock \
--exclude=/.gitattributes \
--exclude=/.gitignore \
--exclude=/.scrutinizer.yml \
Expand Down
36 changes: 0 additions & 36 deletions composer.json

This file was deleted.

Loading

0 comments on commit 009a3e1

Please sign in to comment.