Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 31, 2012
1 parent 47f44b4 commit 3b8f1ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "dg/ftp-php",
"description": "Easy-to-use library for accessing FTP servers.",
"keywords": ["ftp"],
"homepage": "https://github.com/dg/ftp-php",
"license": ["BSD-3"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"autoload": {
"classmap": ["ftp.class.php"]
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction
FTP for PHP is a very small and easy-to-use library for accessing FTP servers.


Project at GoogleCode: http://ftp-php.googlecode.com
Project at GitHub: https://github.com/dg/ftp-php
My PHP blog: http://phpfashion.com


Expand Down

0 comments on commit 3b8f1ab

Please sign in to comment.