Dropping PHAR, using Composer for dependency management

This commit is contained in:
Klaus Silveira
2012-07-04 12:07:46 -03:00
parent 99f28161ef
commit cd497812ba
156 changed files with 120 additions and 12197 deletions

View File

@@ -19,4 +19,8 @@ class UtilsServiceProvider implements ServiceProviderInterface
return new Utils($app);
};
}
public function boot(Application $app)
{
}
}