pdf-finder/composer.json

38 lines
620 B
JSON
Raw Normal View History

2021-03-23 21:58:40 +01:00
{
"name": "joopschilder/pdf-finder",
"type": "project",
"license": "MIT",
2021-04-08 15:37:18 +02:00
"keywords": [
"pdf",
"documents",
"search",
"metadata",
"info",
"portable document format"
],
2021-03-23 21:58:40 +01:00
"description": "Utility to locate PDF files based on their metadata",
"autoload": {
"psr-0": {
"": [
"src"
]
}
},
2021-04-08 15:37:18 +02:00
"autoload-dev": {
"psr-0": {
"": [
"src",
"tests"
]
}
},
2021-03-23 21:58:40 +01:00
"require": {
"symfony/console": "^5.2",
"cocur/slugify": "^4.0",
"illuminate/collections": "^8.33"
2021-04-08 15:37:18 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.5"
2021-03-23 21:58:40 +01:00
}
}