Releases: arokettu/phpstorm-metadata-export
Releases · arokettu/phpstorm-metadata-export
3.0.1
- Reclassify incorrect container order as an
InvalidArgumentException
2.1.1
- Fixed invalid dependency declaration for symfony/deprecation-contracts.
3.x is now properly installable.
3.0.0
- Removed support for Zend ServiceManager, use Laminas instead
- Base namespace was changed to
Arokettu\PhpStorm\Metadata
- The package was renamed to
arokettu/phpstorm-metadata-export
2.1.0
- Deprecated support for Zend ServiceManager, use Laminas instead
- Added
Arokettu\PhpStorm\Metadata
namespace alias for SandFox\PhpStorm\Metadata
for 3.0 compatibility.
1.8.0
- Added
Arokettu\PhpStorm\Metadata
namespace alias for SandFox\PhpStorm\Metadata
for 3.0 compatibility.
2.0.0
Breaking changes are explained in the Upgrades section in the docs.
- PHP 7.1 is now required
- Silex support was dropped
- SandFoxMe namespace was dropped
- Extensive refactoring and fixes in the ServiceManager support
- Tests!
Integration\Slim\ContainerExportMiddleware
and
Integration\Psr15\ContainerExportMiddleware
were combined into
Integration\ContainerExportMiddleware
- Type strings for scalars now correspond to the values returned by
get_debug_type()
1.7.1
- Fixed semantic version inconsistency introduced in 1.6: roll back to PHP 7.0
1.7.0
- Fix compatibility with Laminas ServiceManager 3.6
- Deprecate Silex support
1.6.0
- Simplify handling of scalars
- Require PHP 7.1
1.5.0
- Add explicit support for Laminas