Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c3b3dd9

Browse files
authored
Porting setup:* and drupal:* commands to Robo. (#1407)
1 parent 25472b3 commit c3b3dd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1119
-998
lines changed

bin/blt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $robo_namespaces = [
1212
'acsf',
1313
'ci',
1414
'custom',
15+
'setup',
1516
'tests',
1617
'vm',
1718
];

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/yaml": "^2.8.11",
3333
"symfony/console": "^2.8.11",
3434
"wikimedia/composer-merge-plugin": "^1.3",
35-
"consolidation/Robo": "^1.0.6"
35+
"consolidation/Robo": "dev-master"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)