Skip to content

Commit

Permalink
(#29) Update PHP version to >=7.4 and PHPUnit to ^9.0
Browse files Browse the repository at this point in the history
Co-authored-by: Aleš Kopecký <ales.kopecky@glami.cz>
  • Loading branch information
ales-k and Aleš Kopecký authored Feb 5, 2022
1 parent 0839b95 commit f49dd01
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6,085 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

There are next changes:

- Minimum PHP version supported upgraded to 7.4
- PHPUnit version upgraded to 9

### [v0.4.1]

There are next changes:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Xdebug (dbgp) proxy",
"type": "project",
"require": {
"php": ">=7.1",
"php": ">=7.4",
"amphp/socket": "^0.10.8"
},
"require-dev": {
"ext-dom": "*",
"roave/security-advisories": "dev-master",
"phpro/grumphp": "^1.5",
"friendsofphp/php-cs-fixer": "^2.12.1",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^9.0",
"amphp/log": "^1.0.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit f49dd01

Please sign in to comment.