Release 1.2.0-RC5

This commit is contained in:
Abel Hoogeveen 2019-09-18 00:25:42 +02:00
parent e60908c12a
commit 348f61a10d
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
2 changed files with 7 additions and 7 deletions

View File

@ -14,12 +14,12 @@
],
"require": {
"php": ">=7.1.0",
"fuzeworks/core": "1.2.0-RC4",
"fuzeworks/mvcr": "1.2.0-RC4",
"fuzeworks/webcomponent": "1.2.0-RC4",
"fuzeworks/tracycomponent": "1.2.0-RC4",
"fuzeworks/layout": "1.2.0-RC4",
"fuzeworks/database": "1.2.0-RC4",
"fuzeworks/core": "1.2.0-RC5",
"fuzeworks/mvcr": "1.2.0-RC5",
"fuzeworks/webcomponent": "1.2.0-RC5",
"fuzeworks/tracycomponent": "1.2.0-RC5",
"fuzeworks/layout": "1.2.0-RC5",
"fuzeworks/database": "1.2.0-RC6",
"smarty/smarty": "3.1.*",
"latte/latte": "2.5.*",
"ext-json": "*"

View File

@ -40,7 +40,7 @@ namespace FuzeWorks;
abstract class WebAppModel extends WebModel
{
/**
* @var Layout
* @var Database
*/
protected $databases;