Skip to content

Commit c85aee0

Browse files
authored
Update composer.json
1 parent d926a40 commit c85aee0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@
1717
"type": "project",
1818
"license": "MIT",
1919
"require": {
20-
"php": "^8.1",
21-
"elie29/zend-phpdi-config": "^8.0",
22-
"laminas/laminas-config-aggregator": "^1.3",
23-
"bermudaphp/app": "^1.0",
20+
"php": "^8.3",
21+
"elie29/zend-phpdi-config": "^9.0.1",
22+
"laminas/laminas-config-aggregator": "^1.15",
23+
"bermudaphp/app": "^2.0",
2424
"bermudaphp/stringy": "^1.0",
2525
"bermudaphp/config": "^1.3",
2626
"bermudaphp/http": "^1.0.1",
2727
"webimpress/safe-writer": "^2.2.0"
2828
},
2929
"require-dev": {
3030
"symfony/var-dumper": "^5.1",
31-
"laminas/laminas-code": "^4.3"
31+
"laminas/laminas-code": "^4.3",
32+
"phpunit/phpunit": "^10.5"
3233
},
3334
"autoload": {
3435
"psr-4": {

0 commit comments

Comments
 (0)