Skip to content

Commit 83aa9b3

Browse files
authored
Merge pull request #14 from cPintiuta/2.9-PHP-8.1
Composer updates
2 parents f142284 + b743a3e commit 83aa9b3

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

composer.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,16 @@
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",
19-
"dotkernel/dot-flashmessenger": "^3.0",
20-
"laminas/laminas-dependency-plugin": "^2.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",
19+
"dotkernel/dot-flashmessenger": "^3.4.0"
2120
},
2221
"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"
22+
"phpunit/phpunit": "^10.3.2",
23+
"squizlabs/php_codesniffer": "^3.7"
2924
},
3025
"autoload": {
3126
"psr-4": {

0 commit comments

Comments
 (0)