Skip to content

Commit cce0ea8

Browse files
authored
[CMS-1035] Update to 3.0.9 (#2396)
* Update packages in preparation for terminus release. * Update changelog and version.
1 parent da18388 commit cce0ea8

File tree

5 files changed

+150
-127
lines changed

5 files changed

+150
-127
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.0.9-dev
4+
## 3.0.9 - 2022-10-06
5+
6+
### Changed
7+
- Verbose option description to make it clearer (#2383)
8+
9+
### Fixed
10+
- Terminus plugin manager composer commands should not be affected by current directory (#2386)
11+
- Omit reload warning if running reload command (#2388)
12+
- Deprecation warnings on PHP 8.1 (#2391)
513

614
## 3.0.8 - 2022-08-22
715

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = 'e993a57a30';
35+
$terminusPluginsDependenciesVersion = '801b936d59';
3636

3737
// Cannot use $_SERVER superglobal since that's empty during phpunit testing
3838
// getenv('HOME') isn't set on Windows and generates a Notice.

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
"sort-packages": true,
159159
"platform": {
160160
"php": "7.4"
161+
},
162+
"allow-plugins": {
163+
"phpstan/extension-installer": true
161164
}
162165
},
163166
"extra": {

0 commit comments

Comments
 (0)