All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #452 provides a truly cross-platform approach to removing the
composer.lockentry from the.gitignorefile. The skeleton now provides a script for doing so that it invokes as part of its post-create-project-cmd event; the script removes itself on completion.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #451 provides compatibility on Windows for the script re-instating the composer.lock in the created project.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #449 fixes a syntax error in the post-create-project-cmd hook.
- Nothing.
-
#431 updates the skeleton to use Bootstrap 4.
-
#428 changes the default
module_listener_optionsin theconfig/application.config.phpfile to remove themodule_pathsand setuse_zend_loaderto false. -
#448 removes the
composer.lockto ensure users creating a new project receive the latest versions of all dependencies as supported by their current PHP version. Additionally, it adds an entry to thepost-create-project-cmdComposer hook to remove thecomposer.lockentry from the.gitignorefile, to promote checking in acomposer.lockin user projects. -
#448 bumps the version constraints of all optional packages to the latest versions supported by all PHP versions the skeleton supports.
-
#448 bumps the minimum supported version of zf-development-mode to 3.2
-
#448 bumps the minimum supported version of zend-mvc to 3.1.1.
-
#448 bumps the allowed versions of zend-component-installer to the 1.0 and 2.0 series.
-
#448 bumps the minimum supported version of zend-skeleton-installer to 0.1.7.
- Nothing.
- Nothing.
- #430 updates the
servecommand to work cross-platform, and across all supported PHP versions.