We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895b6f1 commit 60f3afdCopy full SHA for 60f3afd
1 file changed
composer.json
@@ -1,14 +1,15 @@
1
{
2
- "name": "flowpack/elasticsearch-contentrepositoryqueueindexer",
3
- "type": "typo3-flow-package",
4
- "description": "Neos CMS ElasticSearch indexer based on beanstalkd (job queue)",
5
- "require": {
6
- "typo3/flow": "*",
7
- "typo3/jobqueue-beanstalkd": "*"
8
- },
9
- "autoload": {
10
- "psr-0": {
11
- "Flowpack\\ElasticSearch\\ContentRepositoryQueueIndexer": "Classes"
12
- }
+ "name": "flowpack/elasticsearch-contentrepositoryqueueindexer",
+ "type": "typo3-flow-package",
+ "description": "Neos CMS ElasticSearch indexer based on beanstalkd (job queue)",
+ "license": "MIT",
+ "require": {
+ "typo3/flow": "*",
+ "typo3/jobqueue-beanstalkd": "*"
+ },
+ "autoload": {
+ "psr-0": {
+ "Flowpack\\ElasticSearch\\ContentRepositoryQueueIndexer": "Classes"
13
}
14
+ }
15
0 commit comments