Skip to content

Commit 4bdca16

Browse files
committed
Update minimum php version from 8.1 to 8.2
1 parent 56f57ac commit 4bdca16

5 files changed

Lines changed: 1266 additions & 827 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### [Unreleased]
44

55
There are next changes:
6+
- Update minimum php version from 8.1 to 8.2
67

78
### [v0.6.0]
89

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"description": "Xdebug (dbgp) proxy",
44
"type": "project",
55
"require": {
6-
"php": ">=8.1",
7-
"amphp/socket": "^2.3"
6+
"php": ">=8.2",
7+
"amphp/socket": "^2.3.1"
88
},
99
"require-dev": {
1010
"ext-dom": "*",
1111
"roave/security-advisories": "dev-latest",
12-
"phpro/grumphp": "^2.9",
13-
"friendsofphp/php-cs-fixer": "^3.64.0",
14-
"phpunit/phpunit": "^10.5",
15-
"amphp/log": "^2.0",
16-
"phpstan/phpstan": "^2.0",
12+
"phpro/grumphp": "^2.10.0",
13+
"friendsofphp/php-cs-fixer": "^3.94.2",
14+
"phpunit/phpunit": "^11.5.55",
15+
"amphp/log": "^2.0.0",
16+
"phpstan/phpstan": "^2.1.39",
1717
"jetbrains/phpstorm-attributes": "^1.2"
1818
},
1919
"license": "MIT",

0 commit comments

Comments
 (0)