Release release candidate 2 for 1.2.0

This commit is contained in:
Abel Hoogeveen 2019-02-11 19:49:14 +01:00
parent 5272b3f40b
commit 90b1a6f7aa
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 4 additions and 3 deletions

View File

@ -14,15 +14,16 @@
}
],
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"psr/log": "1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"mikey179/vfsStream": "1.1.*"
"mikey179/vfsstream": "1.1.*"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}
}