Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6c5f42

Browse files
committedApr 27, 2016
update dependencies to dev only
1 parent 1f87a17 commit a6c5f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require-dev": {
12-
"phpunit/phpunit": "^4"
12+
"phpunit/phpunit": "^4",
13+
"sclable/coding-standards": "0.1.0.2"
1314
},
1415
"autoload": {
1516
"psr-4": {
1617
"sclable\\arrayFunctions\\": "src/"
1718
}
1819
},
1920
"require": {
20-
"sclable/coding-standards": "0.1.0.2"
2121
}
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.