Skip to content

Commit d71919e

Browse files
authored
Merge pull request #325 from dotkernel/issue-301
Issue 301
2 parents b8d86a7 + 971e206 commit d71919e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"php": "~8.1.0 || ~8.2.0",
4747
"ext-curl": "*",
4848
"ext-json": "*",
49+
"ext-gettext": "*",
4950
"dotkernel/dot-annotated-services": "^3.2.1",
5051
"dotkernel/dot-authorization": "^3.2.0",
5152
"dotkernel/dot-controller": "^3.2.1",
@@ -70,13 +71,13 @@
7071
"roave/psr-container-doctrine": "^3.5.0"
7172
},
7273
"require-dev": {
73-
"laminas/laminas-development-mode": "^3.8.0",
74-
"mezzio/mezzio-tooling": "^2.5.0",
75-
"phpunit/phpunit": "^9.5.21",
74+
"laminas/laminas-development-mode": "^3.10.0",
75+
"mezzio/mezzio-tooling": "^2.6.0",
76+
"phpunit/phpunit": "^9.5.26",
7677
"roave/security-advisories": "dev-master",
7778
"squizlabs/php_codesniffer": "^3.7.1",
7879
"filp/whoops": "^2.14.5",
79-
"vimeo/psalm": "^4.29"
80+
"vimeo/psalm": "^4.30.0"
8081
},
8182
"autoload": {
8283
"psr-4": {

0 commit comments

Comments
 (0)