Using Satis
This commit is contained in:
parent
6c45e8596c
commit
05217209e0
@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-import": {
|
||||||
|
"dev-main": {
|
||||||
|
"name": "blackbirdchess/blackbirdchess-service-import",
|
||||||
|
"version": "dev-main",
|
||||||
|
"version_normalized": "dev-main",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-import.git",
|
||||||
|
"reference": "754e070cd76624e1332334cc613d09c4119d456a"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": "dev-main",
|
||||||
|
"ext-iconv": "*",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"time": "2023-01-13T11:24:41+00:00",
|
||||||
|
"default-branch": true,
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Blackbirdchess\\Service\\Import\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"AGPL-3.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jeroen De Meerleer",
|
||||||
|
"email": "schaak@jeroened.be",
|
||||||
|
"homepage": "https://www.jeroened.be",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Service to import other apps files into blackbird chess",
|
||||||
|
"keywords": [
|
||||||
|
"blackbirdchess",
|
||||||
|
"chess",
|
||||||
|
"pairing"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": {
|
||||||
|
"dev-main": {
|
||||||
|
"name": "blackbirdchess/blackbirdchess-service-results",
|
||||||
|
"version": "dev-main",
|
||||||
|
"version_normalized": "dev-main",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results.git",
|
||||||
|
"reference": "e0aaf5c2864fdcbc8789cdce67f67ad942e158bf"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-iconv": "*",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"time": "2023-01-13T11:25:04+00:00",
|
||||||
|
"default-branch": true,
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Blackbirdchess\\Service\\Results\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"AGPL-3.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jeroen De Meerleer",
|
||||||
|
"email": "schaak@jeroened.be",
|
||||||
|
"homepage": "https://www.jeroened.be",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Service to calculate results for blackbird chess",
|
||||||
|
"keywords": [
|
||||||
|
"blackbirdchess",
|
||||||
|
"chess",
|
||||||
|
"pairing"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-import": []
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-import": [
|
||||||
|
{
|
||||||
|
"name": "blackbirdchess/blackbirdchess-service-import",
|
||||||
|
"version": "dev-main",
|
||||||
|
"version_normalized": "dev-main",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-import.git",
|
||||||
|
"reference": "754e070cd76624e1332334cc613d09c4119d456a"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": "dev-main",
|
||||||
|
"ext-iconv": "*",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"time": "2023-01-13T11:24:41+00:00",
|
||||||
|
"default-branch": true,
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Blackbirdchess\\Service\\Import\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"AGPL-3.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jeroen De Meerleer",
|
||||||
|
"email": "schaak@jeroened.be",
|
||||||
|
"homepage": "https://www.jeroened.be",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Service to import other apps files into blackbird chess",
|
||||||
|
"keywords": [
|
||||||
|
"blackbirdchess",
|
||||||
|
"chess",
|
||||||
|
"pairing"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": []
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": [
|
||||||
|
{
|
||||||
|
"name": "blackbirdchess/blackbirdchess-service-results",
|
||||||
|
"version": "dev-main",
|
||||||
|
"version_normalized": "dev-main",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results.git",
|
||||||
|
"reference": "e0aaf5c2864fdcbc8789cdce67f67ad942e158bf"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-iconv": "*",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"time": "2023-01-13T11:25:04+00:00",
|
||||||
|
"default-branch": true,
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Blackbirdchess\\Service\\Results\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"AGPL-3.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jeroen De Meerleer",
|
||||||
|
"email": "schaak@jeroened.be",
|
||||||
|
"homepage": "https://www.jeroened.be",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Service to calculate results for blackbird chess",
|
||||||
|
"keywords": [
|
||||||
|
"blackbirdchess",
|
||||||
|
"chess",
|
||||||
|
"pairing"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
13
build/packages.json
Normal file
13
build/packages.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"packages": [],
|
||||||
|
"includes": {
|
||||||
|
"include/all$4a1e1fe5768b24d7ce965b355fb617c6086ceaee.json": {
|
||||||
|
"sha1": "4a1e1fe5768b24d7ce965b355fb617c6086ceaee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadata-url": "/p2/%package%.json",
|
||||||
|
"available-packages": [
|
||||||
|
"blackbirdchess/blackbirdchess-service-import",
|
||||||
|
"blackbirdchess/blackbirdchess-service-results"
|
||||||
|
]
|
||||||
|
}
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"packages": {
|
|
||||||
"blackbirdchess/blackbirdchess-service-import": {
|
|
||||||
"dev-main": {
|
|
||||||
"name": "blackbirdchess/blackbirdchess-service-import",
|
|
||||||
"version": "dev-main",
|
|
||||||
"dist": {
|
|
||||||
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-import/archive/main.zip",
|
|
||||||
"type": "zip"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"blackbirdchess/blackbirdchess-service-results": {
|
|
||||||
"dev-main": {
|
|
||||||
"name": "blackbirdchess/blackbirdchess-service-results",
|
|
||||||
"version": "dev-main",
|
|
||||||
"dist": {
|
|
||||||
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results/archive/main.zip",
|
|
||||||
"type": "zip"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
16
satis.json
Normal file
16
satis.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "blackbirdchess/blackbirdchess-repository-composer",
|
||||||
|
"homepage": "https://blackbirdchess.app",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-import.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require-all": true,
|
||||||
|
"output-dir": "build"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user