Fix attaching PDF to email

This commit is contained in:
Hillel Coren 2018-02-26 20:45:55 +02:00
parent 93331d6c61
commit 8ba651b260
2 changed files with 28 additions and 13 deletions

View File

@ -39,7 +39,7 @@
"invoiceninja/omnipay-collection": "0.6@dev", "invoiceninja/omnipay-collection": "0.6@dev",
"jaybizzle/laravel-crawler-detect": "1.*", "jaybizzle/laravel-crawler-detect": "1.*",
"jlapp/swaggervel": "master-dev", "jlapp/swaggervel": "master-dev",
"jonnyw/php-phantomjs": "4.*", "jonnyw/php-phantomjs": "dev-fixes",
"laracasts/presenter": "dev-master", "laracasts/presenter": "dev-master",
"laravel/framework": "5.4.*", "laravel/framework": "5.4.*",
"laravel/legacy-encrypter": "^1.0", "laravel/legacy-encrypter": "^1.0",
@ -149,6 +149,10 @@
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/hillelcoren/datatable" "url": "https://github.com/hillelcoren/datatable"
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/php-phantomjs"
} }
] ]
} }

35
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "b245d8f131368587ccdcd9969342f1d2", "hash": "81d723559b4f8e4a6d26278465f31e39",
"content-hash": "8173dc58022cdba175727f4273851989", "content-hash": "7b387697df5c07a23060e43666935990",
"packages": [ "packages": [
{ {
"name": "abdala/omnipay-pagseguro", "name": "abdala/omnipay-pagseguro",
@ -3897,20 +3897,20 @@
}, },
{ {
"name": "jonnyw/php-phantomjs", "name": "jonnyw/php-phantomjs",
"version": "v4.5.1", "version": "dev-fixes",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jonnnnyw/php-phantomjs.git", "url": "https://github.com/hillelcoren/php-phantomjs.git",
"reference": "cf8d9a221f4c624aa1537c55a2e181f4b50367d7" "reference": "4b62f0b1235b3ff4020c0362238d765de37b2795"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jonnnnyw/php-phantomjs/zipball/cf8d9a221f4c624aa1537c55a2e181f4b50367d7", "url": "https://api.github.com/repos/hillelcoren/php-phantomjs/zipball/4b62f0b1235b3ff4020c0362238d765de37b2795",
"reference": "cf8d9a221f4c624aa1537c55a2e181f4b50367d7", "reference": "4b62f0b1235b3ff4020c0362238d765de37b2795",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"jakoch/phantomjs-installer": "2.1.1", "jakoch/phantomjs-installer": "^2.1",
"php": ">=5.3.0", "php": ">=5.3.0",
"symfony/config": "~2.3|~3.0", "symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0",
@ -3932,7 +3932,14 @@
"src/" "src/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "scripts": {
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
],
"post-update-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
]
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -3946,10 +3953,13 @@
"description": "A PHP wrapper for loading pages through PhantomJS", "description": "A PHP wrapper for loading pages through PhantomJS",
"keywords": [ "keywords": [
"Headless Browser", "Headless Browser",
"phantomjs", "PhantomJS",
"testing" "Testing"
], ],
"time": "2016-06-28 16:00:15" "support": {
"source": "https://github.com/hillelcoren/php-phantomjs/tree/fixes"
},
"time": "2018-02-26 18:39:21"
}, },
{ {
"name": "justinbusschau/omnipay-secpay", "name": "justinbusschau/omnipay-secpay",
@ -13035,6 +13045,7 @@
"intervention/image": 20, "intervention/image": 20,
"invoiceninja/omnipay-collection": 20, "invoiceninja/omnipay-collection": 20,
"jlapp/swaggervel": 20, "jlapp/swaggervel": 20,
"jonnyw/php-phantomjs": 20,
"laracasts/presenter": 20, "laracasts/presenter": 20,
"omnipay/authorizenet": 20, "omnipay/authorizenet": 20,
"roave/security-advisories": 20, "roave/security-advisories": 20,