Initial commit
This commit is contained in:
19
typo3conf/ext/scriptmerger/composer.json
Normal file
19
typo3conf/ext/scriptmerger/composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "sgalinski/scriptmerger",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "CSS/Javascript Minificator, Compressor And Concatenator - This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the \"minify\", \"jsminplus\" and \"jsmin\" projects.",
|
||||
"homepage": "https://www.sgalinski.de",
|
||||
"license": ["GPL-2.0+"],
|
||||
"version": "5.0.1",
|
||||
"support": {
|
||||
"issues": "https://forge.typo3.org/projects/extension-scriptmerger/issues"
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"SGalinski\\Scriptmerger\\": "Classes/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user