]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 17:57:10 +0000 (19:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 17:57:10 +0000 (19:57 +0200)
bin/update
composer.json [new file with mode: 0644]

index ef967735608163cdbc54ec3eab3e3f6af5617277..626005da1495af5b3ff6aa36bad01c140e0d328b 100755 (executable)
@@ -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 (file)
index 0000000..f6121ce
--- /dev/null
@@ -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