mirror of
https://github.com/nosial/FileServer.git
synced 2025-06-07 13:48:36 +00:00
Added required dependencies
This commit is contained in:
parent
1a6605a567
commit
8db44e90d5
2 changed files with 30 additions and 0 deletions
22
project.json
22
project.json
|
@ -58,6 +58,28 @@
|
|||
"DEBUG": "1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "com.symfony.uid",
|
||||
"version": "latest",
|
||||
"source": "symfony/uid=latest@packagist"
|
||||
},
|
||||
{
|
||||
"name": "net.nosial.configlib",
|
||||
"version": "latest",
|
||||
"source": "nosial/configlib=latest@github"
|
||||
},
|
||||
{
|
||||
"name": "net.nosial.loglib2",
|
||||
"version": "latest",
|
||||
"source": "nosial/loglib2=latest@github"
|
||||
},
|
||||
{
|
||||
"name": "net.nosial.optslib",
|
||||
"version": "latest",
|
||||
"source": "nosial/optslib=latest@github"
|
||||
}
|
||||
]
|
||||
},
|
||||
"execution_policies": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue