forked from danielec7/FtpBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 800 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "ijanki/ftp-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more classy way.",
"keywords": ["ftp"],
"homepage": "https://github.com/iJanki/FtpBundle",
"license": "MIT",
"authors": [
{
"name": "Daniele Cesarini",
"email": "daniele.cesarini@gmail.com",
"homepage": "http://www.danielecesarini.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"symfony/dependency-injection": "*",
"symfony/http-kernel": "*",
"symfony/config": "*"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": { "Ijanki\\Bundle\\FtpBundle\\": "" }
}
}