-
-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathbox.json.dist
More file actions
31 lines (27 loc) · 664 Bytes
/
box.json.dist
File metadata and controls
31 lines (27 loc) · 664 Bytes
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
29
30
31
{
"banner": [
"This file is part of the API Platform project.",
"",
"(c) Kévin Dunglas <dunglas@gmail.com>",
"",
"For the full copyright and license information, please view the LICENSE",
"file that was distributed with this source code."
],
"directories-bin": [
"templates/"
],
"files": [
"vendor/twig/twig/src/TwigTest.php"
],
"directories": [
"vendor/devizzent/cebe-php-openapi/src/spec"
],
"force-autodiscovery": true,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Json",
"KevinGH\\Box\\Compactor\\Php"
],
"git-version": "package_version",
"output": "schema.phar"
}