This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
16
php : [8.0, 8.1]
17
- laravel : [^8.67 ]
17
+ laravel : [^8.71, 9.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : ^8.67
21
- testbench : ^6.6
20
+ - testbench : 7.*
21
+ laravel : 9.*
22
+ - testbench : ^6.6
23
+ laravel : ^8.71
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
26
45
47
46
48
- name : Execute tests
47
49
run : vendor/bin/phpunit --coverage-clover build/clover.xml
48
-
49
- - name : Verify code coverage
50
- run : vendor/bin/coverage-check build/clover.xml --require=100
Original file line number Diff line number Diff line change 10
10
11
11
This package provides functionality to map your model attributes to local class properties with the same names.
12
12
13
- The package requires PHP ` ^8.x ` and Laravel ` ^8.67 ` .
13
+ The package requires PHP ` ^8.x ` and Laravel ` ^8.71 ` .
14
14
15
15
[ ![ PHP Version] ( https://img.shields.io/badge/php-^8.x-777BB4?style=flat-square&logo=php )] ( https://php.net )
16
- [ ![ Laravel Version] ( https://img.shields.io/badge/laravel-^8.67 -FF2D20?style=flat-square&logo=laravel )] ( https://laravel.com )
16
+ [ ![ Laravel Version] ( https://img.shields.io/badge/laravel-^8.71 -FF2D20?style=flat-square&logo=laravel )] ( https://laravel.com )
17
17
[ ![ Laravel Octane Compatible] ( https://img.shields.io/badge/octane-compatible-success?style=flat-square&logo=laravel )] ( https://github.com/laravel/octane )
18
18
19
19
## Installation
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0|^8.1" ,
20
- "laravel/framework" : " ^8.67 " ,
20
+ "laravel/framework" : " ^8.71|^9.0 " ,
21
21
"spatie/laravel-package-tools" : " ^1.9"
22
22
},
23
23
"require-dev" : {
24
- "nunomaduro/collision" : " ^5.10" ,
24
+ "nunomaduro/collision" : " ^5.10|^6.0 " ,
25
25
"nunomaduro/larastan" : " ^1.0" ,
26
26
"phpunit/phpunit" : " ^9.5" ,
27
- "orchestra/testbench" : " ^6.6" ,
27
+ "orchestra/testbench" : " ^6.6|^7.0 " ,
28
28
"brianium/paratest" : " ^6.3" ,
29
- "permafrost-dev/coverage-check" : " ^1.2" ,
30
29
"mockery/mockery" : " ^1.4.4" ,
31
30
"squizlabs/php_codesniffer" : " ^3.6"
32
31
},
You can’t perform that action at this time.
0 commit comments