Release 1.2.0-RC4

This commit is contained in:
Abel Hoogeveen 2019-08-21 20:05:48 +02:00
parent 96b641829f
commit e60908c12a
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 8 additions and 8 deletions

View File

@ -14,14 +14,14 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"fuzeworks/core": "1.2.0-RC3", "fuzeworks/core": "1.2.0-RC4",
"fuzeworks/mvcr": "1.2.0-RC3", "fuzeworks/mvcr": "1.2.0-RC4",
"fuzeworks/webcomponent": "1.2.0-RC3", "fuzeworks/webcomponent": "1.2.0-RC4",
"fuzeworks/tracycomponent": "1.2.0-RC3", "fuzeworks/tracycomponent": "1.2.0-RC4",
"fuzeworks/layout": "1.2.0-RC3", "fuzeworks/layout": "1.2.0-RC4",
"fuzeworks/database": "1.2.0-RC3", "fuzeworks/database": "1.2.0-RC4",
"smarty/smarty": "~3.1.33", "smarty/smarty": "3.1.*",
"latte/latte": "~2.4.8", "latte/latte": "2.5.*",
"ext-json": "*" "ext-json": "*"
}, },
"require-dev": { "require-dev": {