first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"require": {
"citation-style-language/locales":"@dev",
"seboettg/citeproc-php": "^2.4.1"
},
"config": {
"vendor-dir": "lib/vendor",
"platform": {
"php": "8.0.2"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "citation-style-language/locales",
"version":"1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/locales.git",
"reference": "master"
}
}
}
]
}