Skip to content

Commit 9e1031c

Browse files
Correccion de Doc, instalacion a mano por falla en dependencias y modificacion de version dentro del documento
1 parent cddb3bf commit 9e1031c

2 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
@@ -36,7 +36,8 @@
3636
"vlucas/phpdotenv": "^5.6"
3737
},
3838
"scripts": {
39-
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
39+
"install-docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
40+
"docs": "php phpdoc.phar run --config=phpdoc.xml",
4041
"tests": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml",
4142
"tests-contribuyentes": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage --testsuite contribuyentes",
4243
"tests-facturacion": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage --testsuite facturacion",

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 8.3 o superior.
24+
- PHP 8.5 o superior.
2525

2626
- Extensiones de PHP:
2727
- curl.

0 commit comments

Comments
 (0)