summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-16 11:14:25 +0100
committerAndres Rey <[email protected]>2016-10-16 11:14:25 +0100
commitc76a7a2f561a8ad8b9a03a8bfc66599b75bb6dc7 (patch)
tree82da0fe039eca19d932af85a44a109a0de3406ce /composer.json
Base
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..29a77e8
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,28 @@
+{
+ "name": "andreskrey/Readability",
+ "type": "library",
+ "description": "A PHP port for Readability.js",
+ "keywords": ["readability", "html"],
+ "homepage": "https://github.com/andreskrey/readability",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Andres Rey",
+ "email": "[email protected]",
+ "role": "Lead Developer"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "andreskrey\\Readability\\": "src/"
+ }
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "ext-dom": "*",
+ "ext-xml": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.*"
+ }
+}