Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
[TASK] Raise version and formhandler requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jul 13, 2015
1 parent 8cfeaa1 commit 1bf00ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"formhandler_subscription": "self.version"
},
"require": {
"formhandler": ">=1.4.0",
"formhandler": ">=2.0.1",
"authcode": ">=0.1.0"
},
"suggest": {
"tt_address": "Store subscriber address records.",
"tinyurls": "Generate beautified activation URLs."
}
}
}
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Provides additional classes for the formhandler extension to build (newsletter) subscribe and modify / unsubscripe forms. It comes with some YAML based example templates.',
'category' => 'plugin',
'shy' => 0,
'version' => '0.7.0',
'version' => '0.8.0-dev',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -35,4 +35,4 @@
'tinyurls' => '0.0.1-0.0.0',
),
),
);
);

0 comments on commit 1bf00ed

Please sign in to comment.