Core/composer.json
2020-06-12 10:09:02 +02:00

22 lines
458 B
JSON

{
"name": "benzine/core",
"description": "The core nugget.",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require": {
"php": ">=7.4",
"ext-reflection": "*"
},
"autoload": {
"psr-4": {
"Benzine\\": "src",
"Benzine\\Tests\\": "tests/"
}
}
}