Browse Source

Bump composer/installers from 1.5.0 to 1.6.0 (#137)

Bumps [composer/installers](https://github.com/composer/installers) from 1.5.0 to 1.6.0.
<details>
<summary>Changelog</summary>

*Sourced from [composer/installers's changelog](https://github.com/composer/installers/blob/master/CHANGELOG.md).*

> # Change Log
> 
> ## [Unreleased]
</details>
<details>
<summary>Commits</summary>

- [`cfcca6b`](cfcca6b1b6) Merge pull request [#397](https://github-redirect.dependabot.com/composer/installers/issues/397) from harmenjanssen/normalize-october-plugin
- [`8da283a`](8da283adf7) Normalise vendor directory containing hyphen
- [`5d15e4e`](5d15e4e9aa) Merge pull request [#376](https://github-redirect.dependabot.com/composer/installers/issues/376) from thomscode/disable-installers
- [`78eb8ca`](78eb8ca263) Add use statements in place of fully qualified namespaces
- [`4bff163`](4bff1637ea) Merge branch 'master' into disable-installers
- [`a118c5b`](a118c5bbb5) Merge pull request [#391](https://github-redirect.dependabot.com/composer/installers/issues/391) from davidbarratt/mediawiki-core
- [`2353998`](2353998d5a) Add MediaWiki Core
- [`c3c5297`](c3c5297a3b) Add false as an option to prevent installers from being disabled.
- [`3806135`](38061358f2) Update documentation to include false option
- [`1aa22c1`](1aa22c1756) Merge branch 'master' into disable-installers
- Additional commits viewable in [compare view](https://github.com/composer/installers/compare/v1.5.0...v1.6.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=composer/installers&package-manager=composer&previous-version=1.5.0&new-version=1.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=composer/installers&package-manager=composer&previous-version=1.5.0&new-version=1.6.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
pull/138/head
dependabot[bot] 6 years ago committed by Ned Zimmerman
parent
commit
3c3769a1eb
  1. 10
      composer.lock

10
composer.lock generated

@ -8,16 +8,16 @@
"packages": [
{
"name": "composer/installers",
"version": "v1.5.0",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "049797d727261bf27f2690430d935067710049c2"
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
"reference": "049797d727261bf27f2690430d935067710049c2",
"url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
"shasum": ""
},
"require": {
@ -124,7 +124,7 @@
"zend",
"zikula"
],
"time": "2017-12-29T09:13:20+00:00"
"time": "2018-08-27T06:10:37+00:00"
},
{
"name": "pressbooks/mix",

Loading…
Cancel
Save