File tree Expand file tree Collapse file tree 5 files changed +57
-1
lines changed
Expand file tree Collapse file tree 5 files changed +57
-1
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ pull_request :
3+ paths-ignore :
4+ - ' docs/**'
5+ - ' README.md'
6+ - ' CHANGELOG.md'
7+ - ' .gitignore'
8+ - ' .gitattributes'
9+ - ' infection.json.dist'
10+ - ' phpunit.xml.dist'
11+ - ' psalm.xml'
12+
13+ push :
14+ paths-ignore :
15+ - ' docs/**'
16+ - ' README.md'
17+ - ' CHANGELOG.md'
18+ - ' .gitignore'
19+ - ' .gitattributes'
20+ - ' infection.json.dist'
21+ - ' phpunit.xml.dist'
22+ - ' psalm.xml'
23+
24+ name : Composer require checker
25+
26+ jobs :
27+ composer-require-checker :
28+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
29+ with :
30+ os : >-
31+ ['ubuntu-latest']
32+ php : >-
33+ ['8.0', '8.1', '8.2']
Original file line number Diff line number Diff line change 22
33## 2.2.0 under development
44
5+ - Enh #65 : Explicitly add transitive dependencies ` ext-mbstring ` , ` psr/http-factory ` and
6+ ` psr/http-server-handler ` (@vjik )
57- Chg #64 : Raise PHP version to ` ^8.0 ` (@vjik , @xepozz )
68
79## 2.1.1 January 26, 2023
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ The package provides advanced error handling. The features are:
3333- PHP 8.0 or higher.
3434- ` DOM ` PHP extension.
3535- ` JSON ` PHP extension.
36+ - ` mbstring ` PHP extension.
3637
3738## Installation
3839
Original file line number Diff line number Diff line change 1+ {
2+ "symbol-whitelist" : [
3+ " xdebug_get_function_stack"
4+ ],
5+ "php-core-extensions" : [
6+ " Core" ,
7+ " date" ,
8+ " json" ,
9+ " pcre" ,
10+ " Phar" ,
11+ " Reflection" ,
12+ " SPL" ,
13+ " random" ,
14+ " standard"
15+ ],
16+ "scan-files" : []
17+ }
Original file line number Diff line number Diff line change 2424 "php" : " ^8.0" ,
2525 "ext-dom" : " *" ,
2626 "ext-json" : " *" ,
27+ "ext-mbstring" : " *" ,
2728 "alexkart/curl-builder" : " ^1.0" ,
2829 "cebe/markdown" : " ^1.2" ,
2930 "psr/container" : " ^1.0|^2.0" ,
31+ "psr/http-factory" : " ^1.0" ,
3032 "psr/http-message" : " ^1.0" ,
33+ "psr/http-server-handler" : " ^1.0" ,
3134 "psr/http-server-middleware" : " ^1.0" ,
3235 "psr/log" : " ^1.1|^2.0|^3.0" ,
3336 "yiisoft/friendly-exception" : " ^1.0" ,
3639 },
3740 "require-dev" : {
3841 "httpsoft/http-message" : " ^1.0.9" ,
42+ "maglnet/composer-require-checker" : " ^4.4" ,
3943 "phpunit/phpunit" : " ^9.5" ,
40- "psr/http-server-handler" : " ^1.0" ,
4144 "rector/rector" : " ^0.15.10" ,
4245 "roave/infection-static-analysis-plugin" : " ^1.16" ,
4346 "spatie/phpunit-watcher" : " ^1.23" ,
You can’t perform that action at this time.
0 commit comments