Skip to content

Commit

Permalink
[BUGFIX] Add more information to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed May 1, 2020
1 parent 802d218 commit c787af7
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "b13/akamai",
"type": "typo3-cms-extension",
"description": "Akamai CDN Adapter for purging TYPO3 caches",
"require": {
"typo3/cms-core": "^9.5 || ^10.0",
"name": "b13/akamai",
"type": "typo3-cms-extension",
"description": "Akamai CDN Adapter for purging TYPO3 caches",
"keywords": ["typo3", "cdn", "akamai", "cache", "purge"],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^9.5 || ^10.0",
"akamai-open/edgegrid-client": "^1.0"
},
"extra": {
"typo3/cms": {
"extension-key": "akamai"
}
},
"suggest": {
"b13/proxycachemanager": "Proxy Cache Manager Extension to provide integration into TYPO3s Backend Cache Flush methods"
},
"autoload": {
"psr-4": {
"B13\\Akamai\\": "Classes/"
}
}
"extra": {
"typo3/cms": {
"extension-key": "akamai"
}
},
"suggest": {
"b13/proxycachemanager": "Proxy Cache Manager Extension to provide integration into TYPO3s Backend Cache Flush methods"
},
"autoload": {
"psr-4": {
"B13\\Akamai\\": "Classes/"
}
}
}

0 comments on commit c787af7

Please sign in to comment.