Skip to content

Commit

Permalink
[mms] Use composer to generate the distributed version of the PHP-CSS…
Browse files Browse the repository at this point in the history
…-Parser package.
  • Loading branch information
slusarz committed Jan 8, 2015
1 parent 9bf6929 commit f5c734b
Show file tree
Hide file tree
Showing 103 changed files with 5,264 additions and 2,386 deletions.
5 changes: 5 additions & 0 deletions framework/Css_Parser/bundle/composer.json
@@ -0,0 +1,5 @@
{
"require": {
"sabberworm/php-css-parser": "*"
}
}
59 changes: 59 additions & 0 deletions framework/Css_Parser/bundle/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions framework/Css_Parser/bundle/vendor/autoload.php
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit615ed91819537b911dedaf15330492d8::getLoader();

0 comments on commit f5c734b

Please sign in to comment.