forked from TYPO3-Solr/ext-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
157 lines (157 loc) · 5.15 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "apache-solr-for-typo3/solr",
"type": "typo3-cms-extension",
"description": "Apache Solr for TYPO3",
"license": "GPL-3.0-or-later",
"keywords": ["typo3", "TYPO3 CMS", "solr", "search"],
"homepage": "https://www.typo3-solr.com",
"authors": [
{
"name": "Ingo Renner",
"email": "[email protected]",
"role": "Lead Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/TYPO3-Solr/ext-solr/issues",
"forum": "https://talk.typo3.org",
"slack": "https://typo3.slack.com/archives/C02FF05Q4",
"source": "https://github.com/TYPO3-Solr/ext-solr",
"docs": "https://docs.typo3.org/p/apache-solr-for-typo3/solr/main/en-us/"
},
"require": {
"php": "^8.1",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"solarium/solarium": "6.3.2",
"typo3/cms-backend": "*",
"typo3/cms-core": "^v12.4.3",
"typo3/cms-extbase": "*",
"typo3/cms-fluid": "*",
"typo3/cms-frontend": "*",
"typo3/cms-reports": "*",
"typo3/cms-scheduler": "*",
"typo3/cms-tstemplate": "*"
},
"require-dev": {
"dg/bypass-finals": "^1.4",
"phpunit/phpunit": "^9.5",
"typo3/cms-fluid-styled-content": "*",
"typo3/coding-standards": "~0.7.1",
"typo3/testing-framework": "^7.0.2",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3"
},
"replace": {
"apache-solr-for-typo3/solrfluid": "*",
"apache-solr-for-typo3/solrfluidgrouping": "*",
"typo3-ter/solr": "self.version",
"typo3-ter/solrfluid": "*",
"typo3-ter/solrfluidgrouping": "*"
},
"autoload": {
"psr-4": {
"ApacheSolrForTypo3\\Solr\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"ApacheSolrForTypo3\\Solr\\Tests\\": "Tests/",
"ApacheSolrForTypo3\\FakeExtension\\": "Tests/Integration/Fixtures/Extensions/fake_extension/Classes/",
"ApacheSolrForTypo3\\SolrFakeExtension2\\": "Tests/Integration/Fixtures/Extensions/fake_extension2/Classes/",
"ApacheSolrForTypo3\\SolrFakeExtension3\\": "Tests/Integration/Fixtures/Extensions/fake_extension3/Classes/",
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms-core/Tests/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": true,
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
"sort-packages": true,
"preferred-install": {
"typo3/cms-core": "source",
"*": "dist"
}
},
"scripts": {
"post-autoload-dump": [
"mkdir -p .Build/vendor/apache-solr-for-typo3",
"[ -L .Build/vendor/apache-solr-for-typo3/solr ] || ln -snvf ../../../. .Build/vendor/apache-solr-for-typo3/solr"
],
"t3:docs:build": [
"rm -Rf Documentation-GENERATED-temp/",
"./Build/generate_documentation.sh"
],
"t3:docs:build:prod": [
"BUILD_DOCS_FOR_PRODUCTION=1 $COMPOSER_BINARY t3:docs:build"
],
"t3:docs:clean": [
"rm -Rf Documentation-GENERATED-temp/ $(readlink -f Documentation.HTML) Documentation.HTML"
],
"extension-create-libs": [
"@composer req -d Resources/Private/Php/ComposerLibraries solarium/solarium:$(Build/Helpers/GET_LOCAL_PACKAGE_VERSION_CONSTRAINT.sh solarium/solarium)"
],
"extension-build": [
"@extension-create-libs"
],
"tests:restore-git": "echo \"Retore composer.json to initial state:\" && git checkout composer.json",
"tests:env": [
"if [ -z ${TYPO3_VERSION+x} ]; then >&2 echo \"Can not proceed, because env var TYPO3_VERSION is not set\"; exit 1; else echo \"Setup test environment for TYPO3 ${TYPO3_VERSION}\"; fi",
"if echo $TYPO3_VERSION | grep -q \"dev\"; then $COMPOSER_BINARY config minimum-stability dev; fi"
],
"tests:setup": [
"@tests:env",
"@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"@tests:restore-git"
],
"tests:unit": [
"phpunit --config=Build/Test/UnitTests.xml"
],
"tests:integration": [
"Composer\\Config::disableProcessTimeout",
"phpunit --config=Build/Test/IntegrationTests.xml"
],
"tests:phpstan": [
"phpstan analyze -c Build/Test/phpstan.neon"
],
"t3:standards:fix": [
"php-cs-fixer fix"
],
"tests:lint-xml": [
"echo \"Run XML Lint\"",
"if ! $($COMPOSER_BINARY config home)/vendor/bin/xmllint Resources/Private/Language/ --pattern='*.xlf' --exclude=.Build/*; then echo \"Some XML files are not valid\" && echo \"Please fix the files listed above\" && export EXIT_CODE=4; else echo \"No syntax errors! Great job!\"; fi"
]
},
"extra": {
"branch-alias": {
"dev-main": "12.0.x-dev"
},
"typo3/cms": {
"extension-key": "solr",
"web-dir": ".Build/Web"
},
"TYPO3-Solr": {
"version-matrix": {
"ext-tika": "^12.0",
"ext-solrfal": "^12.0",
"ext-solrconsole": "^12.0",
"ext-solrdebugtools": "^12.0",
"ext-solrmlt": "^12.0",
"Apache-Solr": "9.3.0",
"configset": "ext_solr_12_0_0"
},
"ext-solrfal": {
},
"stack-for-ci": {
"sclable/xml-lint": "*",
"scrutinizer/ocular": "*"
}
}
}
}