1
0
Fork 0

Merge pull request #1929 from Adduc/patch-4

Add class property Compiler::$version
pull/1927/merge
Jordi Boggiano 2013-05-24 00:44:10 -07:00
commit 9171c9d503
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
*