File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2018-2021 Nelson Martell
3+ Copyright (c) 2018-2023 Nelson Martell
44Copyright (c) 2015 Carl Vuorinen
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ Check a demo of documentation generated with this template in http://nelson6e65.
3636
3737Explore sources of [ nelson6e65/phpdoc-vuepress] ( https://github.com/nelson6e65/phpdoc-vuepress ) to use configuration files as guide.
3838
39- > A real project API generated using this template: [ nelson6e65.github.io /php_nml/api/ ] ( https://nelson6e65.github.io/php_nml /api/ ) .
39+ > A real project API generated using this template: [ nelson6e65/php_nml] ( https://php-nml.netlify.app /api/ ) .
4040
4141## Requirements
4242
43- - PHP >= 5.6
44- - Node.js >= 8
43+ - PHP >= 5.6 < 8.0
44+ - Node.js >= 8 < 18
4545- [ phpDocumentor] ( https://www.phpdoc.org/ ) 2.
4646- [ Yarn] ( https://yarnpkg.com ) (or npm)
4747- [ VuePress] ( https://vuepress.vuejs.org/ ) .
@@ -83,7 +83,7 @@ Check the documentation for more information [https://nelson6e65.github.io/phpdo
8383
8484[ ![ License] ( https://img.shields.io/github/license/nelson6e65/phpdoc-vuepress.svg )] ( LICENSE )
8585
86- Copyright (c) 2018-2021 Nelson Martell
86+ Copyright (c) 2018-2023 Nelson Martell
8787
8888Read the [ ` LICENSE ` file] ( LICENSE ) for details.
8989
Original file line number Diff line number Diff line change 22
33## Requirements
44
5- - PHP >= 5.6
6- - Node.js >= 8
5+ - PHP >= 5.6 (PHP < 8.0 for your code, PHP 7.2 recommended for building documentation)
6+ - Node.js >= 8 < 18
77- [ Yarn] ( https://yarnpkg.com ) (or npm).
88
99### Dependencies
You can’t perform that action at this time.
0 commit comments