Skip to content

Commit 8736045

Browse files
committed
composer : Add composer.json
1 parent 92746fa commit 8736045

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "presentkim/arrayutils",
3+
"description": "Library that provides a method to fancy manipulate an array",
4+
"readme": "README.md",
5+
"autoload": {
6+
"psr-0": {
7+
"kim\\present\\lib\\arrayutils": "src/"
8+
}
9+
},
10+
"require": {
11+
"php": "^7.3"
12+
},
13+
"license": "MIT",
14+
"version": "4.0.0"
15+
}

0 commit comments

Comments
 (0)