Skip to content

Commit

Permalink
Update to stable deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent 45fd308 commit 0ab6de3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"type": "cakephp-plugin",
"homepage": "https://cakephp.org",
"require": {
"cakephp/http": "5.x-dev",
"cakephp/http": "^5.0",
"laminas/laminas-diactoros": "^3.0",
"psr/http-client": "^1.0",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"cakephp/cakephp": "5.x-dev",
"cakephp/cakephp": "^5.0",
"cakephp/cakephp-codesniffer": "^5.0",
"firebase/php-jwt": "^6.2",
"phpunit/phpunit": "^10.1.0"
Expand Down Expand Up @@ -82,6 +82,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 0ab6de3

Please sign in to comment.