Skip to content

Commit 82ef23d

Browse files
committed
Add support for Laravel 9
1 parent 8233887 commit 82ef23d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ matrix:
1313
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1414
- php: 8.0
1515
env: ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
16+
- php: 8.1
17+
env: ILLUMINATE_VERSION=9.* TESTBENCH_VERSION=7.*
1618

1719
before_script:
1820

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel Form Field Prefixer
22

33
[![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)
55
[![License](https://img.shields.io/packagist/l/codezero/laravel-form-field-prefixer.svg?style=flat-square)](LICENSE.md)
66
[![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)
77
[![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)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"require": {
1818
"php": "^7.3|^8.0",
19-
"illuminate/support": "^7.0|^8.0"
19+
"illuminate/support": "^7.0|^8.0|^9.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^5.0|^6.0",
22+
"orchestra/testbench": "^5.0|^6.0|^7.0",
2323
"phpunit/phpunit": "^9.0"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)