1
0
Fork 0

Add class property Compiler::$version

Compiler::$version is referenced within compile, addFile, and getStub
pull/1929/head
John Long 2013-05-23 23:36:48 -05:00
parent 59bda2bb9b
commit 908b71b7e5
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ use Symfony\Component\Process\Process;
*/
class Compiler
{
private $version;
/**
* Compiles composer into a single phar file
*