commit e96b17f5a5492f1b9f8a593f61521430dc4ad3cb Author: sheychen Date: Sat Jun 10 17:20:06 2017 +0200 Too useless exemple 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 @@ +