Update composer dependencies

This commit is contained in:
Frédéric Guillot
2017-12-15 13:27:25 -08:00
parent a93b8e10f5
commit 8e6476b402
290 changed files with 8037 additions and 2176 deletions

View File

@@ -18,11 +18,16 @@
],
"require": {
"php": ">=5.3.0",
"ext-gd": "*"
"ext-gd": "*",
"ext-mbstring": "*",
"symfony/finder": "~3.0"
},
"autoload": {
"psr-4": {
"Gregwar\\Captcha\\": "/"
"Gregwar\\": "src/Gregwar"
}
},
"require-dev": {
"phpunit/phpunit": "^6.4"
}
}