Skip to content

Commit

Permalink
update phar
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyanwow committed Jul 8, 2021
1 parent 816a7fa commit 882871e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
//产生一个siam.phar文件
$phar = new Phar('siam.phar', 0, 'siam.phar');
// 添加src里面的所有文件到siam.phar归档文件
$phar->buildFromDirectory(dirname(__FILE__));
$phar->buildFromDirectory(dirname(__FILE__), "/^(?!(\.*idea))(.*)$/i");
//设置执行时的入口文件,第一个用于命令行,第二个用于浏览器访问,这里都设置为index.php
$phar->setDefaultStub('autoload.php', 'autoload.php');
Binary file modified siam.phar
Binary file not shown.

0 comments on commit 882871e

Please sign in to comment.