mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
28 lines
652 B
JSON
Executable File
28 lines
652 B
JSON
Executable File
{
|
|
"description": "All flasher components in one place for easy maintenance with splitsh",
|
|
"name": "php-flasher/php-flasher",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "KHOUBZA Younes",
|
|
"email": "younes.khoubza@gmail.com",
|
|
"homepage": "https://github.com/yoeunes",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Prime/helpers.php"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|