1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

don't commit composer.lock (after all the test should use the latest

version)

and change to "matomo/searchengine-and-social-list"
This commit is contained in:
Lukas Winkler 2018-01-29 21:36:15 +01:00
parent 2426d7809f
commit 5dc693fc27
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5
3 changed files with 5 additions and 148 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ vendor/
tmp
finished.txt
__pycache__/
composer.lock

View file

@ -1,8 +1,11 @@
{
"config": {
"preferred-install": "source"
},
"require-dev": {
},
"require": {
"piwik/searchengine-and-social-list": "dev-master",
"matomo/searchengine-and-social-list": "dev-master",
"piwik/device-detector": "dev-master"
}
}

147
composer.lock generated
View file

@ -1,147 +0,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": "7b669e7b9119bd3f2e26a451f9ae81c9",
"packages": [
{
"name": "mustangostang/spyc",
"version": "0.6.2",
"source": {
"type": "git",
"url": "https://github.com/mustangostang/spyc.git",
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.3.*@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"files": [
"Spyc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "mustangostang",
"email": "vlad.andersen@gmail.com"
}
],
"description": "A simple YAML loader/dumper class for PHP",
"homepage": "https://github.com/mustangostang/spyc/",
"keywords": [
"spyc",
"yaml",
"yml"
],
"time": "2017-02-24T16:06:33+00:00"
},
{
"name": "piwik/device-detector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/piwik/device-detector.git",
"reference": "12adf85645b92b9c3b574d840bda6309629036f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/piwik/device-detector/zipball/12adf85645b92b9c3b574d840bda6309629036f2",
"reference": "12adf85645b92b9c3b574d840bda6309629036f2",
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
"php": ">=5.3.2"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7",
"matthiasmullie/scrapbook": "@stable",
"phpunit/phpunit": "^4.8.36",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose"
},
"type": "library",
"autoload": {
"psr-4": {
"DeviceDetector\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0+"
],
"authors": [
{
"name": "The Piwik Team",
"email": "hello@piwik.org",
"homepage": "http://piwik.org/the-piwik-team/"
}
],
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"homepage": "http://piwik.org",
"keywords": [
"devicedetection",
"parser",
"useragent"
],
"time": "2017-11-17T18:05:04+00:00"
},
{
"name": "piwik/searchengine-and-social-list",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/piwik/searchengine-and-social-list.git",
"reference": "b6f0671d395139ea6eea31ecab2e303ce5191edf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/piwik/searchengine-and-social-list/zipball/b6f0671d395139ea6eea31ecab2e303ce5191edf",
"reference": "b6f0671d395139ea6eea31ecab2e303ce5191edf",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"Public Domain"
],
"description": "Search engine and social network definitions used by Piwik",
"time": "2017-11-07T08:01:18+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"piwik/searchengine-and-social-list": 20,
"piwik/device-detector": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}