From b9e5fb399ef6832ea93c48baf66795ed941610cc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 20 Dec 2020 17:03:36 +0100 Subject: [PATCH] remove composer.json --- appinfo/info.xml | 2 +- composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 composer.json diff --git a/appinfo/info.xml b/appinfo/info.xml index d784827..5bad191 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ Select the orientation of your printed file and it will be sent to your printer. If you want to print it again, just click on the reload button. - 0.0.4-deblan + 0.0.4 agpl e-alfred diff --git a/composer.json b/composer.json deleted file mode 100644 index 5075602..0000000 --- a/composer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "require": { - "symfony/process": "^4.4" - } -}