diff --git a/app/Console/Commands/Inspire.php b/app/Console/Commands/Inspire.php
index abb255d1..b5b0c0d6 100644
--- a/app/Console/Commands/Inspire.php
+++ b/app/Console/Commands/Inspire.php
@@ -2,8 +2,6 @@
use Illuminate\Console\Command;
use Illuminate\Foundation\Inspiring;
-use Symfony\Component\Console\Input\InputOption;
-use Symfony\Component\Console\Input\InputArgument;
class Inspire extends Command {
diff --git a/config/filesystems.php b/config/filesystems.php
index ad8228f2..0221fa70 100644
--- a/config/filesystems.php
+++ b/config/filesystems.php
@@ -63,6 +63,7 @@
'container' => 'your-container',
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
'region' => 'IAD',
+ 'url_type' => 'publicURL'
],
],
diff --git a/config/queue.php b/config/queue.php
old mode 100755
new mode 100644
diff --git a/package.json b/package.json
index f45052ae..5595f071 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
diff --git a/phpunit.xml b/phpunit.xml
index 08522be9..d66acd01 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -18,5 +18,6 @@