init
This commit is contained in:
commit
17e39fd07c
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/.classpath
|
||||
/.buildpath
|
||||
/.project
|
||||
/.settings/
|
||||
/bin/
|
||||
/vendor/
|
||||
/composer.phar
|
||||
/composer.lock
|
||||
.phpunit.result.cache
|
52
composer.json
Normal file
52
composer.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"name" : "sasedev/mpdf-bundle",
|
||||
"description" : "Mpdf for Symfony (>=5.1)",
|
||||
"keywords" : [
|
||||
"mpdf",
|
||||
"symfony",
|
||||
"sasedev"
|
||||
],
|
||||
"type" : "symfony-bundle",
|
||||
"homepage": "https://git.sasedev.com/Sasedev/mpdf-bundle",
|
||||
"support": {
|
||||
"email": "sinus@sasedev.net",
|
||||
"issues": "https://git.sasedev.com/Sasedev/mpdf-bundle/issues"
|
||||
},
|
||||
"license" : "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "SALAH Abdelkadeur Seifeddine",
|
||||
"homepage": "https://sasedev.com",
|
||||
"email": "sinus@sasedev.net"
|
||||
}
|
||||
],
|
||||
"config" : {
|
||||
"bin-dir" : "bin",
|
||||
"component-dir" : "vendor",
|
||||
"preferred-install" : {
|
||||
"*" : "dist"
|
||||
},
|
||||
"process-timeout" : 1200,
|
||||
"sort-packages" : true
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"" : "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev" : {
|
||||
"psr-4" : {
|
||||
"" : "tests"
|
||||
}
|
||||
},
|
||||
"require" : {
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1-dev"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user