Skip to content

Commit c99f642

Browse files
committed
Refactor composer.json and box.json
1 parent 3ca75bd commit c99f642

File tree

6 files changed

+547
-586
lines changed

6 files changed

+547
-586
lines changed

box.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"chmod": "0755",
3+
"directories": [
4+
"app",
5+
"bootstrap",
6+
"config",
7+
"standards",
8+
"stubs",
9+
"vendor"
10+
],
11+
"files": [
12+
"composer.json",
13+
"standards/.php-cs-fixer.dist.php"
14+
],
15+
"exclude-composer-files": false,
16+
"exclude-dev-files": false,
17+
"compression": "GZ",
18+
"compactors": [
19+
"KevinGH\\Box\\Compactor\\Php",
20+
"KevinGH\\Box\\Compactor\\Json"
21+
]
22+
}

builds/revive

-22.6 MB
Binary file not shown.

composer-dev.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@
1717
"autoload": {
1818
"psr-4": {
1919
"App\\": "app/"
20-
},
21-
"exclude-from-classmap": [
22-
"/tests/Fixtures/*"
23-
]
20+
}
2421
},
2522
"autoload-dev": {
2623
"psr-4": {
2724
"Tests\\": "tests/"
2825
},
2926
"files": [
3027
"./vendor/squizlabs/php_codesniffer/autoload.php"
31-
]
28+
],
29+
"exclude-from-classmap": ["/tests/Fixtures/"]
3230
},
3331
"scripts": {
3432
"app": "./revive",

0 commit comments

Comments
 (0)