Skip to content

Commit

Permalink
Init empty dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kulhánek committed Feb 11, 2021
0 parents commit 465c625
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
build
composer.lock
37 changes: 37 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "helppc/chrome-pdf",
"homepage": "http://helppc.cz",
"type": "library",
"support": {
"email": "[email protected]",
"issues": "https://github.com/helppc/chrome-pdf/issues",
"source": "https://github.com/helppc/chrome-pdf"
},
"license": [
"MIT"
],
"authors": [
{
"name": "Tomas Kulhanek",
"homepage": "http://tirus.cz"
}
],
"require": {
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"HelpPC\\ChromePdf\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-nette": "^0.12",
"symfony/console": "^5.1"
},
"archive": {
"exclude": [
"/tests"
]
}
}
Empty file added src/.gitignore
Empty file.

0 comments on commit 465c625

Please sign in to comment.