Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Oct 18, 2022
2 parents 338c782 + 1e23144 commit ad9267a
Show file tree
Hide file tree
Showing 7 changed files with 811 additions and 817 deletions.
4 changes: 3 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"ignore_php_platform_requirements": {
"8.1": true
"8.0": true,
"8.1": true,
"8.2": true
}
}
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"webimpress/composer-extra-dependency": true
}
},
"extra": {
Expand All @@ -39,13 +40,13 @@
},
"require-dev": {
"http-interop/http-middleware": "^0.4.1",
"laminas/laminas-coding-standard": "^1.0.0",
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-json": "^3.3",
"laminas/laminas-psr7bridge": "^1.8",
"laminas/laminas-stratigility": "~3.9.0",
"phpspec/prophecy-phpunit": "^2.0",
"laminas/laminas-stratigility": ">=2.0.1 <2.2",
"phpspec/prophecy" : "^1.15.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.25"
"sebastian/object-reflector" : "^2.0.2",
},
"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 ad9267a

Please sign in to comment.