Skip to content

Commit

Permalink
Merge pull request #7 from zivtech/Issue-2/add-probo
Browse files Browse the repository at this point in the history
Adding probo config file.
  • Loading branch information
Jason Moore authored Jun 5, 2020
2 parents 8e334e6 + 9b03580 commit dfe5e86
Show file tree
Hide file tree
Showing 52 changed files with 2,532 additions and 37 deletions.
17 changes: 17 additions & 0 deletions .probo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
image: proboci/ubuntu-16.04-lamp:php-7.2
steps:
- name: Update composer.
command: '/usr/local/bin/composer self-update'
- name: Install composer packages with dependencies.
command: 'composer install -d /src'
- name: Drupal site install.
plugin: Drupal
clearCaches: false
subDirectory: web
drupalVersion: 8
configSyncDirectory: config
runInstall: true
- name: Rebuild Caches
command: "drush --root='/var/www/html' cr"
- name: Generate login link.
command: "drush --root='/var/www/html' uli"
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Pantheon Composer Template

A repository template for new Drupal 8 Pantheon sites based on the https://github.com/pantheon-systems/example-drops-8-composer repository.

## Starterlight Theme
Our front-end developer team has put together a Drupal 8 starter theme called [Starterlight](https://github.com/zivtech/starterlight) to use for new Drupal 8 theming projects. See the [Starterlight](https://github.com/zivtech/starterlight) project page on GitHub for documentation.

## Probo Integration
This repository is ready to be integrated with Probo.CI to install a fresh copy of Drupal 8. Additional configuration to the .probo.yaml file is required to manage configuration imports after the site has been installed.

## Notable Changes
Below you can find the notable changes between our repository and the pantheon example-drops-8-composer repo.
Below you can find the notable changes between our repository and the Pantheon [example-drops-8-composer](https://github.com/pantheon-systems/example-drops-8-composer) repo.

- The .gitignore file is modified to allow scaffolding, vendor, core, and all other composer managed files.
- The .gitignore file is modified to ignore composer dev dependencies.
Expand All @@ -13,7 +18,8 @@ Below you can find the notable changes between our repository and the pantheon e
- Added [Environment Indicator](https://www.drupal.org/project/environment_indicator) module settings for local, DDEV, and Pantheon environments.
- Added [composer-manifest](https://github.com/joachim-n/composer-manifest) Composer plugin to track all installed package and dependency versions.

## How to Use
## How to Use This Template
Below you can find step by step documentation for creating a new Drupal 8 project repository controlled by Composer that lives on GitHub and is hosted on Pantheon.

1. Create a new GitHub repo for the project site using this repository as a template.
2. Ensure you have a [Pantheon Machine Token](https://dashboard.pantheon.io/users/#account/tokens/).
Expand Down
2 changes: 1 addition & 1 deletion composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
drupal/stage_file_proxy: 1.0.0-beta1
drupal/token: 1.5.0
drush-ops/behat-drush-endpoint: 9.3.0
drush/drush: 8.3.0
drush/drush: 8.3.1
easyrdf/easyrdf: 0.9.1
egulias/email-validator: 2.1.7
ezyang/htmlpurifier: v4.11.0
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3441,6 +3441,16 @@
'Drush\\Drush' => $vendorDir . '/drush/drush/lib/Drush/Drush.php',
'Drush\\DrushConfig' => $vendorDir . '/drush/drush/lib/Drush/DrushConfig.php',
'Drush\\Exceptions\\UserAbortException' => $vendorDir . '/drush/drush/lib/Drush/Exceptions/UserAbortException.php',
'Drush\\Internal\\Symfony\\Yaml\\Dumper' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Dumper.php',
'Drush\\Internal\\Symfony\\Yaml\\Escaper' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Escaper.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\DumpException' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Exception/DumpException.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\ExceptionInterface' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Exception/ExceptionInterface.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\ParseException' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Exception/ParseException.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Exception/RuntimeException.php',
'Drush\\Internal\\Symfony\\Yaml\\Inline' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Inline.php',
'Drush\\Internal\\Symfony\\Yaml\\Parser' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Parser.php',
'Drush\\Internal\\Symfony\\Yaml\\Unescaper' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Unescaper.php',
'Drush\\Internal\\Symfony\\Yaml\\Yaml' => $vendorDir . '/drush/drush/src/Internal/Symfony/Yaml/Yaml.php',
'Drush\\Log\\DrushLog' => $vendorDir . '/drush/drush/lib/Drush/Log/DrushLog.php',
'Drush\\Log\\LogLevel' => $vendorDir . '/drush/drush/lib/Drush/Log/LogLevel.php',
'Drush\\Log\\Logger' => $vendorDir . '/drush/drush/lib/Drush/Log/Logger.php',
Expand All @@ -3454,12 +3464,14 @@
'Drush\\Queue\\Queue6' => $vendorDir . '/drush/drush/lib/Drush/Queue/Queue6.php',
'Drush\\Queue\\Queue7' => $vendorDir . '/drush/drush/lib/Drush/Queue/Queue7.php',
'Drush\\Queue\\Queue8' => $vendorDir . '/drush/drush/lib/Drush/Queue/Queue8.php',
'Drush\\Queue\\Queue9' => $vendorDir . '/drush/drush/lib/Drush/Queue/Queue9.php',
'Drush\\Queue\\QueueBase' => $vendorDir . '/drush/drush/lib/Drush/Queue/QueueBase.php',
'Drush\\Queue\\QueueException' => $vendorDir . '/drush/drush/lib/Drush/Queue/QueueException.php',
'Drush\\Queue\\QueueInterface' => $vendorDir . '/drush/drush/lib/Drush/Queue/QueueInterface.php',
'Drush\\Role\\Role6' => $vendorDir . '/drush/drush/lib/Drush/Role/Role6.php',
'Drush\\Role\\Role7' => $vendorDir . '/drush/drush/lib/Drush/Role/Role7.php',
'Drush\\Role\\Role8' => $vendorDir . '/drush/drush/lib/Drush/Role/Role8.php',
'Drush\\Role\\Role9' => $vendorDir . '/drush/drush/lib/Drush/Role/Role9.php',
'Drush\\Role\\RoleBase' => $vendorDir . '/drush/drush/lib/Drush/Role/RoleBase.php',
'Drush\\Role\\RoleException' => $vendorDir . '/drush/drush/lib/Drush/Role/RoleException.php',
'Drush\\SiteAlias\\AliasManagerAdapter' => $vendorDir . '/drush/drush/lib/Drush/SiteAlias/AliasManagerAdapter.php',
Expand All @@ -3469,6 +3481,7 @@
'Drush\\Sql\\Sql6' => $vendorDir . '/drush/drush/lib/Drush/Sql/Sql6.php',
'Drush\\Sql\\Sql7' => $vendorDir . '/drush/drush/lib/Drush/Sql/Sql7.php',
'Drush\\Sql\\Sql8' => $vendorDir . '/drush/drush/lib/Drush/Sql/Sql8.php',
'Drush\\Sql\\Sql9' => $vendorDir . '/drush/drush/lib/Drush/Sql/Sql9.php',
'Drush\\Sql\\SqlBase' => $vendorDir . '/drush/drush/lib/Drush/Sql/SqlBase.php',
'Drush\\Sql\\SqlException' => $vendorDir . '/drush/drush/lib/Drush/Sql/SqlException.php',
'Drush\\Sql\\SqlVersion' => $vendorDir . '/drush/drush/lib/Drush/Sql/SqlVersion.php',
Expand All @@ -3491,11 +3504,13 @@
'Drush\\User\\User6' => $vendorDir . '/drush/drush/lib/Drush/User/User6.php',
'Drush\\User\\User7' => $vendorDir . '/drush/drush/lib/Drush/User/User7.php',
'Drush\\User\\User8' => $vendorDir . '/drush/drush/lib/Drush/User/User8.php',
'Drush\\User\\User9' => $vendorDir . '/drush/drush/lib/Drush/User/User9.php',
'Drush\\User\\UserList' => $vendorDir . '/drush/drush/lib/Drush/User/UserList.php',
'Drush\\User\\UserListException' => $vendorDir . '/drush/drush/lib/Drush/User/UserListException.php',
'Drush\\User\\UserSingle6' => $vendorDir . '/drush/drush/lib/Drush/User/UserSingle6.php',
'Drush\\User\\UserSingle7' => $vendorDir . '/drush/drush/lib/Drush/User/UserSingle7.php',
'Drush\\User\\UserSingle8' => $vendorDir . '/drush/drush/lib/Drush/User/UserSingle8.php',
'Drush\\User\\UserSingle9' => $vendorDir . '/drush/drush/lib/Drush/User/UserSingle9.php',
'Drush\\User\\UserSingleBase' => $vendorDir . '/drush/drush/lib/Drush/User/UserSingleBase.php',
'Drush\\User\\UserVersion' => $vendorDir . '/drush/drush/lib/Drush/User/UserVersion.php',
'EasyRdf_Collection' => $vendorDir . '/easyrdf/easyrdf/lib/EasyRdf/Collection.php',
Expand Down
15 changes: 15 additions & 0 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4102,6 +4102,16 @@ class ComposerStaticInitd537509cd94aedcbf33ecb57706ef9af
'Drush\\Drush' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Drush.php',
'Drush\\DrushConfig' => __DIR__ . '/..' . '/drush/drush/lib/Drush/DrushConfig.php',
'Drush\\Exceptions\\UserAbortException' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Exceptions/UserAbortException.php',
'Drush\\Internal\\Symfony\\Yaml\\Dumper' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Dumper.php',
'Drush\\Internal\\Symfony\\Yaml\\Escaper' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Escaper.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Exception/DumpException.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Exception/ExceptionInterface.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Exception/ParseException.php',
'Drush\\Internal\\Symfony\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Exception/RuntimeException.php',
'Drush\\Internal\\Symfony\\Yaml\\Inline' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Inline.php',
'Drush\\Internal\\Symfony\\Yaml\\Parser' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Parser.php',
'Drush\\Internal\\Symfony\\Yaml\\Unescaper' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Unescaper.php',
'Drush\\Internal\\Symfony\\Yaml\\Yaml' => __DIR__ . '/..' . '/drush/drush/src/Internal/Symfony/Yaml/Yaml.php',
'Drush\\Log\\DrushLog' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Log/DrushLog.php',
'Drush\\Log\\LogLevel' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Log/LogLevel.php',
'Drush\\Log\\Logger' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Log/Logger.php',
Expand All @@ -4115,12 +4125,14 @@ class ComposerStaticInitd537509cd94aedcbf33ecb57706ef9af
'Drush\\Queue\\Queue6' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/Queue6.php',
'Drush\\Queue\\Queue7' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/Queue7.php',
'Drush\\Queue\\Queue8' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/Queue8.php',
'Drush\\Queue\\Queue9' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/Queue9.php',
'Drush\\Queue\\QueueBase' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/QueueBase.php',
'Drush\\Queue\\QueueException' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/QueueException.php',
'Drush\\Queue\\QueueInterface' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Queue/QueueInterface.php',
'Drush\\Role\\Role6' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/Role6.php',
'Drush\\Role\\Role7' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/Role7.php',
'Drush\\Role\\Role8' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/Role8.php',
'Drush\\Role\\Role9' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/Role9.php',
'Drush\\Role\\RoleBase' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/RoleBase.php',
'Drush\\Role\\RoleException' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Role/RoleException.php',
'Drush\\SiteAlias\\AliasManagerAdapter' => __DIR__ . '/..' . '/drush/drush/lib/Drush/SiteAlias/AliasManagerAdapter.php',
Expand All @@ -4130,6 +4142,7 @@ class ComposerStaticInitd537509cd94aedcbf33ecb57706ef9af
'Drush\\Sql\\Sql6' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/Sql6.php',
'Drush\\Sql\\Sql7' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/Sql7.php',
'Drush\\Sql\\Sql8' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/Sql8.php',
'Drush\\Sql\\Sql9' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/Sql9.php',
'Drush\\Sql\\SqlBase' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/SqlBase.php',
'Drush\\Sql\\SqlException' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/SqlException.php',
'Drush\\Sql\\SqlVersion' => __DIR__ . '/..' . '/drush/drush/lib/Drush/Sql/SqlVersion.php',
Expand All @@ -4152,11 +4165,13 @@ class ComposerStaticInitd537509cd94aedcbf33ecb57706ef9af
'Drush\\User\\User6' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/User6.php',
'Drush\\User\\User7' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/User7.php',
'Drush\\User\\User8' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/User8.php',
'Drush\\User\\User9' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/User9.php',
'Drush\\User\\UserList' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserList.php',
'Drush\\User\\UserListException' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserListException.php',
'Drush\\User\\UserSingle6' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserSingle6.php',
'Drush\\User\\UserSingle7' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserSingle7.php',
'Drush\\User\\UserSingle8' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserSingle8.php',
'Drush\\User\\UserSingle9' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserSingle9.php',
'Drush\\User\\UserSingleBase' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserSingleBase.php',
'Drush\\User\\UserVersion' => __DIR__ . '/..' . '/drush/drush/lib/Drush/User/UserVersion.php',
'EasyRdf_Collection' => __DIR__ . '/..' . '/easyrdf/easyrdf/lib/EasyRdf/Collection.php',
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3805,17 +3805,17 @@
},
{
"name": "drush/drush",
"version": "8.3.0",
"version_normalized": "8.3.0.0",
"version": "8.3.1",
"version_normalized": "8.3.1.0",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
"reference": "59454e59b1139d3c0264504e42359397d828d459"
"reference": "346536f579a55a2e895d1434324521bab71459f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/59454e59b1139d3c0264504e42359397d828d459",
"reference": "59454e59b1139d3c0264504e42359397d828d459",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/346536f579a55a2e895d1434324521bab71459f9",
"reference": "346536f579a55a2e895d1434324521bab71459f9",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -3846,7 +3846,7 @@
"drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
"ext-pcntl": "*"
},
"time": "2019-07-09T21:53:08+00:00",
"time": "2019-10-24T23:13:00+00:00",
"bin": [
"drush",
"drush.launcher",
Expand Down
10 changes: 9 additions & 1 deletion vendor/drush/drush/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,17 @@ env:

matrix:
include:
# D9.0.x
- php: 7.2
env: 'UNISH_DRUPAL_MAJOR_VERSION=9 UNISH_DRUPAL_MINOR_VERSION=0.x-dev'

# D8.8.x
- php: 7.2
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=8.0-alpha1'

# D8.7.x
- php: 7.0
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.3'
env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.8'

# D8.6.x
- php: 7.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/drush/drush/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources
* [General Documentation](http://docs.drush.org)
* [API Documentation](http://api.drush.org)
* [Drush Commands](http://drushcommands.com)
* Subscribe [this atom feed](https://github.com/drush-ops/drush/releases.atom) to receive notification on new releases. Also, [Version eye](https://www.versioneye.com/).
* To receive notifications on new releases, use GitHub's 'Watch' button and select 'Releases only'. Also, [this atom feed](https://github.com/drush-ops/drush/releases.atom).
* [Drush packages available via Composer](https://packagist.org/search/?type=drupal-drush)
* [A list of modules that include Drush integration](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654&solrsort=ds_project_latest_release+desc)
* Drush comes with a [full test suite](https://github.com/drush-ops/drush/blob/master/tests/README.md) powered by [PHPUnit](https://github.com/sebastianbergmann/phpunit). Each commit gets tested by the awesome [Travis.ci continuous integration service](https://travis-ci.org/drush-ops/drush).
Expand Down
2 changes: 1 addition & 1 deletion vendor/drush/drush/commands/core/config.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Drupal\Core\Config\FileStorage;
use Drupal\Component\Utility\NestedArray;
use Drush\Config\StorageWrapper;
use Drush\Config\CoreExtensionFilter;
use Symfony\Component\Yaml\Parser;
use Drush\Internal\Symfony\Yaml\Parser;

/**
* Implementation of hook_drush_help().
Expand Down
87 changes: 87 additions & 0 deletions vendor/drush/drush/commands/core/drupal/cache_9.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<?php
/**
* @file
* Engine for the cache commands.
*/

use Drupal\Core\Cache\Cache;

function _drush_cache_command_get($cid, $bin) {
if (is_null($bin)) {
$bin = _drush_cache_bin_default();
}
return \Drupal::cache($bin)->get($cid);
}

/**
* The default bin.
*
* @return string
*/
function _drush_cache_bin_default() {
return 'default';
}

function _drush_cache_command_set($cid, $data, $bin, $expire, $tags) {
if (is_null($bin)) {
$bin = _drush_cache_bin_default();
}

// Convert the "expire" argument to a valid value for Drupal's cache_set().
if ($expire == 'CACHE_TEMPORARY') {
$expire = Cache::TEMPORARY;
}
if (!isset($expire) || $expire == 'CACHE_PERMANENT') {
$expire = Cache::PERMANENT;
}

return \Drupal::cache($bin)->set($cid, $data, $expire, $tags);
}

function _drush_cache_clear_types($include_bootstrapped_types) {
$types = array(
'drush' => 'drush_cache_clear_drush',
);
if ($include_bootstrapped_types) {
$types += array(
'theme-registry' => 'drush_cache_clear_theme_registry',
'router' => 'drush_cache_clear_router',
'css-js' => 'drush_cache_clear_css_js',
'module-list' => 'drush_get_modules',
'theme-list' => 'drush_get_themes',
'render' => 'drush_cache_clear_render',
);
}
return $types;
}

function drush_cache_clear_theme_registry() {
\Drupal::service('theme.registry')->reset();
}

function drush_cache_clear_router() {
/** @var \Drupal\Core\Routing\RouteBuilderInterface $router_builder */
$router_builder = \Drupal::service('router.builder');
$router_builder->rebuild();
}

function drush_cache_clear_css_js() {
_drupal_flush_css_js();
drupal_clear_css_cache();
drupal_clear_js_cache();
}

/**
* Clear the cache of the block output.
*/
function drush_cache_clear_block() {
// There is no distinct block cache in D8. See https://github.com/drush-ops/drush/issues/1531.
// \Drupal::cache('block')->deleteAll();
}

/**
* Clears the render cache entries.
*/
function drush_cache_clear_render() {
Cache::invalidateTags(['rendered']);
}
2 changes: 1 addition & 1 deletion vendor/drush/drush/commands/core/outputformat/yaml.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use Symfony\Component\Yaml\Dumper;
use Drush\Internal\Symfony\Yaml\Dumper;

/**
* Output formatter 'yaml'
Expand Down
Loading

0 comments on commit dfe5e86

Please sign in to comment.