Skip to content

Commit c0bdb64

Browse files
authored
Support for PHP 8.4 (#8)
1 parent f36efcc commit c0bdb64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2]
11+
php: [8.4, 8.3, 8.2]
1212
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Quality Score](https://img.shields.io/scrutinizer/g/protonemedia/laravel-blade-on-demand.svg?style=flat-square)](https://scrutinizer-ci.com/g/protonemedia/laravel-blade-on-demand)
66
[![Total Downloads](https://img.shields.io/packagist/dt/protonemedia/laravel-blade-on-demand.svg?style=flat-square)](https://packagist.org/packages/protonemedia/laravel-blade-on-demand)
77

8-
Laravel package to compile Blade templates in memory. Requires PHP 8.0 or higher, compatible with Laravel 9.
8+
Laravel package to compile Blade templates in memory. Requires PHP 8.2 or higher, compatible with Laravel 10+.
99

1010
## Sponsor Us
1111

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.3 || ^8.2",
19+
"php": "^8.4 || ^8.3 || ^8.2",
2020
"illuminate/mail": "^10.0|^11.0",
2121
"illuminate/view": "^10.0|^11.0"
2222
},

0 commit comments

Comments
 (0)