1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-17 13:38:33 +01:00
ibis/composer.json
Mohamed Said da37bdb929 style fix
2020-11-05 09:00:25 +02:00

48 lines
1.0 KiB
JSON

{
"name": "themsaid/ibis",
"description": "Markdown to PDF book builder",
"keywords": [
"markdown",
"book",
"pdf",
"php"
],
"homepage": "https://github.com/themsaid/ibis",
"license": "MIT",
"authors": [
{
"name": "Mohamed Said",
"email": "themsaid@gmail.com"
}
],
"bin": [
"ibis"
],
"require": {
"illuminate/filesystem": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"symfony/console": "^4.2|^5.0",
"mpdf/mpdf": "^8.0",
"spatie/commonmark-highlighter": "^2.1"
},
"require-dev": {
"symfony/var-dumper": "^5.0"
},
"autoload": {
"psr-4": {
"Ibis\\": "src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"scripts": {
"csfix": [
"php-cs-fixer fix src stubs --config=.php_cs"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}