Added first files

This commit is contained in:
absurdo 2023-11-10 12:48:52 +01:00
commit ba371e2e22
3 changed files with 102 additions and 0 deletions

20
composer.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "phangoapp/phatemplates",
"description": "A simple class for create templates fast",
"require-dev": {
"phpunit/phpunit": "~4.8@dev"
},
"license": "GPL3",
"authors": [
{
"name": "Antonio de la Rosa",
"email": "webmaster@web-t-sys.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"PhangoApp\\PhaTemplates\\": "src"
}
}
}