From bd1ef40db6369dfd53259a90e2d3466305fc31a9 Mon Sep 17 00:00:00 2001 From: Scott Date: Thu, 16 Apr 2015 09:03:49 -0400 Subject: [PATCH] Autoloader sanity --- composer.json | 15 ++++++-------- pharaoh | 35 +-------------------------------- src/{ => Pharaoh}/PharDiff.php | 0 src/{ => Pharaoh}/PharError.php | 0 src/{ => Pharaoh}/Pharaoh.php | 0 src/autoload.php | 33 +++++++++++++++++++++++++++++++ 6 files changed, 40 insertions(+), 43 deletions(-) rename src/{ => Pharaoh}/PharDiff.php (100%) rename src/{ => Pharaoh}/PharError.php (100%) rename src/{ => Pharaoh}/Pharaoh.php (100%) create mode 100644 src/autoload.php diff --git a/composer.json b/composer.json index 4df320a..f13b0aa 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "paragonie/pharaoh", "description": "Compare PHARs from the Command Line", - "version": "0.1.0", + "version": "0.1.2", "keywords": [ "tool", "utility", @@ -20,15 +20,12 @@ ], "support": { "issues": "https://github.com/paragonie/pharaoh/issues", - "email": "info@resonantcore.net", + "email": "info@paragonie.com", "source": "https://github.com/paragonie/pharaoh" }, "autoload": { - "psr-4": { - "ParagonIE\\Pharoah\\": "src/" - } - }, - "require-dev": { - "phpunit/phpunit": "4.5.*" + "files": [ + "src/autoload.php" + ] } -} +} \ No newline at end of file diff --git a/pharaoh b/pharaoh index d857db0..6907415 100755 --- a/pharaoh +++ b/pharaoh @@ -1,39 +1,6 @@ #!/usr/bin/env php