Skip to content

Commit

Permalink
composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 14, 2013
1 parent 6a78d51 commit 954d905
Show file tree
Hide file tree
Showing 2 changed files with 20 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": "benkeen/generatedata",
"type": "library",
"description": "Free, GNU-licensed, random custom data generator for testing software",
"keywords": ["Random Data", "Test Data", "Sample Data", "data generator", "testing"],
"homepage": "http://github.com/benkeen/generatedata",
"license": "GPL",
"authors": [
{
"name": "Ben Keen",
"email": "[email protected]",
"homepage": "https://github.com/benkeen/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}
1 change: 1 addition & 0 deletions plugins/dataTypes/AlphaNumeric/AlphaNumeric.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public function getHelpHTML() {

public function getRestOptionsFormat() {
return array(
"key" => "options",
"required" => true,
"type" => "mixed"
);
Expand Down

0 comments on commit 954d905

Please sign in to comment.