Skip to content

Commit 3bddc54

Browse files
Correccion de Doc, instalacion a mano por falla en dependencias y modificacion de version dentro del documento
1 parent 25312e0 commit 3bddc54

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"vlucas/phpdotenv": "^5.6"
3939
},
4040
"scripts": {
41-
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
41+
"install-docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
42+
"docs": "php phpdoc.phar run --config=phpdoc.xml",
4243
"tests": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml",
4344
"tests-dte": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite dte-facturacion",
4445
"tests-contab": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --testsuite lce-contabilidad",

docs/getting-started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Si estás utilizando la versión de GitHub, deberás instalar los paquetes neces
2121
Requerimientos
2222
--------------
2323

24-
- PHP 7.3 o superior.
24+
- PHP 8.5 o superior.
2525

2626
- Extensiones de PHP:
2727
- curl.

phpdoc.phar

28.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)