Skip to content

Commit

Permalink
[TASK] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzulrich committed Feb 5, 2018
1 parent cffaa51 commit d5c8946
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Do not use the extension if you are obliged to make the records completely inacc
Requirements
------------

TYPO3 6.2
Powermail 2.1 or 3.0-F
TYPO3 8.7 LTS+
Tested with Powermail 5.3
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
"homepage": "https://github.com/visol/ext-powermail_exportperms",
"license": [
"GPL-2.0-or-later"
]
],
"require": {
"typo3/cms-core": "~8.7.0"
},
"autoload": {
"psr-4": {
"Visol\\PowermailExportperms\\": "Classes"
}
}
}

0 comments on commit d5c8946

Please sign in to comment.