Skip to content

Commit

Permalink
Add missing test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 11, 2020
1 parent 4fec3c1 commit fde1086
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/fixtures/composer-concurrent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"require": {
"psr/log": "^1.0.0",
"violinist-dev/violinist-config": "dev-master"
},
"extra": {
"violinist": {
"number_of_concurrent_updates": 1
}
}
}
97 changes: 97 additions & 0 deletions test/fixtures/composer-concurrent.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0a52ecd537677c6b40e49be23e454791",
"packages": [
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21T11:40:51+00:00"
},
{
"name": "violinist-dev/violinist-config",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/violinist-dev/violinist-config.git",
"reference": "7df08914087a53b45f9131117006b9ecc2fa3166"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/violinist-dev/violinist-config/zipball/7df08914087a53b45f9131117006b9ecc2fa3166",
"reference": "7df08914087a53b45f9131117006b9ecc2fa3166",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"satooshi/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Violinist\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eirik S. Morland",
"email": "eirik@morland.no"
}
],
"description": "Get violinist config from composer.json",
"time": "2020-07-10T15:43:41+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"violinist-dev/violinist-config": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}
106 changes: 106 additions & 0 deletions test/fixtures/composer-concurrent.lock-updated
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0a52ecd537677c6b40e49be23e454791",
"packages": [
{
"name": "psr/log",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2020-03-23T09:12:05+00:00"
},
{
"name": "violinist-dev/violinist-config",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/violinist-dev/violinist-config.git",
"reference": "31bccb1862b490911d5cea0114cfdbba9fe6dbdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/violinist-dev/violinist-config/zipball/31bccb1862b490911d5cea0114cfdbba9fe6dbdb",
"reference": "31bccb1862b490911d5cea0114cfdbba9fe6dbdb",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"satooshi/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Violinist\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eirik S. Morland",
"email": "eirik@morland.no"
}
],
"description": "Get violinist config from composer.json",
"time": "2020-07-10T15:45:33+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"violinist-dev/violinist-config": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}

0 comments on commit fde1086

Please sign in to comment.