Skip to content

Commit

Permalink
Merge pull request #216 from asgrim/add-php83-support
Browse files Browse the repository at this point in the history
Updated dependencies for PHP 8.3 support
  • Loading branch information
asgrim authored Dec 13, 2023
2 parents 43f7e37 + d035252 commit 721167a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 50 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Minimal Application Factory for Mezzio",
"type": "library",
"require": {
"php": "8.1.*|8.2.*",
"php": "8.1.*|8.2.*|8.3.*",
"laminas/laminas-diactoros": "^3.1",
"laminas/laminas-httphandlerrunner": "^2.7",
"laminas/laminas-stratigility": "^3.10",
Expand All @@ -13,11 +13,11 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
"laminas/laminas-servicemanager": "^4.0@rc",
"mezzio/mezzio-fastroute": "^3.10",
"phpunit/phpunit": "^10.2",
"laminas/laminas-servicemanager": "^4.0@dev",
"mezzio/mezzio-fastroute": "^3.11",
"phpunit/phpunit": "^10.5",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.14"
"vimeo/psalm": "^5.17"
},
"license": "MIT",
"authors": [
Expand Down
114 changes: 69 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 721167a

Please sign in to comment.