prestashop / laminas-code-lts
Adding support for a wider range of PHP versions to laminas/laminas-code
Requires
- php: ^7.4 || ~8.0.0
Requires (Dev)
- ext-phar: *
- doctrine/annotations: ^1.10.4
- laminas/laminas-coding-standard: ^2.1.4
- laminas/laminas-stdlib: ^3.3.0
- phpunit/phpunit: ^9.4.2
- psalm/plugin-phpunit: ^0.14.0
- vimeo/psalm: ^4.3.1
Suggests
- doctrine/annotations: Doctrine\Common\Annotations >=1.0 for annotation features
- laminas/laminas-stdlib: Laminas\Stdlib component
- laminas/laminas-zendframework-bridge: A bridge with Zend Framework
Conflicts
- phpspec/prophecy: <1.9.0
- dev-4.5-lts
- dev-4.4-lts
- 4.5.x-dev
- 4.4.x-dev
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.x-dev
- 4.3.0
- 4.2.x-dev
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.0
- 4.0.x-dev
- dev-dev-4.0 / 4.0.x-dev
- 4.0.0
- 3.5.x-dev
- dev-develop / 3.5.x-dev
- 3.5.1
- 3.5.0
- 3.4.x-dev
- dev-master / 3.4.x-dev
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.13
- 2.4.12
- 2.4.11
- 2.4.10
- 2.4.9
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.4.0rc7
- 2.4.0rc6
- 2.4.0rc5
- 2.4.0rc4
- 2.4.0rc3
- 2.4.0rc2
- 2.4.0rc1
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0rc3
- 2.2.0rc2
- 2.2.0rc1
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
This package is auto-updated.
Last update: 2024-10-30 02:10:43 UTC
README
Fork informations
This package is a fork of laminas/laminas-code library.
It was forked to expand the branch 4.5-lts
PHP range from 7.4 to 8.2
to 7.2 to 8.2
. This allowed the maintainer team to use this fork inside PrestaShop 8.x .
See commits https://github.com/laminas/laminas-code/commit/3dbe7f7f48a5d877e02cc70e4f58cb0e1e5cca82 and https://github.com/laminas/laminas-code/commit/7120a4cf5b49370d913c83d54d9a60383ddf6a59
PrestaShop 9 does not rely on this fork. This fork will be kept and used until PrestaShop 8 is not supported anymore.
The upstream README
The following informations come from the README of the upstream repository https://github.com/laminas/laminas-code :
Laminas\Code\Generator
provides facilities to generate arbitrary code using an
object-oriented interface, both to create new code as well as to update existing
code. While the current implementation is limited to generating PHP code, you
can easily extend the base class in order to provide code generation for other
tasks: JavaScript, configuration files, apache vhosts, etc.
- File issues at https://github.com/laminas/laminas-code/issues
- Documentation is at https://docs.laminas.dev/laminas-code/
- Migration documentation from v2 to v3 is at https://docs.laminas.dev/laminas-code/migration/