From b4d3499c802b3f5d57864448a2f055d73a59f0fb Mon Sep 17 00:00:00 2001 From: Gustavo Tavares Date: Tue, 5 Mar 2024 17:08:16 -0400 Subject: [PATCH] . --- .gitattributes | 1 + .gitignore | 21 +++++++++++++++++++++ composer.json | 42 ++++++++++++++++++++++++++++++++++++++++++ www/index.php | 3 +++ 4 files changed, 67 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 composer.json create mode 100644 www/index.php diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ffb1739 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7cbd18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +environment.php +.secret/ +.secretapp.sqlite +.secret/* +vendor/* +*.env +.idea/* +*.sublime-* +.vscode/* +.DS_Store +Thumbs.db +cache/* +tmp/* +log/* +node_modules/* +build/* +dist/* +*.lock +_FOSSIL_ +*~ +auth.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5423353 --- /dev/null +++ b/composer.json @@ -0,0 +1,42 @@ +{ + "name": "mucholove/deployer-test", + "description": "Todas sus necesidades en linea.", + "type": "project", + "license": "Private", + "authors": [ + { + "name": "Gustavo Tavares", + "email": "mucholove@fastmail.com" + } + ], + "minimum-stability": "stable", + "repoInfo": "https://getcomposer.org/doc/05-repositories.md", + "repositories": [ + { + "type": "path", + "url": "../deployer" + }, + { + "type": "vcs", + "url": "https://github.com/mucholove/gtk-data-access" + }, + { + "type": "vcs", + "url": "https://github.com/mucholove/gtk-helpers" + }, + { + "type": "vcs", + "url": "https://github.com/stonewood-rd/stonewood-lib" + } + ], + "require": { + "php": "^8.2", + "mucholove/deployer": "dev-main" + }, + "autoload": { + "files": [ + ], + "classmap": [ + ] + } +} diff --git a/www/index.php b/www/index.php new file mode 100644 index 0000000..bad56e1 --- /dev/null +++ b/www/index.php @@ -0,0 +1,3 @@ + +
+

HTML works!!!