38 lines
859 B
JSON
38 lines
859 B
JSON
{
|
|
"name": "smashballoon\/customizer",
|
|
"description": "The SmashBalloon customizer library.",
|
|
"type": "library",
|
|
"minimum-stability": "stable",
|
|
"version": "1.7.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Smashballoon\\Customizer\\": "app\/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Ahmed Hussein",
|
|
"email": "ahussein@awesomemotive.com"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:awesomemotive\/sb-stubs.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"php-di\/php-di": "^6.1.0",
|
|
"smashballoon\/stubs": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"vlucas\/phpdotenv": "^4.0"
|
|
},
|
|
"config": {
|
|
"platform-check": false,
|
|
"platform": {
|
|
"php": "7.4"
|
|
}
|
|
}
|
|
} |