Skip to content

Commit 05c8768

Browse files
authored
Tag new release 1.0.0 rc1 (#56)
* Tag release RC-1. * Tag release RC-1.
1 parent 82e11e2 commit 05c8768

File tree

3 files changed

+14
-41
lines changed

3 files changed

+14
-41
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
# Drupal Console Core
22

3-
Drupal Console Core, this project contains commands and features to be shared across projects.
4-
5-
### Relocate commands:
6-
#### Completed
7-
```
8-
* about Display basic information about project.
9-
* check System requirement checker
10-
* help Displays help for a command.
11-
* list Lists all available commands.
12-
* settings:debug List user Drupal Console settings.
13-
* settings:set Change a specific setting value in DrupalConsole config file
14-
```
15-
16-
#### Pending
17-
```
18-
* init Copy configuration files.
19-
* site:debug List all known local and remote sites.
20-
* site:import:local Import/Configure an existing local Drupal project
21-
* translation:cleanup Clean up translation files
22-
* translation:pending Determine pending translation string in a language or a specific file in a language
23-
* translation:stats Generate translate stats
24-
* translation:sync Sync translation files
25-
* yaml:diff Compare two YAML files in order to find differences between them.
26-
* yaml:merge Merge two or more YAML files in a new YAML file. Latest values are preserved.
27-
* yaml:split Split a YAML file using indent as separator criteria
28-
* yaml:update:key Replace a YAML key in a YAML file.
29-
* yaml:update:value Update a value for a specific key in a YAML file.
30-
```
3+
Drupal Console Core, this project contains commands and features to be shared across DrupalConsole projects.

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"require": {
3939
"php": "^5.5.9 || ^7.0",
4040
"dflydev/dot-access-configuration": "1.*",
41-
"drupal/console-en" : "dev-master",
41+
"drupal/console-en" : "~1.0",
4242
"stecman/symfony-console-completion": "^0.5.1",
4343
"symfony/console": "~2.8",
4444
"symfony/dependency-injection": "~2.8",
@@ -51,6 +51,8 @@
5151
"symfony/event-dispatcher": "~2.8",
5252
"twig/twig": "^1.23.1"
5353
},
54+
"minimum-stability": "dev",
55+
"prefer-stable": true,
5456
"autoload": {
5557
"files": [
5658
"src/constants.php",

composer.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)