Skip to content

Commit f67fc09

Browse files
committed
Add composer configuration file
1 parent 82f2c8a commit f67fc09

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "elementaryframework/fire-fs",
3+
"description": "Easily access and manage your files with PHP",
4+
"type": "library",
5+
"require-dev": {
6+
"phpunit/phpunit": "^7"
7+
},
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Axel Nana",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {
16+
"php": "^7.1.10"
17+
},
18+
"keywords": [
19+
"filesystem",
20+
"files"
21+
],
22+
"autoload": {
23+
"psr-4": {
24+
"FireFS\\": "src/FireFS/"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)