Skip to content

Commit 5f0ae69

Browse files
committed
chore: support for laravel 13
1 parent 77763d3 commit 5f0ae69

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ jobs:
2929
fail-fast: true
3030
matrix:
3131
php: [8.4, 8.5]
32-
laravel: [12.*, 11.*]
32+
laravel: [13.*, 12.*, 11.*]
3333
stability: [prefer-lowest, prefer-stable]
3434
include:
35+
- laravel: 13.*
36+
testbench: 11.*
3537
- laravel: 12.*
3638
testbench: 10.*
3739
- laravel: 11.*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pages, watermarking, encryption, editing metadata, and web optimisation.
1313
## Requirements
1414

1515
- PHP 8.4+
16-
- Laravel 11 or 12
16+
- Laravel 11, 12, or 13
1717
- [qpdf](https://qpdf.readthedocs.io/) v11.7.1 or higher installed on your system
1818

1919
## Installation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": "^8.4 || ^8.5",
2424
"spatie/laravel-package-tools": "^1.16",
25-
"illuminate/contracts": "^11.0||^12.0"
25+
"illuminate/contracts": "^11.0||^12.0||^13.0"
2626
},
2727
"require-dev": {
2828
"larastan/larastan": "^3.0",
2929
"laravel/pint": "^1.14",
3030
"nunomaduro/collision": "^8.8",
31-
"orchestra/testbench": "^10.0.0||^9.0.0",
31+
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0",
3232
"pestphp/pest": "^4.0",
3333
"pestphp/pest-plugin-arch": "^4.0",
3434
"pestphp/pest-plugin-laravel": "^4.0",

resources/boost/guidelines/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Requirements
66

7-
- PHP 8.4+, Laravel 11/12, qpdf v11.7.1+
7+
- PHP 8.4+, Laravel 11/12/13, qpdf v11.7.1+
88

99
### Entry Points
1010

0 commit comments

Comments
 (0)