Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpan committed Jun 23, 2017
1 parent abb41b6 commit 38db83d
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
"name" : "windwork/image",
"description" : "windwork image component, implement thumb and watermark function. windwork图片处理组件,生支持成缩略图和打水印功能。",
"type" : "library",
"keywords": ["watermark","thumb","image"],
"version" : "0.5.0",
"require" : {
"php" : ">=5.5.0"
},
"license" : "MIT",
"autoload" : {
"psr-4" : {
"wf\\image\\" : "lib"
}
},
"authors" : [ {
"name" : "Windwork Community",
"homepage" : "http://windwork.org"
} ]
{
"name" : "windwork/image",
"description" : "windwork image component, implement thumb and watermark function. windwork图片处理组件,生支持成缩略图和打水印功能。",
"type" : "library",
"keywords" : [
"watermark",
"thumb",
"image"
],
"version" : "0.5.1",
"require" : {
"php" : ">=5.5.0"
},
"license" : "MIT",
"autoload" : {
"psr-4" : {
"wf\\image\\" : "lib"
}
},
"authors" : [{
"name" : "Windwork Community",
"homepage" : "http://windwork.org"
}
]
}

0 comments on commit 38db83d

Please sign in to comment.