diff options
author | marvin-borner@live.com | 2018-04-13 18:07:12 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-13 18:07:12 +0200 |
commit | 3ba8b70bd183de06138745ef1a24d7a93097d587 (patch) | |
tree | 6e7d0a313fab7a08fc2212269694033e84e88ce9 /assets/php/vendor/composer/autoload_psr4.php | |
parent | a7e6fe259817780bcc3642e6c1f33e0059c1a6fe (diff) |
added minifying support -- needs optimization though
Diffstat (limited to 'assets/php/vendor/composer/autoload_psr4.php')
-rw-r--r-- | assets/php/vendor/composer/autoload_psr4.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/php/vendor/composer/autoload_psr4.php b/assets/php/vendor/composer/autoload_psr4.php index 5c1a135..9c1906b 100644 --- a/assets/php/vendor/composer/autoload_psr4.php +++ b/assets/php/vendor/composer/autoload_psr4.php @@ -22,5 +22,7 @@ return array( 'Ratchet\\' => array($vendorDir . '/cboden/ratchet/src/Ratchet'), 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), 'Nubs\\RandomNameGenerator\\' => array($vendorDir . '/nubs/random-name-generator/src'), + 'MatthiasMullie\\PathConverter\\' => array($vendorDir . '/matthiasmullie/path-converter/src'), + 'MatthiasMullie\\Minify\\' => array($vendorDir . '/matthiasmullie/minify/src'), 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), ); |