diff --git a/composer.json b/composer.json index 9be3ed9..4902143 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,11 @@ "email": "michal@fufle.net" } ], - "minimum-stability": "dev" + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "Fufle\\": "src/", + "App\\": "app/" + } + } } diff --git a/tests/ModelTests.php b/tests/ModelTests.php index 84e3794..d0c4bc9 100644 --- a/tests/ModelTests.php +++ b/tests/ModelTests.php @@ -1,9 +1,8 @@