Core/composer.json
abelhooge fbc17a9519
All checks were successful
continuous-integration/drone/push Build is passing
Updated PSR::Log to ~1.1.0, so its compatible with other dependencies.
2020-07-16 13:39:42 +02:00

30 lines
551 B
JSON

{
"name": "fuzeworks/core",
"description": "FuzeWorks Framework Core",
"homepage": "https://techfuze.net/fuzeworks",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
"php": ">=7.1.0",
"psr/log": "~1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"mikey179/vfsstream": "1.1.*"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}