Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 19, 2023
1 parent b8eabba commit b0ad111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
['7.4', '8.0', '8.1', '8.2']
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.1 under development

- Enh: Add composer require checker into CI
- no changes in this release.

## 2.0.0 February 14, 2023

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yiisoft/session": "^1.0|^2.0"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"maglnet/composer-require-checker": "^3.8|^4.2",
"nyholm/psr7": "^1.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18.5",
Expand Down

0 comments on commit b0ad111

Please sign in to comment.