Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.

Commit 50425d8

Browse files
author
Laurent MINGUET
committed
add SF4 compatibility + add phpunit on require dev
1 parent eb7d09b commit 50425d8

2 files changed

Lines changed: 1250 additions & 65 deletions

File tree

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@
1818
}
1919
},
2020
"require": {
21-
"symfony/process": "~2.3|~3.0",
22-
"symfony/finder": ">=v2.1.2|~3.0",
23-
"symfony/filesystem": ">=v2.1.2|~3.0",
21+
"symfony/process": "~2.3|~3.0|~4.0",
22+
"symfony/finder": ">=v2.1.2 <3.0|~3.0|~4.0",
23+
"symfony/filesystem": ">=v2.1.2 <3.0|~3.0|~4.0",
2424
"webcreate/util": "1.*"
2525
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^4.0"
28+
},
2629
"suggest": {
2730
"symfony/event-dispatcher": "Allows to hook into VCS with events"
2831
}

0 commit comments

Comments
 (0)