{
"name": "carthage-software/mago",
"description": "Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code.",
"type": "library",
"license": "MIT OR Apache-2.0",
"authors": [
{
"name": "Saif Eddin Gmati",
"email": "azjezz@carthage.software"
}
],
"keywords": [
"dev"
],
"bin": [
"composer/bin/mago"
],
"autoload": {
"files": [
"composer/functions.php",
"composer/internal.php"
]
},
"suggest": {
"ext-curl": "To show binary download progress"
},
"require": {
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5 || ~8.6"
}
}