This commit is contained in:
Bastian Allgeier
2019-01-14 10:52:45 +01:00
parent 01277f79f2
commit 8070893b64
22 changed files with 482 additions and 351 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "getkirby/cms",
"description": "The Kirby 3 core",
"version": "3.0.0-RC-5.0",
"version": "3.0.0-RC-6.0",
"license": "proprietary",
"keywords": ["kirby", "cms", "core"],
"homepage": "https://getkirby.com",
@@ -24,13 +24,13 @@
"ext-mbstring": "*",
"ext-ctype": "*",
"getkirby/composer-installer": "*",
"mustangostang/spyc": "0.6.*",
"michelf/php-smartypants": "1.8.*",
"claviska/simpleimage": "3.3.*",
"phpmailer/phpmailer": "6.0.*",
"filp/whoops": "2.3.*",
"true/punycode": "2.1.*",
"zendframework/zend-escaper": "2.6.*"
"mustangostang/spyc": "0.6.2",
"michelf/php-smartypants": "1.8.1",
"claviska/simpleimage": "3.3.3",
"phpmailer/phpmailer": "6.0.6",
"filp/whoops": "2.3.1",
"true/punycode": "2.1.1",
"zendframework/zend-escaper": "2.6.0"
},
"autoload": {
"files": ["config/helpers.php", "config/aliases.php", "config/tests.php"],