[TASK] Initial commit
parents
Showing
Configuration/Settings.yaml
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "ttree/neos-sitemap", | |||
"type": "typo3-flow-package", | |||
"description": "Add description here", | |||
"require": { | |||
"typo3/neos": "*", | |||
"tackk/cartographer": "^1.1" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Ttree\\Neos\\Sitemap\\": "Classes" | |||
} | |||
} | |||
} | |||
\ No newline at end of file |
Please register or sign in to comment