Skip to content

Commit 60f3afd

Browse files
committed
[TASK] Add license in composer.json
1 parent 895b6f1 commit 60f3afd

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

composer.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
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-
}
2+
"name": "flowpack/elasticsearch-contentrepositoryqueueindexer",
3+
"type": "typo3-flow-package",
4+
"description": "Neos CMS ElasticSearch indexer based on beanstalkd (job queue)",
5+
"license": "MIT",
6+
"require": {
7+
"typo3/flow": "*",
8+
"typo3/jobqueue-beanstalkd": "*"
9+
},
10+
"autoload": {
11+
"psr-0": {
12+
"Flowpack\\ElasticSearch\\ContentRepositoryQueueIndexer": "Classes"
1313
}
14+
}
1415
}

0 commit comments

Comments
 (0)