We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e703a5 commit e3f5fbdCopy full SHA for e3f5fbd
composer.json
@@ -14,16 +14,15 @@
14
],
15
16
"require": {
17
- "php": "~8.0 || ~8.1",
18
- "doctrine/annotations": "^1.13",
19
- "laminas/laminas-zendframework-bridge": "^1.0"
+ "php": "^8.2"
20
},
21
22
"require-dev": {
23
- "doctrine/cache": "~1.3",
24
- "phpunit/phpunit": "^9",
25
- "laminas/laminas-filter": "^2.9",
26
- "dms/coding-standard": "^12"
+ "ext-pcov": "*",
+ "phpunit/phpunit": "^11",
+ "laminas/laminas-filter": "^2.37",
+ "squizlabs/php_codesniffer": "3.*",
+ "symfony/cache": "^6.4 | ^7.0"
27
28
"autoload": {
29
"psr-0": {
0 commit comments