Skip to content

Commit df4da35

Browse files
committed
update dependencies
1 parent 2c29dd2 commit df4da35

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "sclable/array-functions",
33
"license": "MIT",
4+
"description": "An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.",
45
"authors": [
56
{
67
"name": "Michael Rutz",
78
"email": "[email protected]"
89
}
910
],
10-
"require": {}
11+
"require-dev": {
12+
"phpunit/phpunit": "^4"
13+
},
14+
"autoload": {
15+
"psr-4": {
16+
"sclable\\arrayFunctions\\": "src/"
17+
}
18+
},
19+
"require": {
20+
"sclable/coding-standards": "0.1.0.2"
21+
}
1122
}

0 commit comments

Comments
 (0)