Ivan - Update redbean version to support php7 [skip ci]

This commit is contained in:
ivan 2016-12-24 16:53:33 -03:00
parent 0fd70ec441
commit 01748a2a25
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"require": {
"slim/slim": "~2.0",
"gabordemooij/redbean": "~4.2",
"respect/validation": "^1.1",
"phpmailer/phpmailer": "^5.2",
"google/recaptcha": "~1.1"
"google/recaptcha": "~1.1",
"gabordemooij/redbean": "^4.3"
},
"require-dev": {
"phpunit/phpunit": "5.0.*"