Skip to content

Commit

Permalink
Merge pull request #13 from feliperoberto/master
Browse files Browse the repository at this point in the history
README e composer.json
  • Loading branch information
daviferreira committed Oct 9, 2015
2 parents 05dcd44 + 98dbda5 commit 40e7223
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Mais informações em:
http://www.daviferreira.com/blog/post/17/canvas-nova-classe-para-manipulacao-e-redimensionamento-de-imagens-com-php.html
http://www.daviferreira.com/posts/canvas-nova-classe-para-manipulacao-e-redimensionamento-de-imagens-com-php
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "daviferreira/canvas",
"authors": [
{
"name": "Davi Ferreira",
"email": "hi@daviferreira.com"
}
],
"autoload": {
"classmap": ["canvas.php"]
}
}

0 comments on commit 40e7223

Please sign in to comment.