restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 17:02:52 +05:00
commit 77cf56a348
4317 changed files with 1397107 additions and 0 deletions

21
public/vendor/fileinput/nuget/Package.nuspec vendored Executable file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>bootstrap-fileinput</id>
<title>bootstrap-fileinput</title>
<version>5.0.7</version>
<authors>Kartik Visweswaran</authors>
<owners>Kartik Visweswaran</owners>
<licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/kartik-v/bootstrap-fileinput</projectUrl>
<iconUrl>http://getbootstrap.com/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.</description>
<releaseNotes>https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md</releaseNotes>
<copyright>Copyright 2014 - 2019</copyright>
<tags>bootstrap bootstrap-fileinput</tags>
<dependencies>
<dependency id="bootstrap" version="3.4.1" />
</dependencies>
</metadata>
</package>