We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12a216 commit 10f64edCopy full SHA for 10f64ed
composer.json
@@ -1,15 +1,15 @@
1
{
2
"name": "rrd108/cakephp-json-api-exception",
3
"description": "JsonApiException plugin for CakePHP",
4
- "version": "0.4.0",
+ "version": "1.0.0",
5
"type": "cakephp-plugin",
6
"license": "MIT",
7
"require": {
8
"php": ">=8.0",
9
- "cakephp/cakephp": "^4.0"
+ "cakephp/cakephp": "^5.0"
10
},
11
"require-dev": {
12
- "phpunit/phpunit": "^8.5 || ^9.3"
+ "phpunit/phpunit": "^10.1"
13
14
"autoload": {
15
"psr-4": {
0 commit comments