Added filers

This commit is contained in:
Antonio de la Rosa 2025-12-11 21:37:45 +01:00
commit 33899c38a4
5 changed files with 385 additions and 0 deletions

12
composer.json Normal file
View file

@ -0,0 +1,12 @@
{
"repositories": [
{
"type": "path",
"url": "./vendor/phangoapp/cuchuluphputils"
}
],
"require": {
"phangoapp/cuchuluphputils": "dev-master"
}
}