Skip to content

Commit

Permalink
Add missed changelog and disable CI composer require checker in PHP 8…
Browse files Browse the repository at this point in the history
….1 (#37)
  • Loading branch information
vjik committed Nov 13, 2022
1 parent d94211b commit 13e26fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
['8.0']
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,12 @@

## 1.1.2 under development

- Enh: Add composer require checker into CI
- Enh #35: Explicitly add transitive dependencies (@xepozz)

## 1.1.1 September 04, 2022

- Chg #31: Update the version of the `yiisoft/log-target-file` package to `^1.1|^2.0` in the `require` section of `composer.json` (razonyang)
- Chg #31: Update the version of the `yiisoft/log-target-file` package to `^1.1|^2.0` in the `require` section of
`composer.json` (@razonyang)

## 1.1.0 June 17, 2022

Expand All @@ -15,7 +16,7 @@

## 1.0.1 June 17, 2022

- Enh #27: Add support for `yiisoft/definitions` version `^2.0` (vjik)
- Enh #27: Add support for `yiisoft/definitions` version `^2.0` (@vjik)

## 1.0.0 January 26, 2022

Expand Down

0 comments on commit 13e26fe

Please sign in to comment.