Skip to content

Commit

Permalink
Drop support php 7, add php 8.2 support
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Dec 8, 2022
1 parent 7f6d713 commit 6a4c193
Show file tree
Hide file tree
Showing 7 changed files with 395 additions and 428 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.10",
Expand All @@ -44,8 +44,8 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.29.0"
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.1"
},
"suggest": {
"aist/aist-git-tools": "Show you information about current GIT repository",
Expand Down
Loading

0 comments on commit 6a4c193

Please sign in to comment.