Skip to content

Commit c1e0bda

Browse files
committed
name and requirements changed
1 parent d3e5b4a commit c1e0bda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ You can install this plugin into your CakePHP application using [composer](https
77
The recommended way to install composer packages is:
88

99
```
10-
composer require rrd108/json-api-exception
10+
composer require rrd108/cakephp-json-api-exception
1111
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "rrd108/json-api-exception",
2+
"name": "rrd108/cakephp-json-api-exception",
33
"description": "JsonApiException plugin for CakePHP",
44
"type": "cakephp-plugin",
55
"license": "MIT",
66
"require": {
77
"php": ">=7.2",
8-
"cakephp/cakephp": "~4.0.0"
8+
"cakephp/cakephp": "^4.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^8.5 || ^9.3"

0 commit comments

Comments
 (0)