gammadia / jms-metadata-1.x
Fork of jms/metadata 1.7.0 with support for modern PHP versions.
1.7.0
2022-10-05 07:44 UTC
Requires
- php: ^7.2|^8.0
Requires (Dev)
- doctrine/cache: ~1.0
- overtrue/phplint: ^3.0|^4.0|^5.0|^6.0
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^7.5|^8.5|^9.5
- symfony/cache: ~3.1
Replaces
- jms/metadata: ^1.7
README
Learn more about it in its documentation.
A fork for modern days 
This is a fork of jms/metadata
at the version 1.7.0
adapted for modern PHP development, which supports :
- PHP
7.2
<->8.1
The following changes were applied to the dev dependencies :
- PHPUnit upgraded to 9.x
- PHPStan baseline added to keep the code in good health
- Rector installed to ease automated refactorings
- Migrate Travis CI to GitHub Actions