From d26b8a228c1a2c6f6cd4b994d1dc98e85bdfb332 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:57:10 +0200 Subject: [PATCH] wip #5220 @1 --- bin/update | 3 ++- composer.json | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/bin/update b/bin/update index ef96773..626005d 100755 --- a/bin/update +++ b/bin/update @@ -4,4 +4,5 @@ git stash git pull origin master chmod 755 /usr/local/fluidbook_processfarm/bin/* /usr/local/fluidbook_processfarm/bin/installpackages -/usr/local/fluidbook_processfarm/bin/fixrights \ No newline at end of file +/usr/local/fluidbook_processfarm/bin/fixrights +composer update \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f6121ce --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "fluidbook/processfarm", + "description": "description", + "minimum-stability": "dev", + "license": "proprietary", + "repositories": [ + { + "type": "composer", + "url": "https://composer.cubedesigners.com/" + } + ], + "authors": [ + { + "name": "Vincent VANWAELSCAPPEL", + "email": "vincent@cubedesigners.com" + } + ], + "require": { + "php": ">=8.0", + "fluidbook/tools": "dev-master" + } +} \ No newline at end of file -- 2.39.5