Skip to content

Releases: arokettu/phpstorm-metadata-export

2.1.1

16 Feb 10:22
Compare
Choose a tag to compare
  • Fixed invalid dependency declaration for symfony/deprecation-contracts.
    3.x is now properly installable.

3.0.0

14 Jan 12:08
Compare
Choose a tag to compare
  • 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

14 Jan 12:08
Compare
Choose a tag to compare
  • 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

14 Jan 12:08
Compare
Choose a tag to compare
  • Added Arokettu\PhpStorm\Metadata namespace alias for SandFox\PhpStorm\Metadata for 3.0 compatibility.

2.0.0

29 Sep 20:53
Compare
Choose a tag to compare

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

29 Sep 20:52
Compare
Choose a tag to compare
  • Fixed semantic version inconsistency introduced in 1.6: roll back to PHP 7.0

1.7.0

29 Sep 20:52
Compare
Choose a tag to compare
  • Fix compatibility with Laminas ServiceManager 3.6
  • Deprecate Silex support

1.6.0

28 Aug 20:15
Compare
Choose a tag to compare
  • Simplify handling of scalars
  • Require PHP 7.1

1.5.0

22 Jul 08:53
Compare
Choose a tag to compare
  • Add explicit support for Laminas

1.4.0

22 Nov 00:26
1.4.0
Compare
Choose a tag to compare

Add support for PHP-DI