Skip to content

Commit 3b8f1ab

Browse files
committed
added composer.json
1 parent 47f44b4 commit 3b8f1ab

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "dg/ftp-php",
3+
"description": "Easy-to-use library for accessing FTP servers.",
4+
"keywords": ["ftp"],
5+
"homepage": "https://github.com/dg/ftp-php",
6+
"license": ["BSD-3"],
7+
"authors": [
8+
{
9+
"name": "David Grudl",
10+
"homepage": "http://davidgrudl.com"
11+
}
12+
],
13+
"autoload": {
14+
"classmap": ["ftp.class.php"]
15+
}
16+
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Introduction
77
FTP for PHP is a very small and easy-to-use library for accessing FTP servers.
88

99

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

1313

0 commit comments

Comments
 (0)