Release 1.2.0

This commit is contained in:
Abel Hoogeveen 2019-09-21 19:53:37 +02:00
parent 21c6cb8ae1
commit 777a0fe7c5
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"fuzeworks/core": "1.2.0-RC5" "fuzeworks/core": "~1.2.0"
}, },
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"smarty/smarty": "3.1.*", "smarty/smarty": "3.1.*",
"latte/latte": "2.5.*", "latte/latte": "2.5.*",
"phpunit/phpunit": "^7", "phpunit/phpunit": "^7",
"mikey179/vfsStream": "1.6.5" "mikey179/vfsstream": "1.6.5"
}, },
"suggest": { "suggest": {
"smarty/smarty": "Template Engine that is natively supported by FuzeWorks.", "smarty/smarty": "Template Engine that is natively supported by FuzeWorks.",