Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Roos committed Mar 11, 2016
1 parent cf109fa commit 296ccc5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "maxserv/fal_migration_undoubler",
"type": "typo3-cms-extension",
"description": "Finds documents outside of the _migrated folder, updates references to point to those files and removes the redundant file from the _migrated folder.",
"keywords": [
"TYPO3",
"FAL",
"cleaner"
],
"support": {
"issues": "https://github.com/MaxServ/t3ext-fal_migration_undoubler/issues"
},
"require": {
"typo3/cms-core": ">=6.2.6,<8.0"
},
"replace": {
"fal_migration_undoubler": "self.version",
"typo3-ter/fal_migration_undoubler": "self.version"
},
"autoload": {
"psr-4": {
"MaxServ\\FalMigrationUndoubler\\": "Classes/"
}
},
"license": "GPL-2.0+"
}

0 comments on commit 296ccc5

Please sign in to comment.