Skip to content

Commit 773158e

Browse files
authored
Merge pull request #13 from dotkernel/composer-updates
Composer updates
2 parents b0ffb9b + fdaf005 commit 773158e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "n3vrax",
9-
"email": "tibi@apidemia.com"
8+
"name": "DotKernel Team",
9+
"email": "team@dotkernel.com"
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1414
"psr/http-message": "^1.0",
1515
"laminas/laminas-servicemanager": "^3.3.0",
1616
"dotkernel/dot-authentication": "^2.0",
17-
"dotkernel/dot-event": "^2.0",
18-
"dotkernel/dot-helpers": "^2.0",
19-
"dotkernel/dot-flashmessenger": "^2.0",
20-
"laminas/laminas-dependency-plugin": "^1.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"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^4.8",
24-
"squizlabs/php_codesniffer": "^2.3",
23+
"phpunit/phpunit": "^9.5",
24+
"squizlabs/php_codesniffer": "^3.7",
2525
"laminas/laminas-stdlib": "^3.1",
26-
"laminas/laminas-diactoros": "^1.7",
26+
"laminas/laminas-diactoros": "^2.24",
2727
"mezzio/mezzio-template": "^2.0",
2828
"mezzio/mezzio": "^3.0"
2929
},

0 commit comments

Comments
 (0)