Skip to content

Commit 6b8381e

Browse files
committed
composer.json added
1 parent cbdd21e commit 6b8381e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "s3b4stian/linna-array",
3+
"type": "library",
4+
"description": "Linna Array",
5+
"keywords": ["Array", "Typed Array", "php"],
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Sebastian Rapetti",
10+
"email": "[email protected]",
11+
"homepage": "https://github.com/s3b4stian/linna-array"
12+
}
13+
],
14+
"require": {
15+
"php": "^7.0.0"
16+
},
17+
"autoload": {
18+
"psr-4": {
19+
"Linna\\": "src/Linna/"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)