Skip to content

Commit

Permalink
manual update according to master composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 20, 2014
1 parent 41f8d5a commit e13a121
Show file tree
Hide file tree
Showing 293 changed files with 21,447 additions and 9 deletions.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInitdd4d93d7a930f0d0301b29a69099d3cf::getLoader();
return ComposerAutoloaderInit886d379e69082f768cd09e689a3fa8e6::getLoader();
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"require": {
"sabre/dav" : "1.7.9",
"mcnetic/phpzipstreamer": "dev-master"
"mcnetic/phpzipstreamer": "dev-master",
"kriswallsmith/assetic": "1.2.*@dev"
}
}

129 changes: 126 additions & 3 deletions composer.lock

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

10 changes: 10 additions & 0 deletions composer/autoload_files.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

// autoload_files.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = $vendorDir;

return array(
$vendorDir . '/kriswallsmith/assetic/src/functions.php',
);
2 changes: 2 additions & 0 deletions composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
$baseDir = $vendorDir;

return array(
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
'Sabre\\VObject' => array($vendorDir . '/sabre/vobject/lib'),
'Sabre' => array($vendorDir . '/sabre/dav/lib'),
'Assetic' => array($vendorDir . '/kriswallsmith/assetic/src'),
);
13 changes: 9 additions & 4 deletions composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitdd4d93d7a930f0d0301b29a69099d3cf
class ComposerAutoloaderInit886d379e69082f768cd09e689a3fa8e6
{
private static $loader;

Expand All @@ -19,9 +19,9 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitdd4d93d7a930f0d0301b29a69099d3cf', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit886d379e69082f768cd09e689a3fa8e6', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInitdd4d93d7a930f0d0301b29a69099d3cf', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit886d379e69082f768cd09e689a3fa8e6', 'loadClassLoader'));

$vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
Expand All @@ -43,11 +43,16 @@ public static function getLoader()

$loader->register(true);

$includeFiles = require __DIR__ . '/autoload_files.php';
foreach ($includeFiles as $file) {
composerRequire886d379e69082f768cd09e689a3fa8e6($file);
}

return $loader;
}
}

function composerRequiredd4d93d7a930f0d0301b29a69099d3cf($file)
function composerRequire886d379e69082f768cd09e689a3fa8e6($file)
{
require $file;
}
126 changes: 126 additions & 0 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,131 @@
},
"type": "library",
"installation-source": "source"
},
{
"name": "symfony/process",
"version": "v2.4.2",
"version_normalized": "2.4.2.0",
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process.git",
"reference": "c175448bac997556f8ab972908a4e14c7291fb03"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03",
"reference": "c175448bac997556f8ab972908a4e14c7291fb03",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2014-02-11 13:52:09",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Symfony\\Component\\Process\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "http://symfony.com"
},
{
"name": "kriswallsmith/assetic",
"version": "dev-master",
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/assetic.git",
"reference": "d013aae51baf893fe8d38b41f2d24db03e1cfbf7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/d013aae51baf893fe8d38b41f2d24db03e1cfbf7",
"reference": "d013aae51baf893fe8d38b41f2d24db03e1cfbf7",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/process": "~2.1"
},
"require-dev": {
"cssmin/cssmin": "*",
"joliclic/javascript-packer": "*",
"kamicane/packager": "*",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"leafo/scssphp-compass": "*",
"mrclay/minify": "*",
"patchwork/jsqueeze": "*",
"phpunit/phpunit": "~3.7",
"ptachoire/cssembed": "*",
"twig/twig": "~1.6"
},
"suggest": {
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
"leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
"leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
"patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
"ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
"twig/twig": "Assetic provides the integration with the Twig templating engine"
},
"time": "2014-02-04 10:36:39",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Assetic": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Asset Management for PHP",
"homepage": "https://github.com/kriswallsmith/assetic",
"keywords": [
"assets",
"compression",
"minification"
]
}
]
7 changes: 7 additions & 0 deletions kriswallsmith/assetic/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/docs export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.travis.xml export-ignore
phpunit.xml.dist export-ignore
7 changes: 7 additions & 0 deletions kriswallsmith/assetic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bin/
composer.lock
composer.phar
phpunit.xml
vendor/
node_modules/
Gemfile.lock
Loading

0 comments on commit e13a121

Please sign in to comment.