Skip to content

Commit 03e5890

Browse files
committed
Update composer.json
1 parent 70baa40 commit 03e5890

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
22
"name": "lazzard/php-ftp-client",
3-
"description": "A fully object-oriented library to the PHP FTP extension plus extra features",
3+
"description": "An FTP library that wraps the FTP Extension functions in an OOP way",
44
"type": "library",
55
"license": "MIT",
66
"keywords": [
7-
"ftp",
7+
"php",
88
"ftp-library",
9-
"ftp-client"
9+
"ftp-client",
10+
"php-ftp-client"
1011
],
1112
"authors": [
1213
{
13-
"name": "El Amrani Chakir",
14+
"name": "El Amrani Shaker",
1415
"email": "[email protected]",
1516
"homepage": "https://github.com/AmraniCh"
1617
}
1718
],
1819
"require": {
19-
"php": ">=5.5.0",
20+
"php": ">=5.6.0",
2021
"ext-ftp": "*"
2122
},
2223
"require-dev": {

0 commit comments

Comments
 (0)