Skip to content

Commit 737b188

Browse files
committed
bump PHP
1 parent cc8b2cc commit 737b188

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ The package provides advanced error handling. The features are:
2929

3030
## Requirements
3131

32-
- PHP 8.0 or higher.
32+
- PHP 8.1 or higher.
3333
- `DOM` PHP extension.
34-
- `JSON` PHP extension.
3534
- `mbstring` PHP extension.
3635

3736
## Installation

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
}
3232
],
3333
"require": {
34-
"php": "^8.0",
34+
"php": "^8.1",
3535
"ext-dom": "*",
36-
"ext-json": "*",
3736
"ext-mbstring": "*",
3837
"alexkart/curl-builder": "^1.0",
3938
"cebe/markdown": "^1.2",
@@ -48,16 +47,16 @@
4847
"yiisoft/injector": "^1.0"
4948
},
5049
"require-dev": {
51-
"httpsoft/http-message": "^1.0.9",
52-
"maglnet/composer-require-checker": "^4.4",
53-
"phpunit/phpunit": "^9.5",
50+
"httpsoft/http-message": "^1.1.6",
51+
"maglnet/composer-require-checker": "^4.7.1",
52+
"phpunit/phpunit": "^9.6.22",
5453
"psr/event-dispatcher": "^1.0",
55-
"rector/rector": "^2.0",
56-
"roave/infection-static-analysis-plugin": "^1.16",
57-
"spatie/phpunit-watcher": "^1.23",
58-
"vimeo/psalm": "^4.30|^5.25",
59-
"yiisoft/di": "^1.1",
60-
"yiisoft/test-support": "^3.0"
54+
"rector/rector": "^2.0.7",
55+
"roave/infection-static-analysis-plugin": "^1.35",
56+
"spatie/phpunit-watcher": "^1.24",
57+
"vimeo/psalm": "^5.26.1|^6",
58+
"yiisoft/di": "^1.3",
59+
"yiisoft/test-support": "^3.0.1"
6160
},
6261
"autoload": {
6362
"psr-4": {
@@ -79,6 +78,7 @@
7978
},
8079
"config": {
8180
"sort-packages": true,
81+
"bump-after-update": "dev",
8282
"allow-plugins": {
8383
"infection/extension-installer": true,
8484
"composer/package-versions-deprecated": true

0 commit comments

Comments
 (0)