Skip to content

Commit

Permalink
Remove --path options as it's now available from laravel/framework.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 6, 2017
1 parent d401609 commit efb1a6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"hashids/hashids": "~1.0",
"laravel/framework": "~5.4.0",
"laravel/framework": "~5.4.17",
"mockery/mockery": "^0.9.4"
},
"replace": {
Expand Down
1 change: 0 additions & 1 deletion src/Database/Console/Migrations/ResetCommand.php
Expand Up @@ -62,7 +62,6 @@ protected function getOptions()
{
$options = [
['realpath', null, InputOption::VALUE_OPTIONAL, 'The absolute path to migration files.', null],
['path', null, InputOption::VALUE_OPTIONAL, 'The path of migrations files to be executed.'],
['package', null, InputOption::VALUE_OPTIONAL, 'The package to migrate.', null],
];

Expand Down
2 changes: 1 addition & 1 deletion src/Database/composer.json
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=5.6.0",
"illuminate/contracts": "~5.4.0",
"illuminate/database": "~5.4.0"
"illuminate/database": "~5.4.17"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit efb1a6a

Please sign in to comment.