From 4abcadb7082dd6676ecc9786b56fa74e5a3c512e Mon Sep 17 00:00:00 2001 From: Danilo Elias Date: Fri, 5 Mar 2021 09:19:39 -0300 Subject: [PATCH] First version --- composer.json | 30 ++++++++++++++++++++++++++++++ src/Echo/Congrats.php | 9 +++++++++ 2 files changed, 39 insertions(+) create mode 100644 composer.json create mode 100644 src/Echo/Congrats.php diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..571349e --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "zxcvbnm456/echo-php", + "description": "Test project", + "type": "library", + "homepage": "https://github.com/delias-silva/echo-php", + "license": "MIT", + "version": "1.0.0", + "config": { + "platform": { + "php": "8.0" + } + }, + "require": { + "php": ">=8.0" + }, + "autoload": { + "psr-4": { + "Echo\\": [ + "src/echo/" + ] + } + }, + "repositories": [ + { + "type": "composer", + "url": "https://packagist.org" + }, + { "packagist": false } + ] +} \ No newline at end of file diff --git a/src/Echo/Congrats.php b/src/Echo/Congrats.php new file mode 100644 index 0000000..dabfb05 --- /dev/null +++ b/src/Echo/Congrats.php @@ -0,0 +1,9 @@ +