summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--3rdparty/.gitmodules3
m---------3rdparty/picoFeed0
-rw-r--r--composer.json36
3 files changed, 36 insertions, 3 deletions
diff --git a/3rdparty/.gitmodules b/3rdparty/.gitmodules
deleted file mode 100644
index 040b52eb0..000000000
--- a/3rdparty/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "vendor/ZF2"]
- path = vendor/ZF2
- url = https://github.com/zendframework/zf2.git
diff --git a/3rdparty/picoFeed b/3rdparty/picoFeed
deleted file mode 160000
-Subproject dbf07054cebfef6d3b035b6226de07629550e8b
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..f030b0199
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,36 @@
+{
+ "type": "project",
+ "require": {
+ "fguillot/picofeed": "dev-master",
+ "ezyang/htmlpurifier": "v4.6.0"
+ },
+ "license": "AGPL",
+ "An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory",
+ "homepage": "https://github.com/owncloud/news",
+ "authors": [
+ {
+ "name": "Bernhard Posselt",
+ "email": "dev@bernhard-posselt.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Alessandro Cosentino",
+ "email": "cosenal@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Jan-Christoph Borchardt",
+ "email": "hey@jancborchardt.net",
+ "role": "Designer"
+ }
+ ],
+ "support": {
+ "irc": "irc://irc.freenode.org/owncloud-dev",
+ "issues": "https://github.com/owncloud/news/issues",
+ "wiki": "https://github.com/owncloud/news/wiki",
+ "source" "https://github.com/owncloud/news/"
+ },
+ "config": {
+ "vendor-dir": "3rdparty"
+ }
+} \ No newline at end of file