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 d926a40 commit c85aee0Copy full SHA for c85aee0
composer.json
@@ -17,18 +17,19 @@
17
"type": "project",
18
"license": "MIT",
19
"require": {
20
- "php": "^8.1",
21
- "elie29/zend-phpdi-config": "^8.0",
22
- "laminas/laminas-config-aggregator": "^1.3",
23
- "bermudaphp/app": "^1.0",
+ "php": "^8.3",
+ "elie29/zend-phpdi-config": "^9.0.1",
+ "laminas/laminas-config-aggregator": "^1.15",
+ "bermudaphp/app": "^2.0",
24
"bermudaphp/stringy": "^1.0",
25
"bermudaphp/config": "^1.3",
26
"bermudaphp/http": "^1.0.1",
27
"webimpress/safe-writer": "^2.2.0"
28
},
29
"require-dev": {
30
"symfony/var-dumper": "^5.1",
31
- "laminas/laminas-code": "^4.3"
+ "laminas/laminas-code": "^4.3",
32
+ "phpunit/phpunit": "^10.5"
33
34
"autoload": {
35
"psr-4": {
0 commit comments