Skip to content

Commit

Permalink
composer dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Dec 15, 2018
1 parent 21683ca commit 1979dce
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/data/config.php
README.html
/vendor/
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ Setup

$ git clone https://git.cweiske.de/phinde.git phinde

#. Install dependencies via PEAR::
#. Install dependencies via composer::

$ pear install console_commandline net_url2
$ pear channel-discover pear.twig-project.org
$ pear install twig/Twig
$ composer install

#. Point your webserver's document root to phinde's ``www`` directory
#. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require": {
"pear/console_commandline": "^1.2",
"pear/net_url2": "^2.2",
"twig/twig": "^1.0",
"pear/http_request2": "^2.3"
}
}
Loading

0 comments on commit 1979dce

Please sign in to comment.