From 560f8736c0d9dba85ffbbc791e01b66ebac02782 Mon Sep 17 00:00:00 2001 From: SteamPixel Date: Tue, 14 Jan 2020 11:44:26 +0100 Subject: [PATCH] Moved Route.php to src folder --- .gitignore | 2 ++ composer.json | 2 +- index.php | 4 ++-- Route.php => src/Route.php | 0 4 files changed, 5 insertions(+), 3 deletions(-) rename Route.php => src/Route.php (100%) diff --git a/.gitignore b/.gitignore index fa42701..29c358d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ # Compser files /vendor/ + +/test/ diff --git a/composer.json b/composer.json index 3d02c25..4d05908 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": {}, "autoload": { "psr-0": { - "SteamPixel": "src/" + "Steampixel": "src/" } } } diff --git a/index.php b/index.php index 4e09d31..97b5a4a 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,10 @@