Skip to content

Commit

Permalink
Fixed autoloading filenames, updated composer command to match the pa…
Browse files Browse the repository at this point in the history
…ttern better.
  • Loading branch information
zakhenry committed Jul 7, 2015
1 parent 273cf9f commit 671c473
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ install:
- travis_retry npm install --no-spin
- travis_retry gulp bower:install
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --optimize-autoloader --working-dir api
- travis_retry composer install --prefer-source --no-interaction --working-dir api
- travis_retry composer install --prefer-source --no-interaction
- travis_retry gem install mailcatcher

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion api/app/Console/Commands/GenerateKeysCommand.php
Expand Up @@ -11,7 +11,7 @@ class GenerateKeysCommand extends Command
*
* @var string
*/
protected $signature = 'spira:generate-keys';
protected $signature = 'auth:generate-keys';

/**
* The console command description.
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion api/composer.json
Expand Up @@ -42,7 +42,7 @@
"scripts": {
"post-install-cmd": [
"npm install",
"php artisan spira:generate-keys"
"php artisan auth:generate-keys"
]
}
}

0 comments on commit 671c473

Please sign in to comment.