mirror of
https://github.com/nosial/FileServer.git
synced 2025-06-07 05:48:34 +00:00
Added required dependencies
This commit is contained in:
parent
1a6605a567
commit
8db44e90d5
2 changed files with 30 additions and 0 deletions
8
.idea/php.xml
generated
8
.idea/php.xml
generated
|
@ -10,6 +10,14 @@
|
||||||
<option name="highlightLevel" value="WARNING" />
|
<option name="highlightLevel" value="WARNING" />
|
||||||
<option name="transferred" value="true" />
|
<option name="transferred" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="PhpIncludePathManager">
|
||||||
|
<include_path>
|
||||||
|
<path value="/var/ncc/packages/com.symfony.uid=v7.2.0" />
|
||||||
|
<path value="/var/ncc/packages/net.nosial.configlib=1.1.8" />
|
||||||
|
<path value="/var/ncc/packages/net.nosial.loglib2=1.0.3" />
|
||||||
|
<path value="/var/ncc/packages/net.nosial.optslib=1.1.3" />
|
||||||
|
</include_path>
|
||||||
|
</component>
|
||||||
<component name="PhpProjectSharedConfiguration" php_language_level="8.3" />
|
<component name="PhpProjectSharedConfiguration" php_language_level="8.3" />
|
||||||
<component name="PhpStanOptionsConfiguration">
|
<component name="PhpStanOptionsConfiguration">
|
||||||
<option name="transferred" value="true" />
|
<option name="transferred" value="true" />
|
||||||
|
|
22
project.json
22
project.json
|
@ -58,6 +58,28 @@
|
||||||
"DEBUG": "1"
|
"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": [
|
"execution_policies": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue