summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5cdac14a..16460f27 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
"discard-changes": true
},
"require" : {
- "php" : ">=5.3",
+ "php" : ">=5.3.3",
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-hash" : "*",
@@ -50,7 +50,8 @@
]
},
"require-dev" : {
+ "symfony/yaml" : "2.1",
"symfony/stopwatch" : "~2.6",
- "phpunit/phpunit": "4.8.*"
+ "phpunit/phpunit" : "4.8.*"
}
}