Releases: concretecms/composer
Releases · concretecms/composer
v1.4.0
What's Changed
- Updated composer dependencies to latest version
- Update to Laravel Mix 6
- Replace vlucas/phpdotenv with symfony/dotenv
- Switch to PestPHP
- Fix #42 by @mlocati in #43
- keep doctrine/orm below 2.14 by @wordish in #45
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
This version changes the Concrete requirement to 9.0.1+ which adds PHP 8 support!
What's Changed
- Update composer to install concrete5/core ^9.0.1 by @Ruud-Zuiderlicht in #40
New Contributors
- @Ruud-Zuiderlicht made their first contribution in #40
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Replace
hautelook/phpass
with a shim that allows concrete5 to function using PHP 7+ features. - Raise the minimum version to PHP 7
v1.1.11
- Lock doctrine/dbal to 2.10.x to prevent LSP error with
PDOStatement::free()
v1.1.10
- Lock doctrine/dbal to 2.11.x to prevent LSP error with
PDOStatement::free()
v1.1.9
• Include dependency patches for PHP 7.3 support
• Prevent automatic core upgrades
v1.1.8
Fixes
- Reduce the phpunit and mockery dependencies to something that is installable on older PHP versions.
v1.1.6
- Removes references to the
8.x
branch - Sets the public path in mix by default
v1.1.5
This release adds:
- lockfiles
- database config stubs
v1.1.4
Include a full vlucas/dotenv
setup.