Skip to content

Commit 57218b1

Browse files
committed
composer updates
1 parent 773158e commit 57218b1

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

composer.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@
1111
],
1212
"require": {
1313
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
14-
"psr/http-message": "^1.0",
15-
"laminas/laminas-servicemanager": "^3.3.0",
16-
"dotkernel/dot-authentication": "^2.0",
17-
"dotkernel/dot-event": "^3.0",
18-
"dotkernel/dot-helpers": "^3.0",
14+
"psr/http-message": "^1.0 || ^2.0",
15+
"laminas/laminas-servicemanager": "^3.21.0",
16+
"dotkernel/dot-authentication": "^2.3.0",
17+
"dotkernel/dot-event": "^3.4.0",
18+
"dotkernel/dot-helpers": "^3.4.0",
1919
"dotkernel/dot-flashmessenger": "^3.0",
20-
"laminas/laminas-dependency-plugin": "^2.0"
20+
"laminas/laminas-stdlib": "^3.17.0",
21+
"laminas/laminas-diactoros": "^2.25.2",
22+
"mezzio/mezzio-template": "^2.8.0",
23+
"mezzio/mezzio": "^3.17.0"
2124
},
2225
"require-dev": {
23-
"phpunit/phpunit": "^9.5",
24-
"squizlabs/php_codesniffer": "^3.7",
25-
"laminas/laminas-stdlib": "^3.1",
26-
"laminas/laminas-diactoros": "^2.24",
27-
"mezzio/mezzio-template": "^2.0",
28-
"mezzio/mezzio": "^3.0"
26+
"phpunit/phpunit": "^10.3.2",
27+
"squizlabs/php_codesniffer": "^3.7"
2928
},
3029
"autoload": {
3130
"psr-4": {

0 commit comments

Comments
 (0)