diff --git a/CHANGELOG.md b/CHANGELOG.md index 717d401..2b91779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,40 @@ All Notable changes to `svycka/sv-settings` will be documented in this file ## NEXT - YYYY-MM-DD +### Added +- Nothing + +### Deprecated +- Nothing + +### Fixed +- Nothing + +### Removed +- Nothing + +### Security +- Nothing + +## 3.0.1 - 2020-01-13 + +### Added +- Nothing + +### Deprecated +- Nothing + +### Fixed +- Move PHPUnit to dev dependencies + +### Removed +- Nothing + +### Security +- Nothing + +## 3.0.0 - 2020-01-10 + ### Added - Added Laminas support - Added PHP 7.3 and PHP 7.4 support diff --git a/composer.json b/composer.json index 640f5a9..bf69310 100644 --- a/composer.json +++ b/composer.json @@ -26,15 +26,15 @@ "laminas/laminas-modulemanager": "^2.6.1", "laminas/laminas-servicemanager": "^3.1.1", "laminas/laminas-stdlib": "^3.1", - "laminas/laminas-validator": "^2.5.2", - "phpunit/phpunit": "^7.5.20" + "laminas/laminas-validator": "^2.5.2" }, "require-dev": { "doctrine/doctrine-orm-module": "^1.1", - "laminas/laminas-router": "^3.0.2", + "laminas-api-tools/api-tools-api-problem": "^1.2", "laminas/laminas-mvc": "^3.0.3", + "laminas/laminas-router": "^3.0.2", "laminas/laminas-view": "^2.5.2", - "laminas-api-tools/api-tools-api-problem": "^1.2", + "phpunit/phpunit": "^7.5.20", "scrutinizer/ocular": "^1.6.0", "squizlabs/php_codesniffer": "^3.5.3" },