Skip to content

Commit

Permalink
Merge pull request #59 from fezfez/php8.3
Browse files Browse the repository at this point in the history
allow php 8.3
  • Loading branch information
Ocramius authored Oct 31, 2023
2 parents 6cf20ec + 98f8dd3 commit 78573e1
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 178 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1.2",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"fig/http-message-util": "^1.1.5",
"psr/container": "^1.1.2 || ^2.0",
"psr/http-factory": "^1.0.2",
"psr/http-message": "^1.0.1 || ^2.0.0",
"psr/http-server-middleware": "^1.0",
"webmozart/assert": "^1.10"
"psr/http-server-middleware": "^1.0.2",
"webmozart/assert": "^1.11"
},
"conflict": {
"mezzio/mezzio": "<3.5",
"zendframework/zend-expressive-router": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-stratigility": "^3.9.0",
"phpunit/phpunit": "^10.1.2",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-stratigility": "^3.11.0",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.15"
},
"suggest": {
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
Expand Down
Loading

0 comments on commit 78573e1

Please sign in to comment.