From e96b17f5a5492f1b9f8a593f61521430dc4ad3cb Mon Sep 17 00:00:00 2001 From: sheychen Date: Sat, 10 Jun 2017 17:20:06 +0200 Subject: [PATCH] Too useless exemple --- composer.json | 19 +++++++++++++++++++ public/index.php | 6 ++++++ src/MyApp.php | 17 +++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 composer.json create mode 100644 public/index.php create mode 100644 src/MyApp.php diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4809174 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "krutush/exemple", + "license": "MIT", + "authors": [ + { + "name": "sheychen", + "email": "contact@clementbois.fr" + } + ], + "require": { + //PHP7.1 + "krutush/krutush": "dev-master" + }, + "autoload": { + "psr-4": { + "Exemple\\": "src/" + } + } +} \ No newline at end of file diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..d43ea30 --- /dev/null +++ b/public/index.php @@ -0,0 +1,6 @@ +run(); +?> \ No newline at end of file diff --git a/src/MyApp.php b/src/MyApp.php new file mode 100644 index 0000000..ac2397f --- /dev/null +++ b/src/MyApp.php @@ -0,0 +1,17 @@ +