Core/composer.json

25 lines
419 B
JSON
Raw Permalink Normal View History

{
"name": "fuzeworks/core",
"description": "FuzeWorks Framework Core",
2021-11-24 16:43:00 +00:00
"homepage": "https://i15.nl/fuzeworks",
2018-10-07 21:02:18 +00:00
"license": ["MIT"],
"authors": [
{
2021-11-24 16:43:00 +00:00
"name": "Abel Hoogeveen",
"homepage": "https://i15.nl"
}
],
"require": {
2021-11-24 16:43:00 +00:00
"php": ">=7.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"mikey179/vfsstream": "~1.6.0"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
2019-02-11 18:49:14 +00:00
}