File tree Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Expand file tree Collapse file tree 4 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
version : [
20
- {
21
- " php " : " 8.0" ,
22
- " laravel " : " ^9" ,
23
- " test " : " ^7"
24
- },
25
- {
26
- " php " : " 8.1" ,
27
- " laravel " : " ^9" ,
28
- " test " : " ^7"
29
- },
30
- {
31
- " php " : " 8.2" ,
32
- " laravel " : " ^9" ,
33
- " test " : " ^7"
34
- },
35
20
{
36
21
" php " : " 8.1" ,
37
22
" laravel " : " ^10" ,
78
63
orchestra/testbench "${{ matrix.version.test }}" \
79
64
-W
80
65
66
+ - name : Further package for laravel ^10
67
+ if : success() && matrix.version.laravel == '^10'
68
+ run : |
69
+ composer require guzzlehttp/guzzle "^7.8" guzzlehttp/uri-template "^1.0"
70
+
81
71
- name : PHPUnit tests with coverage
82
72
if : success()
83
73
run : |
Original file line number Diff line number Diff line change 1
1
# Render HTML to PDF for Laravel - RenderPDF.io Laravel Driver
2
2
3
+ ![ RenderPDF.io Cover] ( ./.github/renderpdf-io-cover.png )
4
+
3
5
[ RenderPDF.io] ( https://renderpdf.io ) provides awesome & developer-friendly APIs to convert HTML to PDF.
4
6
5
7
This is a Laravel package provides an easy integration with ** RenderPDF.io**
6
8
7
9
## Requirement
8
- - PHP 8+
9
- - Laravel 9+
10
+ - PHP 8.1 and above
11
+ - Laravel 10 and above
10
12
11
13
## Installation
12
14
Original file line number Diff line number Diff line change 14
14
],
15
15
"license" : " MIT" ,
16
16
"require" : {
17
- "php" : " ^8.0.2 " ,
18
- "laravel/framework" : " ^9|^ 10|^11|dev-master"
17
+ "php" : " ^8.1 " ,
18
+ "laravel/framework" : " ^10|^11|dev-master"
19
19
},
20
20
"require-dev" : {
21
21
"mockery/mockery" : " ^1.6" ,
22
22
"phpunit/phpunit" : " ^10" ,
23
- "orchestra/testbench" : " ^7|^ 8|^9" ,
23
+ "orchestra/testbench" : " ^8|^9" ,
24
24
"phpunit/php-code-coverage" : " ^10"
25
25
},
26
26
"extra" : {
You can’t perform that action at this time.
0 commit comments