Skip to content

Commit

Permalink
Rename bin
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Nov 27, 2023
1 parent 3a29b7d commit 1d5781c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yiisoft/db-migration",
"bin": [
"bin/migration"
"bin/yii-db-migration"
],
"type": "library",
"description": "Yii DB Migration",
Expand Down
4 changes: 2 additions & 2 deletions docs/en/usage-with-symfony-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ final class MigrationContainer
}
```

3. Run the command `./vendor/bin/migration` to see the list of available migration commands.
3. Run the console command to see the list of available migration commands.

```shell
./vendor/bin/migration
./vendor/bin/yii-db-migration
```

0 comments on commit 1d5781c

Please sign in to comment.