feat: make package

This commit is contained in:
Guillermo Pages
2021-08-30 13:12:58 +02:00
parent ae2ead6d1a
commit 23348743ee
14 changed files with 1064 additions and 0 deletions

10
vendor/composer/autoload_psr4.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Gbili\\' => array($baseDir . '/src'),
);