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 d3e5b4a commit c1e0bdaCopy full SHA for c1e0bda
README.md
@@ -7,5 +7,5 @@ You can install this plugin into your CakePHP application using [composer](https
7
The recommended way to install composer packages is:
8
9
```
10
-composer require rrd108/json-api-exception
+composer require rrd108/cakephp-json-api-exception
11
composer.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "rrd108/json-api-exception",
+ "name": "rrd108/cakephp-json-api-exception",
3
"description": "JsonApiException plugin for CakePHP",
4
"type": "cakephp-plugin",
5
"license": "MIT",
6
"require": {
"php": ">=7.2",
- "cakephp/cakephp": "~4.0.0"
+ "cakephp/cakephp": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3"
0 commit comments