Skip to content

Commit

Permalink
Support Laravel 10. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambengers authored Oct 27, 2023
1 parent 377650f commit 059264f
Show file tree
Hide file tree
Showing 4 changed files with 2,013 additions and 1,303 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.phpunit.result.cache
/vendor
/vendor
.idea
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ Uses [Laravel Snappy](https://github.com/barryvdh/laravel-snappy) to generate PD
[![CircleCI](https://circleci.com/gh/ambengers/eloquent-pdf/tree/master.svg?style=svg)](https://circleci.com/gh/ambengers/eloquent-pdf/tree/master)
[![StyleCI](https://github.styleci.io/repos/316454658/shield?branch=master)](https://github.styleci.io/repos/316454658?branch=master)

## Medialibrary Compatibility

| Version | Medialibrary |
|:---------|:-------------|
| v1.* |~ 7.20 |
| v2.* |^ 8.0 |
| v3.* |^ 9.0 |
| v4.* |^ 10.0 |
## Spatie Media Library Version Compatibility

| Version | Medialibrary |
|:--------|:-------------|
| v1.* |~ 7.20 |
| v2.* |^ 8.0 |
| v3.* |^ 9.0 |
| v4.* |^ 10.0 |
| v5.* |^ 10.0 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"keywords": ["Laravel", "EloquentPdf"],
"require": {
"php": "^8.0",
"illuminate/support": "~9",
"illuminate/support": "^9|^10",
"barryvdh/laravel-snappy": "^1.0.0",
"spatie/laravel-medialibrary": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^7.0"
"orchestra/testbench": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 059264f

Please sign in to comment.