0.2.0
Complete commits list: 0.1.7...0.2.0
Summary:
- Updated Composer requirements:
- PHP ^5.6, ^7.2, ^8.0
- embed/embed ^3.4.10 (supports PHP ^5.6, ^7.0, ^8.0)
- guzzlehttp/guzzle ^6.0 (supports PHP >=5.5) or ^7.0 (supports PHP ^7.2.5)
- locomotivemtl/charcoal-property ^0.8 (supports PHP ^5.6, ^7.0)
- Added methods
isValidFormat()
andassertValidFormat()
toEmbedRepository
. - Added class constants
FORMAT_*
toEmbedRepositoryInterface
to standardize supported formats. - Cleaned-up block comments.
- Sorted PHP imports according to PSR-12.
- Fixed linting issues and improved syntax.