Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpan committed Jun 23, 2017
1 parent 11f2794 commit 390187f
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name" : "windwork/captcha",
"description" : "windwork captcha component",
"keywords": ["captcha","anti robot"],
"version" : "0.5.0",
"require" : {
"php" : ">=5.5.0",
"ext-gd" : "*"
},
"license" : "MIT",
"autoload" : {
"psr-4" : {
"wf\\captcha\\" : "lib"
}
},
"type" : "library",
"authors" : [ {
"name" : "Windwork Community",
"homepage" : "http://windwork.org"
} ]
{
"name" : "windwork/captcha",
"description" : "windwork captcha component",
"keywords" : [
"captcha",
"anti robot"
],
"version" : "0.5.1",
"require" : {
"php" : ">=5.5.0",
"ext-gd" : "*"
},
"license" : "MIT",
"autoload" : {
"psr-4" : {
"wf\\captcha\\" : "lib"
}
},
"type" : "library",
"authors" : [{
"name" : "Windwork Community",
"homepage" : "http://windwork.org"
}
]
}

0 comments on commit 390187f

Please sign in to comment.