gammadia / voilab-serviceanswer
Fork of voilab/serviceanswer with support for modern PHP versions.
1.0.0
2021-06-10 06:29 UTC
Requires
- php: ^7.2|^8.0
- pimple/pimple: ^3.0
Requires (Dev)
- overtrue/phplint: ^2.4|^3.0
- phpstan/phpstan: ^0.12
Replaces
- voilab/serviceanswer: ^0.1
This package is auto-updated.
Last update: 2024-11-10 22:49:34 UTC
README
Learn more about it in its documentation.
A fork for modern days
This is a fork of voilab/serviceanswer
adapted for modern PHP development, which supports :
- PHP
7.2
<->8.0
The following changes were applied to the dev dependencies :
- PHPStan baseline added to keep the code in good health
- Add GitHub Actions for continuous integration