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
  • Loading branch information
fezfez committed Oct 16, 2022
1 parent f72a112 commit 13f619a
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 508 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"container-interop/container-interop": "^1.2",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
Expand All @@ -39,9 +42,9 @@
"laminas/laminas-coding-standard": "^1.0.0",
"laminas/laminas-json": "^3.3",
"laminas/laminas-psr7bridge": "^1.0",
"laminas/laminas-stratigility": ">=2.0.1 <2.2",
"laminas/laminas-stratigility": "~3.9.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.5"
"phpunit/phpunit": "^9.5.25"
},
"suggest": {
"laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
Expand Down
Loading

0 comments on commit 13f619a

Please sign in to comment.