Skip to content

Instantly share code, notes, and snippets.

@AaronHolbrook
Created January 23, 2018 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronHolbrook/18ecb569d865cc217776789a377e8b3d to your computer and use it in GitHub Desktop.
Save AaronHolbrook/18ecb569d865cc217776789a377e8b3d to your computer and use it in GitHub Desktop.
Composer lock file for WP CLI Issue #4632
{
"config": {
"preferred-install": "dist",
"vendor-dir": "mu-plugins/app/vendor"
},
"extra": {
"installer-paths": {
"mu-plugins/{$name}/": [
"type:wordpress-muplugin"
]
}
},
"require": {
"php": ">=5.5",
"composer/installers": "~1.0.12",
"arrilot/dotenv-php": "^1.0"
}
}
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "73fc68403c1c92687d6fb0efaed5cc61",
"packages": [
{
"name": "arrilot/dotenv-php",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/arrilot/dotenv-php.git",
"reference": "a42a07d3d81672a1ed23545465927502d72d0ca2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/arrilot/dotenv-php/zipball/a42a07d3d81672a1ed23545465927502d72d0ca2",
"reference": "a42a07d3d81672a1ed23545465927502d72d0ca2",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Arrilot\\DotEnv\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nekrasov Ilya",
"email": "nekrasov.ilya90@gmail.com"
}
],
"homepage": "https://github.com/arrilot/dotenv-php",
"keywords": [
"dotenv",
"production"
],
"time": "2017-06-19T23:05:03+00:00"
},
{
"name": "composer/installers",
"version": "v1.0.25",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/36e5b5843203d7f1cf6ffb0305a97e014387bd8e",
"reference": "36e5b5843203d7f1cf6ffb0305a97e014387bd8e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Hurad",
"ImageCMS",
"MODX Evo",
"Mautic",
"OXID",
"SMF",
"Thelia",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"bitrix",
"cakephp",
"chef",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"elgg",
"fuelphp",
"grav",
"installer",
"joomla",
"kohana",
"laravel",
"lithium",
"magento",
"mako",
"mediawiki",
"modulework",
"moodle",
"phpbb",
"piwik",
"ppi",
"puppet",
"roundcube",
"shopware",
"silverstripe",
"symfony",
"typo3",
"wordpress",
"zend",
"zikula"
],
"time": "2016-04-13T19:46:30+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.5"
},
"platform-dev": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment