Skip to content

Commit d3e5b4a

Browse files
committed
set name
1 parent d566644 commit d3e5b4a

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

README.md

+1-1
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 your-name-here/json-api-exception
10+
composer require rrd108/json-api-exception
1111
```

composer.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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
}

0 commit comments

Comments
 (0)