[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] com phd: initial composer file ahead of sobak's composer work: .gitignore composer.json co
From:       Peter Cowburn <salathe () php ! net>
Date:       2016-12-12 16:44:33
Message-ID: php-mail-6d9c3f214d4dccfd70deeda285d175f62109763264 () git ! php ! net
[Download RAW message or body]

Commit:    e5007a143d310b93c97ad27502b2fab866c9a2dc
Author:    Peter Cowburn <salathe@php.net>         Mon, 12 Dec 2016 16:44:33 +0000
Parents:   84c3d6bc4a7bcebc79ae43abdf450a1d29699875
Branches:  master

Link:       http://git.php.net/?p=phd.git;a=commitdiff;h=e5007a143d310b93c97ad27502b2fab866c9a2dc


Log:
initial composer file ahead of sobak's composer work

Changed paths:
  M  .gitignore
  A  composer.json
  A  composer.lock


Diff:
diff --git a/.gitignore b/.gitignore
index f8ecc35..7598a1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 output
 tags
+vendor
 *.swp
 *.tgz
 *.tar
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..cc9df81
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,34 @@
+{
+    "name": "php/phd",
+    "type": "project",
+    "description": "PHP DocBook Rendering System",
+    "homepage": "http://doc.php.net/phd.php",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Hannes Magnusson",
+            "email": "bjori@php.net",
+            "homepage": "http://people.php.net/bjori",
+            "role": "Lead Developer"
+        },
+        {
+            "name": "The PHP Documentation Team",
+            "email": "phpdoc@lists.php.net",
+            "homepage": "https://github.com/php/phd/graphs/contributors"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0",
+        "ext-dom": "*",
+        "ext-sqlite3": "*",
+        "ext-xmlreader": "*"
+    },
+    "suggest": {
+        "easybook/geshi": "For using GeSHi as code highlighter"
+    },
+    "autoload": {
+        "psr-0": {
+            "phpdotnet\\": "."
+        }
+    }
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..437da44
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,22 @@
+{
+    "_readme": [
+        "This file locks the dependencies of your project to a known state",
+        "Read more about it at \
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", +        \
"This file is @generated automatically" +    ],
+    "content-hash": "0a86baeef26e4be1985b6083fa956efe",
+    "packages": [],
+    "packages-dev": [],
+    "aliases": [],
+    "minimum-stability": "stable",
+    "stability-flags": [],
+    "prefer-stable": false,
+    "prefer-lowest": false,
+    "platform": {
+        "php": ">=5.3.0",
+        "ext-dom": "*",
+        "ext-sqlite3": "*",
+        "ext-xmlreader": "*"
+    },
+    "platform-dev": []
+}


--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic