You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,27 +23,52 @@ Biblioteca PHP para manejar excepciones y errores.
23
23
24
24
---
25
25
26
+
### Requisitos
27
+
28
+
Esta clase es soportada por versiones de `PHP 5.6` o superiores y es compatible con versiones de `HHVM 3.0` o superiores.
29
+
26
30
### Instalación
27
31
28
-
La mejor forma de instalar esta extensión es a través de [composer](http://getcomposer.org/download/).
32
+
La mejor forma de instalar esta extensión es a través de [Composer](http://getcomposer.org/download/).
29
33
30
-
Para instalar PHP ErrorHandler library, simplemente escribe:
34
+
Para instalar `PHP ErrorHandler library`, simplemente escribe:
31
35
32
36
$ composer require Josantonius/ErrorHandler
33
37
34
-
El comando anterior sólo instalará los archivos necesarios, si prefieres descargar todo el código fuente (incluyendo tests, directorio vendor, excepciones no utilizadas, documentos...) puedes utilizar:
38
+
El comando anterior sólo instalará los archivos necesarios, si prefieres **descargar todo el código fuente** puedes utilizar:
-[Quick Start and Examples](#quick-start-and-examples)
12
+
-[Installation](#installation)
14
13
-[Available Methods](#available-methods)
14
+
-[Quick Start](#quick-start)
15
15
-[Usage](#usage)
16
16
-[Tests](#tests)
17
17
-[Images](#images)
@@ -23,53 +23,74 @@ PHP library for handling exceptions and errors.
23
23
24
24
---
25
25
26
+
### Requirements
27
+
28
+
This library is supported by `PHP versions 5.6` or higher and is compatible with `HHVM versions 3.0` or higher.
29
+
26
30
### Installation
27
31
28
-
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
32
+
The preferred way to install this extension is through [Composer](http://getcomposer.org/download/).
29
33
30
-
To install PHP ErrorHandler library, simply:
34
+
To install `PHP ErrorHandler library`, simply:
31
35
32
36
$ composer require Josantonius/ErrorHandler
33
37
34
-
The previous command will only install the necessary files, if you prefer to download the entire source code (including tests, vendor folder, exceptions not used, docs...) you can use:
38
+
The previous command will only install the necessary files, if you prefer to **download the entire source code** you can use:
0 commit comments