Jul 28, 2024
- Reclassify incorrect container order as an
InvalidArgumentException
Jan 14, 2023
Forked from 2.1.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
Feb 16, 2023
- Fixed invalid dependency declaration for symfony/deprecation-contracts. 3.x is now properly installable.
Jan 14, 2023
- Deprecated support for Zend ServiceManager, use Laminas instead
- Added
Arokettu\PhpStorm\Metadata
namespace alias forSandFox\PhpStorm\Metadata
for 3.0 compatibility.
Sep 30, 2021
Forked from 1.7.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
andIntegration\Psr15\ContainerExportMiddleware
were combined intoIntegration\ContainerExportMiddleware
- Type strings for scalars now correspond to the values returned by
get_debug_type()
Jan 14, 2023
- Added
Arokettu\PhpStorm\Metadata
namespace alias forSandFox\PhpStorm\Metadata
for 3.0 compatibility.
Sep 29, 2021
- Fixed semantic version inconsistency introduced in 1.6: roll back to PHP 7.0
Jan 18, 2021
- Fix compatibility with Laminas ServiceManager 3.6
- Deprecate Silex support
Aug 28, 2020
- Simplify handling of scalars
- Require PHP 7.1
Jan 02, 2020
- Add explicit support for Laminas
Jul 18, 2019
- Add support for PHP-DI
Apr 17, 2019
- Avoid crash when Slim or Silex are not installed while using legacy class names
Apr 17, 2019
- Change base namespace to
SandFox
Nov 01, 2018
- Remove autoload protection because it doesn't work as expected
Sep 18, 2018
- Fix incorrect handling of factories
Sep 18, 2018
- Another fix for Zend service discovery
Sep 17, 2018
- Retrieve services from Zend without initiation
Sep 17, 2018
- Suppress warnings in Zend Service retrieval
Sep 06, 2018
- Add support for Zend ServiceManager
Mar 03, 2018
- Add support for Psr-15
Feb 24, 2018
- Fix options not being correctly passed to Generator from Slim Middleware
- Log exception that is caught during export in Slim and Silex to the export file
Feb 22, 2018
- Initial release