File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PHP PHAR Compiler
2
2
=================
3
3
4
4
[ ![ Latest Stable] ( http://img.shields.io/packagist/v/secondtruth/phar-compiler.svg )] ( https://packagist.org/p/secondtruth/phar-compiler )
5
- [ ![ Build Status] ( https://img.shields.io/travis/secondtruth/php-phar-compiler.svg )] ( https://travis-ci.org /secondtruth/php-phar-compiler )
5
+ [ ![ Build Status] ( https://img.shields.io/travis/com/ secondtruth/php-phar-compiler.svg )] ( https://travis-ci.com/github /secondtruth/php-phar-compiler )
6
6
[ ![ Scrutinizer] ( http://img.shields.io/scrutinizer/g/secondtruth/php-phar-compiler.svg )] ( https://scrutinizer-ci.com/g/secondtruth/php-phar-compiler )
7
7
[ ![ Coverage] ( http://img.shields.io/scrutinizer/coverage/g/secondtruth/php-phar-compiler.svg )] ( https://scrutinizer-ci.com/g/secondtruth/php-phar-compiler )
8
8
[ ![ License] ( http://img.shields.io/packagist/l/secondtruth/phar-compiler.svg )] ( https://packagist.org/p/secondtruth/phar-compiler )
@@ -20,7 +20,7 @@ $compiler->addIndexFile('bin/mycoolprogram.php');
20
20
$compiler->addDirectory('libraries');
21
21
22
22
$compiler->addFile('vendor/autoload.php');
23
- $compiler->addDirectory('vendor/composer', '!*.php');
23
+ $compiler->addDirectory('vendor/composer', '!*.php'); // Exclude non-PHP files
24
24
$compiler->addDirectory('vendor/.../Component/Console', ['Tests/*', '!*.php']);
25
25
26
26
$compiler->compile("$outputDir/mycoolprogram.phar");
You can’t perform that action at this time.
0 commit comments