File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ matrix:
13
13
env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
14
14
- php : 8.0
15
15
env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
16
+ - php : 8.1
17
+ env : ILLUMINATE_VERSION=9.* TESTBENCH_VERSION=7.*
16
18
17
19
before_script :
18
20
Original file line number Diff line number Diff line change 1
1
# Laravel Form Field Prefixer
2
2
3
3
[ ![ GitHub release] ( https://img.shields.io/github/release/codezero-be/laravel-form-field-prefixer.svg?style=flat-square )] ( CHANGELOG.md )
4
- [ ![ Laravel] ( https://img.shields.io/badge/laravel-8 -red?style=flat-square&logo=laravel&logoColor=white )] ( https://laravel.com )
4
+ [ ![ Laravel] ( https://img.shields.io/badge/laravel-9 -red?style=flat-square&logo=laravel&logoColor=white )] ( https://laravel.com )
5
5
[ ![ License] ( https://img.shields.io/packagist/l/codezero/laravel-form-field-prefixer.svg?style=flat-square )] ( LICENSE.md )
6
6
[ ![ Build Status] ( https://img.shields.io/scrutinizer/build/g/codezero-be/laravel-form-field-prefixer/master?style=flat-square )] ( https://scrutinizer-ci.com/g/codezero-be/laravel-form-field-prefixer/build-status/master )
7
7
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/codezero-be/laravel-form-field-prefixer/master?style=flat-square )] ( https://scrutinizer-ci.com/g/codezero-be/laravel-form-field-prefixer/?branch=master )
Original file line number Diff line number Diff line change 16
16
],
17
17
"require" : {
18
18
"php" : " ^7.3|^8.0" ,
19
- "illuminate/support" : " ^7.0|^8.0"
19
+ "illuminate/support" : " ^7.0|^8.0|^9.0 "
20
20
},
21
21
"require-dev" : {
22
- "orchestra/testbench" : " ^5.0|^6.0" ,
22
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0 " ,
23
23
"phpunit/phpunit" : " ^9.0"
24
24
},
25
25
"scripts" : {
You can’t perform that action at this time.
0 commit comments