-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.03 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
29
30
31
32
33
34
{
"name": "lechimp-p/flightcontrol",
"description": "An interface for iterationr and recursion in directories over the leagues flysystem.",
"keywords": ["filesystem", "flysystem"],
"type": "library",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/lechimp-p/flightcontrol",
"authors": [
{
"name": "Richard Klees",
"email": "richard.klees@rwth-aachen.de"
}
],
"support": {
"issues": "https://github.com/lechimp-p/flightcontrol/internal/issues",
"source": "https://github.com/lechimp-p/flightcontrol"
},
"autoload" : {
"psr-4" : {
"Lechimp\\Flightcontrol\\" : "src",
"Lechimp\\Flightcontrol\\Tests\\" : "tests"
}
},
"require": {
"php": ">=7.3",
"league/flysystem": "^2.0"
},
"require-dev": {
"league/flysystem-ziparchive": "^2.0",
"league/flysystem-memory": "^2.0",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3.0"
}
}