Skip to content

Commit

Permalink
Merge pull request #17 from weierophinney/feature/php-8.2-support
Browse files Browse the repository at this point in the history
Drop PHP 7 support, add PHP 8.2 support
  • Loading branch information
weierophinney committed Jul 11, 2023
2 parents 9299687 + bd3d431 commit 5788d8e
Show file tree
Hide file tree
Showing 6 changed files with 924 additions and 913 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,30 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.0.99"
}
},
"extra": {
"laminas": {
"module": "Laminas\\ApiTools\\Rpc"
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas-api-tools/api-tools-api-problem": "^1.3",
"laminas-api-tools/api-tools-content-negotiation": "^1.5",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas-api-tools/api-tools-api-problem": "^1.6",
"laminas-api-tools/api-tools-content-negotiation": "^1.8",
"laminas/laminas-eventmanager": "^3.3",
"laminas/laminas-http": "^2.14",
"laminas/laminas-mvc": "^3.2",
"laminas/laminas-servicemanager": "^3.6",
"laminas/laminas-servicemanager": "^3.11",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-view": "^2.12"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.15.2",
"vimeo/psalm": "^4.7"
},
Expand Down
Loading

0 comments on commit 5788d8e

Please sign in to comment.