We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd1b61 commit fadb6faCopy full SHA for fadb6fa
.github/workflows/tests.yml
@@ -12,8 +12,8 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.2, 8.1]
16
- laravel: [9.*, 10.*]
+ php: [8.2, 8.3, 8.4]
+ laravel: [11.*, 12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
19
composer.json
@@ -3,10 +3,10 @@
3
"description": "Debug Laravel views",
4
"license": "MIT",
5
"require": {
6
- "laravel/framework": "^9.0 || ^10.0"
+ "laravel/framework": "^11.0 || ^12.0"
7
},
8
"require-dev": {
9
- "orchestra/testbench": "^7.0 || ^8.0"
+ "orchestra/testbench": "^9.0 || ^10.0"
10
11
"autoload": {
"psr-4": {
0 commit comments