Skip to content

Commit 54a0203

Browse files
committed
whitespace fixed
1 parent c1e0bda commit 54a0203

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "rrd108/cakephp-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"
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/cakephp-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"
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)