mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
Initial commit
Yay! HTMLy was born today.
This commit is contained in:
commit
643b3be88d
69 changed files with 7950 additions and 0 deletions
11
vendor/composer/autoload_namespaces.php
vendored
Normal file
11
vendor/composer/autoload_namespaces.php
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
// autoload_namespaces.php generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'dflydev\\markdown' => $vendorDir . '/dflydev/markdown/src',
|
||||
'Suin\\RSSWriter' => $vendorDir . '/suin/php-rss-writer/Source',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue