Skip to content

Commit 55c10ac

Browse files
static fix
1 parent 741f222 commit 55c10ac

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
24-
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*]
24+
php: [8.4, 8.3, 8.2]
25+
laravel: [12.*, 11.*, 10.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*
3030
- laravel: 11.*
3131
testbench: 9.*
32+
- laravel: 10.*
33+
testbench: 8.*
34+
exclude:
35+
- laravel: 12.*
36+
php: 8.2
3237

3338
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3439

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cloak for Laravel
22

3+
<p align="center">
4+
<img src="cloak-laravel.png" alt="Cloak for Laravel" width="600">
5+
</p>
6+
37
[![Latest Version on Packagist](https://img.shields.io/packagist/v/dynamikdev/cloak-laravel.svg?style=flat-square)](https://packagist.org/packages/dynamikdev/cloak-laravel)
48
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/dynamik-dev/cloak-laravel/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/dynamik-dev/cloak-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)
59
[![Total Downloads](https://img.shields.io/packagist/dt/dynamikdev/cloak-laravel.svg?style=flat-square)](https://packagist.org/packages/dynamikdev/cloak-laravel)

cloak-laravel.png

357 KB
Loading

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ parameters:
55
level: 5
66
paths:
77
- src
8-
- config
9-
- database
108
tmpDir: build/phpstan
119
checkOctaneCompatibility: true
1210
checkModelProperties: true

0 commit comments

Comments
 (0)