Merge pull request #99 from marco-c/composer_lock

Commit composer.lock
This commit is contained in:
Marco 2016-04-04 13:04:32 +01:00
Родитель 0f0b62c487 d4ccc8c62a
Коммит 1932d4fba7
3 изменённых файлов: 52 добавлений и 2 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,6 +1,5 @@
vendor/
tools/
composer.lock
node_modules/
wp-offline-shell.zip
build/

Просмотреть файл

@ -10,7 +10,7 @@ reinstall: $(WP_CLI) build
$(WP_CLI) plugin install --activate $(PLUGIN_NAME).zip --path=$(WORDPRESS_PATH)
build: $(COMPOSER) npm_install
$(COMPOSER) install
$(COMPOSER) install --prefer-source --no-interaction
rm -rf build $(PLUGIN_NAME).zip
cp -r $(PLUGIN_NAME)/ build/
mkdir -p build/vendor/mozilla/wp-sw-manager

51
composer.lock сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,51 @@
{
"_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"
],
"hash": "8065be7dbc16d78c89f3a0eddfaca606",
"packages": [
{
"name": "mozilla/wp-sw-manager",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mozilla/wp-sw-manager.git",
"reference": "5d248ab5590b6e83ff23d7201d5b5f34b40c429f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mozilla/wp-sw-manager/zipball/5d248ab5590b6e83ff23d7201d5b5f34b40c429f",
"reference": "5d248ab5590b6e83ff23d7201d5b5f34b40c429f",
"shasum": ""
},
"type": "library",
"license": [
"GPLv2"
],
"authors": [
{
"name": "Salvador de la Puente",
"email": "salva@mozilla.com"
}
],
"description": "Service Worker infrastructure for WordPress plugins.",
"support": {
"source": "https://github.com/mozilla/wp-sw-manager/tree/master",
"issues": "https://github.com/mozilla/wp-sw-manager/issues"
},
"time": "2016-03-14 17:17:15"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"mozilla/wp-sw-manager": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}