Skip to content

Commit

Permalink
Add composer stuff ..
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBeck committed Jan 27, 2016
1 parent ffb03fc commit ba36bd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "benjamin/dynaflex",
"type": "typo3-cms-extension",
"description": "mirror of https://svn.typo3.org/TYPO3v4/Extensions/dynaflex/ - only composer.json added - maybe deleted any time!!",
"version": "2.1.0",
"require": {
"typo3/cms": "6.2.x-dev"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/BenjminBeck/dynaflex.git"
}
]
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'clearCacheOnLoad' => 1,
'lockType' => '',
'author_company' => '',
'version' => '2.0.0',
'version' => '2.1.0',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
Expand Down

0 comments on commit ba36bd4

Please sign in to comment.