-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add box build configuration and details
- Loading branch information
1 parent
08bf754
commit a53aec3
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Composer | ||
vendor/* | ||
vendor-bin/* | ||
vendor-bin/* | ||
|
||
# Project | ||
october.phar | ||
private/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"main": "index.php", | ||
"output": "october.phar", | ||
"banner": [ | ||
"October CMS CLI helper.", | ||
"", | ||
"(c) 2020 Ben Thomson", | ||
"", | ||
"This source file is subject to the MIT license that is bundled", | ||
"with this source code in the file LICENSE." | ||
], | ||
"compression": "GZ", | ||
"compactors": [ | ||
"KevinGH\\Box\\Compactor\\Php" | ||
], | ||
"replacements": { | ||
"version": "0.1.0" | ||
}, | ||
"algorithm": "SHA256" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters