Skip to content

Commit 509baa9

Browse files
committed
adding ArrayFinder requirement
1 parent 09c63a6 commit 509baa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=5.3.6",
31+
"php": ">=5.4",
3232
"michelf/php-markdown": "~1.5",
3333
"seld/jsonlint": "~1.3",
3434
"symfony/event-dispatcher": "~2.6",
3535
"symfony/filesystem": "~2.6.4",
3636
"symfony/finder": "~2.6",
3737
"symfony/yaml": "~2.6",
3838
"kevinlebrun/colors.php": "~0.4.1",
39-
"alchemy/zippy": "~0.2.1"
39+
"alchemy/zippy": "~0.2.1",
40+
"shudrum/array-finder": "^1.0.0"
4041
}
4142
}

0 commit comments

Comments
 (0)