File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ You can install this plugin into your CakePHP application using [composer](https
77The recommended way to install composer packages is:
88
99```
10- composer require your-name-here /json-api-exception
10+ composer require rrd108 /json-api-exception
1111```
Original file line number Diff line number Diff line change 11{
2- "name" : " your-name-here /json-api-exception" ,
3- "description" : " JsonApiException plugin for CakePHP" ,
4- "type" : " cakephp-plugin" ,
5- "license" : " MIT" ,
6- "require" : {
7- "php" : " >=7.2" ,
8- "cakephp/cakephp" : " ~4.2 .0"
9- },
10- "require-dev" : {
11- "phpunit/phpunit" : " ^8.5 || ^9.3"
12- },
13- "autoload" : {
14- "psr-4" : {
15- "JsonApiException\\ " : " src/"
16- }
17- },
18- "autoload-dev" : {
19- "psr-4" : {
20- "JsonApiException\\ Test\\ " : " tests/" ,
21- "Cake\\ Test\\ " : " vendor/cakephp/cakephp/tests/"
22- }
23- }
2+ "name" : " rrd108 /json-api-exception" ,
3+ "description" : " JsonApiException plugin for CakePHP" ,
4+ "type" : " cakephp-plugin" ,
5+ "license" : " MIT" ,
6+ "require" : {
7+ "php" : " >=7.2" ,
8+ "cakephp/cakephp" : " ~4.0 .0"
9+ },
10+ "require-dev" : {
11+ "phpunit/phpunit" : " ^8.5 || ^9.3"
12+ },
13+ "autoload" : {
14+ "psr-4" : {
15+ "JsonApiException\\ " : " src/"
16+ }
17+ },
18+ "autoload-dev" : {
19+ "psr-4" : {
20+ "JsonApiException\\ Test\\ " : " tests/" ,
21+ "Cake\\ Test\\ " : " vendor/cakephp/cakephp/tests/"
22+ }
23+ }
2424}
You can’t perform that action at this time.
0 commit comments