Skip to content

Commit

Permalink
Merge pull request #9 from portrino/master
Browse files Browse the repository at this point in the history
[TASK] Add composer.json to load phpmyadmin extension via composer
  • Loading branch information
abeutel committed Jan 12, 2016
2 parents bd7dfc9 + 9667e92 commit efb964f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "mehrwert/phpmyadmin",
"type": "typo3-cms-extension",
"description": "",
"homepage": "http://typo3.org",
"license": ["GPL-2.0+"],
"version": "5.1.4",
"require": {
"typo3/cms-core": ">=6.2.0,<8.0"
},
"autoload": {
"classmap": [
"Classes/Hooks"
]
},
"replace": {
"phpmyadmin": "*"
}
}

0 comments on commit efb964f

Please sign in to comment.