This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zendframework/zend-expressive-skeleton
Releases · zendframework/zend-expressive-skeleton
zend-expressive-skeleton 3.2.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #266 adds check for PHP-DI ContainerWrapper to the homepage handler
zend-expressive-skeleton 3.2.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #265 adds PHP-DI support to the welcome page.
zend-expressive-skeleton 3.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #264 removes phpstan leftovers.
zend-expressive-skeleton 3.2.0
Added
- #262 adds support for zendframework/zend-diactoros 2.0. Users may use either
the 1.Y or 2.Y series, but 2.0 will be installed by default in new
applications.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-skeleton 3.1.0
Expressive Skeleton and Installer 3.0.6
Added
- Nothing.
Changed
- #251
updates the minimum version of northwoods/container to version 3.0.0,
as that version now passes all DI container configuration compatibility tests.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Expressive Skeleton and Installer 3.0.5
Added
- Nothing.
Changed
- #250
updates the minimum version of jsoumelidis/zend-sf-di-config to version 0.3.0,
as that version now passes all DI container configuration compatibility tests.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-skeleton 3.0.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixes a schema violation with the shipped
composer.json
that was preventing
Packagist from accepting the package.
zend-expressive-skeleton 3.0.3
Added
- Nothing.
Changed
-
#246
moves contributing documentation into thedocs/
tree, and adds more
documentation for that context (support document, issue and pull request
templates). These changes also allow a simplified mechanism for removing these
from the tree after initial install, allowing users to define appropriate
versions for their own project. -
#247
bumps the minimum supported version of jsoumelidis/zend-sf-di-config package
to^0.2
(from^0.1
). If you were using a previous version with a project
you have created, you can update manually using:$ composer require "jsoumelidis/zend-sf-di-config:^0.2"
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Expressive Skeleton and Installer 3.0.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #244 fixes an issue with installer prompts when symfony/console v4 is installed globally.