2015-07-28 10:08:35 +00:00
|
|
|
{
|
2016-07-07 11:47:53 +00:00
|
|
|
"name": "fuzeworks/core",
|
|
|
|
"description": "FuzeWorks Framework Core",
|
|
|
|
"homepage": "https://techfuze.net/fuzeworks",
|
2018-10-07 21:02:18 +00:00
|
|
|
"license": ["MIT"],
|
2016-07-07 11:47:53 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
2018-10-07 21:02:18 +00:00
|
|
|
"name": "TechFuze",
|
|
|
|
"homepage": "https://techfuze.net"
|
2016-07-07 11:47:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "FuzeWorks Community",
|
|
|
|
"homepage": "https://techfuze.net/fuzeworks/contributors"
|
|
|
|
}
|
|
|
|
],
|
2015-07-28 10:08:35 +00:00
|
|
|
"require": {
|
2019-02-11 18:49:14 +00:00
|
|
|
"php": ">=7.1.0",
|
2020-07-16 11:39:42 +00:00
|
|
|
"psr/log": "~1.1.0"
|
2016-07-07 11:47:53 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-12-13 22:45:55 +00:00
|
|
|
"phpunit/phpunit": "^7",
|
2019-02-11 18:49:14 +00:00
|
|
|
"mikey179/vfsstream": "1.1.*"
|
2015-07-28 10:08:35 +00:00
|
|
|
},
|
2016-07-07 11:47:53 +00:00
|
|
|
"autoload": {
|
2016-07-11 10:44:13 +00:00
|
|
|
"psr-4": {
|
|
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
|
|
}
|
2016-07-07 11:47:53 +00:00
|
|
|
}
|
2019-02-11 18:49:14 +00:00
|
|
|
}
|