Skip to content

Commit e3f5fbd

Browse files
author
Igor Kusmitsch
committed
Update project dependencies
- Require PHP 8.2 or higher - Require PHPUnit 11 - Require pcov extension for code coverage - Add squizlabs/php_codesniffer for code standards - Require symfony/cache for caching - Remove Doctrine Cache and Annotations - Remove laminas/laminas-zendframework-bridge
1 parent 3e703a5 commit e3f5fbd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@
1414
],
1515

1616
"require": {
17-
"php": "~8.0 || ~8.1",
18-
"doctrine/annotations": "^1.13",
19-
"laminas/laminas-zendframework-bridge": "^1.0"
17+
"php": "^8.2"
2018
},
2119

2220
"require-dev": {
23-
"doctrine/cache": "~1.3",
24-
"phpunit/phpunit": "^9",
25-
"laminas/laminas-filter": "^2.9",
26-
"dms/coding-standard": "^12"
21+
"ext-pcov": "*",
22+
"phpunit/phpunit": "^11",
23+
"laminas/laminas-filter": "^2.37",
24+
"squizlabs/php_codesniffer": "3.*",
25+
"symfony/cache": "^6.4 | ^7.0"
2726
},
2827
"autoload": {
2928
"psr-0": {

0 commit comments

Comments
 (0)