Release 1.2.0-RC4

This commit is contained in:
Abel Hoogeveen 2019-08-21 19:35:31 +02:00
parent 18f2a6bb40
commit 2be0b7b158
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@
], ],
"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",
"ext-pdo": "*" "ext-pdo": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7", "phpunit/phpunit": "^7",
"fuzeworks/tracycomponent": "1.2.0-RC3" "fuzeworks/tracycomponent": "1.2.0-RC4"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {