Abel Hoogeveen
8ce3630714
Some checks reported errors
continuous-integration/drone/push Build encountered an error
25 lines
419 B
JSON
25 lines
419 B
JSON
{
|
|
"name": "fuzeworks/core",
|
|
"description": "FuzeWorks Framework Core",
|
|
"homepage": "https://i15.nl/fuzeworks",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "Abel Hoogeveen",
|
|
"homepage": "https://i15.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"mikey179/vfsstream": "~1.6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
}
|
|
}
|
|
}
|