Skip to content

Commit

Permalink
Update namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
eliurkis committed Apr 25, 2020
1 parent 13f56a7 commit e9c5c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
2 changes: 1 addition & 1 deletion WKHTMLToPDF.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace h4cc\WKHTMLToPDF;
namespace smart145\WKHTMLToPDF;

class WKHTMLToPDF
{
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "h4cc/wkhtmltopdf-amd64",
"name": "smart145/wkhtmltopdf-amd64",
"description": "Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"keywords": ["pdf", "thumbnail", "snapshot", "wkhtmltopdf", "convert", "binary"],
"license": "LGPL Version 3",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Eliurkis Diaz",
"email": "eliurkis@gmail.com"
},
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
Expand All @@ -18,7 +22,7 @@
},
"autoload": {
"psr-4": {
"h4cc\\WKHTMLToPDF\\": ""
"smart145\\WKHTMLToPDF\\": ""
}
}
}

0 comments on commit e9c5c79

Please sign in to comment.