File tree Expand file tree Collapse file tree 3 files changed +14
-41
lines changed Expand file tree Collapse file tree 3 files changed +14
-41
lines changed Original file line number Diff line number Diff line change 1
1
# Drupal Console Core
2
2
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.
Original file line number Diff line number Diff line change 38
38
"require" : {
39
39
"php" : " ^5.5.9 || ^7.0" ,
40
40
"dflydev/dot-access-configuration" : " 1.*" ,
41
- "drupal/console-en" : " dev-master " ,
41
+ "drupal/console-en" : " ~1.0 " ,
42
42
"stecman/symfony-console-completion" : " ^0.5.1" ,
43
43
"symfony/console" : " ~2.8" ,
44
44
"symfony/dependency-injection" : " ~2.8" ,
51
51
"symfony/event-dispatcher" : " ~2.8" ,
52
52
"twig/twig" : " ^1.23.1"
53
53
},
54
+ "minimum-stability" : " dev" ,
55
+ "prefer-stable" : true ,
54
56
"autoload" : {
55
57
"files" : [
56
58
" src/constants.php" ,
You can’t perform that action at this time.
0 commit comments