Skip to content

Commit

Permalink
[Batch] Add composer-require-checker CI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 6, 2022
1 parent 96d5e40 commit 2117f97
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/workflows/composer-require-checker.yml
@@ -0,0 +1,33 @@
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'

push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
- 'psalm.xml'

name: Composer require checker

jobs:
composer-require-checker:
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 1.1.1 under development

- no changes in this release.
- Bug #23: Add `symfony/console` dependency (@vjik)

## 1.1.0 July 29, 2022

Expand Down
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -29,6 +29,7 @@
],
"require": {
"php": "^8.0",
"symfony/console": "^5.4|^6.0",
"yiisoft/config": "^1.1",
"yiisoft/definitions": "^1.0|^2.0",
"yiisoft/di": "^1.0",
Expand All @@ -38,6 +39,7 @@
"require-dev": {
"codeception/codeception": "^5.0",
"codeception/module-cli": "^2.0",
"maglnet/composer-require-checker": "^4.2",
"rector/rector": "^0.14.3",
"vimeo/psalm": "^4.18"
},
Expand Down

0 comments on commit 2117f97

Please sign in to comment.