Skip to content

Commit c2b9ac7

Browse files
committed
update composer json
1 parent 5fa8fd0 commit c2b9ac7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"description": "php bootstrapping for simple web app",
44
"optimize-autoloader": true,
55
"type": "project",
6-
"require-dev": {
7-
"fzaninotto/faker": "~1.4",
8-
"mockery/mockery": "0.9.*",
9-
"phpunit/phpunit": "~5.7"
10-
},
116
"authors": [
127
{
138
"name": "Harry Sitohang",
@@ -22,6 +17,11 @@
2217
"phpcollection/phpcollection": "^0.5.0",
2318
"zendframework/zend-diactoros": "^1.7"
2419
},
20+
"require-dev": {
21+
"fzaninotto/faker": "~1.4",
22+
"mockery/mockery": "0.9.*",
23+
"phpunit/phpunit": "~5.7"
24+
},
2525
"autoload": {
2626
"psr-4": {
2727
"PhpBootstrap\\": "src/"

0 commit comments

Comments
 (0)