Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 9, 2020
1 parent 68cd85b commit fc62742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On top of this, this library:
* is extendable,
* leverages the power of PHP `generators`_ and `iterators`_,
* uses `S.O.L.I.D. principles`_,
* does not have any dependency,
* does not have any external dependency,
* fully tested,
* framework agnostic.

Expand All @@ -31,7 +31,7 @@ This library has been inspired by the `Laravel Support Package`_ and `Lazy.js`_.
It uses the following `PHP Standards Recommendations`_ :

- `PSR-4`_ for classes autoloading,
- `PSR-12`_ for coding standards,
- `PSR-12`_ for coding standards.

This library is framework agnostic and can be integrated in any PHP project, in any framework.

Expand Down
6 changes: 5 additions & 1 deletion docs/pages/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ Requirements
PHP
---

PHP greater than 7.1 is required for this library.
PHP greater than 7.1.3 is required.

Dependencies
------------

No dependency is required.

0 comments on commit fc62742

Please sign in to comment.