mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
add composer.json
This commit is contained in:
parent
a7fd69a6b9
commit
875954e730
23
SeedDMS_Lucene/composer.json
Normal file
23
SeedDMS_Lucene/composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "seeddms/lucene",
|
||||
"description": "Lucene based fulltext search for SeedDMS ",
|
||||
"type": "library",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Seeddms\\Lucene\\": "Lucene/"
|
||||
},
|
||||
"classmap": ["Lucene/"]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uwe Steinmann",
|
||||
"email": "info@seeddms.org"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
}
|
||||
|
||||
}
|
23
SeedDMS_Preview/composer.json
Normal file
23
SeedDMS_Preview/composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "seeddms/preview",
|
||||
"description": "Create Preview images, pdf and txt for for SeedDMS ",
|
||||
"type": "library",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Seeddms\\Preview\\": "Preview/"
|
||||
},
|
||||
"classmap": ["Preview/"]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uwe Steinmann",
|
||||
"email": "info@seeddms.org"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
}
|
||||
|
||||
}
|
23
SeedDMS_SQLiteFTS/composer.json
Normal file
23
SeedDMS_SQLiteFTS/composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "seeddms/lucene",
|
||||
"description": "SQLiteFTS based fulltext search for SeedDMS ",
|
||||
"type": "library",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Seeddms\\SQLiteFTS\\": "SQLiteFTS/"
|
||||
},
|
||||
"classmap": ["SQLiteFTS/"]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uwe Steinmann",
|
||||
"email": "info@seeddms.org"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user