Added external repositories
This commit is contained in:
parent
66305a6c4d
commit
3c4519ffa3
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "blakcbirdchess/blackbirdchess-service-import",
|
"name": "blackbirdchess/blackbirdchess-service-import",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "Service to import other apps files into blackbird chess",
|
"description": "Service to import other apps files into blackbird chess",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -18,7 +18,8 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"ext-iconv": "*"
|
"ext-iconv": "*",
|
||||||
|
"blackbirdchess/blackbirdchess-service-results": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
},
|
},
|
||||||
@ -27,6 +28,12 @@
|
|||||||
"Blackbirdchess\\Service\\Import\\": "src/"
|
"Blackbirdchess\\Service\\Import\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.1"
|
"php": "7.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user