We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70baa40 commit 03e5890Copy full SHA for 03e5890
composer.json
@@ -1,22 +1,23 @@
1
{
2
"name": "lazzard/php-ftp-client",
3
- "description": "A fully object-oriented library to the PHP FTP extension plus extra features",
+ "description": "An FTP library that wraps the FTP Extension functions in an OOP way",
4
"type": "library",
5
"license": "MIT",
6
"keywords": [
7
- "ftp",
+ "php",
8
"ftp-library",
9
- "ftp-client"
+ "ftp-client",
10
+ "php-ftp-client"
11
],
12
"authors": [
13
- "name": "El Amrani Chakir",
14
+ "name": "El Amrani Shaker",
15
"email": "[email protected]",
16
"homepage": "https://github.com/AmraniCh"
17
}
18
19
"require": {
- "php": ">=5.5.0",
20
+ "php": ">=5.6.0",
21
"ext-ftp": "*"
22
},
23
"require-dev": {
0 commit comments