summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-09-24 11:32:55 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-09-24 11:32:55 -0100
commit6d9afed84221d5485330f62eff6be1bebee404f3 (patch)
treee045542cb98a62a9f17efa095694e1ed5ce733a0 /composer.json
parent888d9931413f5ddbb540ca8d9ca4833cf74ddbde (diff)
compat nc20
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index f009f3b3..00000000
--- a/composer.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "nextcloud/social",
- "description": "Social app",
- "minimum-stability": "stable",
- "license": "AGPL-3.0-or-later",
- "authors": [
- {
- "name": "Maxence Lange",
- "email": "maxence@artificial-owl.com"
- }
- ],
- "config": {
- "platform": {
- "php": "7.0.0"
- }
- },
- "require": {
- "daita/my-small-php-tools": "dev-master",
- "gumlet/php-image-resize": "1.9.*",
- "friendica/json-ld": "^1.0"
- },
- "require-dev": {
- "jakub-onderka/php-parallel-lint": "^1.0",
- "phpunit/phpunit": "^6.4"
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "https://git.friendi.ca/friendica/php-json-ld"
- }
- ]
-}