Skip to content

Commit

Permalink
Add transient dependency as dev to avoid deprecation errors in CI at …
Browse files Browse the repository at this point in the history
…lowest

Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Mar 15, 2023
1 parent 2280ebd commit 9a85857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"laminas/laminas-json": "^3.3",
"phpspec/prophecy" : "^1.15.0",
"phpspec/prophecy": "^1.15.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.25"
"phpunit/phpunit": "^9.5.25",
"webmozart/assert": "^1.11"
},
"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
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a85857

Please sign in to comment.