forked from andrej-griniuk/cakephp-fractal-transformer-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 871 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "jeffersonsimaogoncalves/cakephp-fractal-transformer-view",
"description": "CakePHP view builder utilizing Fractal library for entities transformation",
"type": "cakephp-plugin",
"keywords": ["cakephp", "api", "json", "rest", "fractal"],
"homepage": "http://github.com/jeffersonsimaogoncalves/cakephp-fractal-transformer-view",
"license": "MIT",
"authors": [
{
"name": "Andrej Griniuk",
"email": "[email protected]"
},
{
"name": "Jefferson Simão Gonçalves",
"homepage": "https://github.com/jeffersonsimaogoncalves"
}
],
"require": {
"php": "^7.2",
"cakephp/cakephp": "^4.0",
"league/fractal": ">=0.13.0"
},
"autoload": {
"psr-4": {
"FractalTransformerView\\": "src"
}
}
}