Skip to content

Commit

Permalink
name and requirements changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Oct 23, 2021
1 parent d3e5b4a commit c1e0bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ You can install this plugin into your CakePHP application using [composer](https
The recommended way to install composer packages is:

```
composer require rrd108/json-api-exception
composer require rrd108/cakephp-json-api-exception
```
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rrd108/json-api-exception",
"name": "rrd108/cakephp-json-api-exception",
"description": "JsonApiException plugin for CakePHP",
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": ">=7.2",
"cakephp/cakephp": "~4.0.0"
"cakephp/cakephp": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3"
Expand Down

0 comments on commit c1e0bda

Please sign in to comment.