diff --git a/composer.json b/composer.json index c5df1ce..91a1e52 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,5 @@ "minimum-stability": "stable", "require": { "php": ">=5.4.0" - }, - "autoload": { - "files": ["src/QuietBootstrap.php"] } } diff --git a/src/QuietBootstrap.php b/src/QuietBootstrap.php deleted file mode 100644 index c6534da..0000000 --- a/src/QuietBootstrap.php +++ /dev/null @@ -1,10 +0,0 @@ - - * @copyright 2010-2016 Ignas Rudaitis - * @license http://www.opensource.org/licenses/mit-license.html - */ -namespace Patchwork\QuietBootstrap; - -@require __DIR__ . '/../Patchwork.php';