Skip to content

Commit

Permalink
Merge pull request #325 from dotkernel/issue-301
Browse files Browse the repository at this point in the history
Issue 301
  • Loading branch information
arhimede authored Nov 25, 2022
2 parents b8d86a7 + 971e206 commit d71919e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"php": "~8.1.0 || ~8.2.0",
"ext-curl": "*",
"ext-json": "*",
"ext-gettext": "*",
"dotkernel/dot-annotated-services": "^3.2.1",
"dotkernel/dot-authorization": "^3.2.0",
"dotkernel/dot-controller": "^3.2.1",
Expand All @@ -70,13 +71,13 @@
"roave/psr-container-doctrine": "^3.5.0"
},
"require-dev": {
"laminas/laminas-development-mode": "^3.8.0",
"mezzio/mezzio-tooling": "^2.5.0",
"phpunit/phpunit": "^9.5.21",
"laminas/laminas-development-mode": "^3.10.0",
"mezzio/mezzio-tooling": "^2.6.0",
"phpunit/phpunit": "^9.5.26",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"filp/whoops": "^2.14.5",
"vimeo/psalm": "^4.29"
"vimeo/psalm": "^4.30.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d71919e

Please sign in to comment.