Skip to content

Commit

Permalink
Release 10.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed May 4, 2023
1 parent 4f573ca commit 99a3246
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ See bellow current list of available commands:
.. code-block::
Available commands:
completion Dump the shell completion script
config Dumps the current or given configuration.
help Display help for a command
list List commands
help Displays help for a command
list Lists commands
docker
docker:refresh-configuration [dk-rc] Update docker-compose.yml file based on project's configurations.
drupal
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.0.0-beta6';
public const VERSION = '10.0.0-beta7';

/**
* Returns the Toolkit root.
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
- { task: process, source: behat.yml.dist, destination: behat.yml }
resources: []
expectations:
- str_contains: |
- string_contains: |
Description:
Setup the behat file
Usage:
example:full
full
example:full --simulate
- str_contains: |
- string_contains: |
Help:
Some help text
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^10
Current version: 10.0.0-beta6
Current version: 10.0.0-beta7
Version check: OK
- command: toolkit:check-version
Expand All @@ -99,7 +99,7 @@
> Checking Toolkit version:
Minimum version: ^10
Current version: 10.0.0-beta6
Current version: 10.0.0-beta7
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit 99a3246

Please sign in to comment.