Initial commit of new codebase

This commit is contained in:
2017-01-09 02:24:59 +01:00
commit 00ebb6ff95
9 changed files with 361 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
phar "makephar.phar" {
// Set to true to build a library-only phar
library false;
// Set to 1, 2 or 3 to compress, doesn't work for libraries
compress false;
// Set stub
stub "src/bootstrap.php";
// Select files/dirs to include
include {
dir "vendor";
dir "src";
}
}