Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Feb 10, 2015
0 parents commit f4c2e9b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
******************************
Minimal set of PEAR core files
******************************

This repository provides a set of files from ``pear-core``
that are often used in PEAR packages.

It follows the ``pear-core`` repository and gets updated whenever a new
PEAR version is released.

It's meant to be used as dependency for composer packages.

==============
Included files
==============
- ``OS/Guess.php``
- ``PEAR.php``
- ``PEAR/Error.php``
- ``PEAR/ErrorStack.php``
- ``PEAR/ErrorStack5.php``
- ``System.php``


``PEAR/Error.php`` is a dummy file that only includes ``PEAR.php``,
to make autoloaders work without problems.

0 comments on commit f4c2e9b

Please sign in to comment.