Skip to content

Commit

Permalink
Refactor composer.json and box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Oct 10, 2024
1 parent 3ca75bd commit c99f642
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 586 deletions.
22 changes: 22 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chmod": "0755",
"directories": [
"app",
"bootstrap",
"config",
"standards",
"stubs",
"vendor"
],
"files": [
"composer.json",
"standards/.php-cs-fixer.dist.php"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}
Binary file modified builds/revive
Binary file not shown.
8 changes: 3 additions & 5 deletions composer-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@
"autoload": {
"psr-4": {
"App\\": "app/"
},
"exclude-from-classmap": [
"/tests/Fixtures/*"
]
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
},
"files": [
"./vendor/squizlabs/php_codesniffer/autoload.php"
]
],
"exclude-from-classmap": ["/tests/Fixtures/"]
},
"scripts": {
"app": "./revive",
Expand Down
Loading

0 comments on commit c99f642

Please sign in to comment.