We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c29dd2 commit df4da35Copy full SHA for df4da35
composer.json
@@ -1,11 +1,22 @@
1
{
2
"name": "sclable/array-functions",
3
"license": "MIT",
4
+ "description": "An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.",
5
"authors": [
6
7
"name": "Michael Rutz",
8
"email": "michael.rutz@sclable.com"
9
}
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
22
0 commit comments