Skip to content

Commit 332a901

Browse files
committed
feat: add support >= Laravel 9.25
1 parent c0b69af commit 332a901

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^8.0 || ^8.1",
2020
"efureev/support": "^4.13",
21-
"illuminate/database": "^8.78"
21+
"illuminate/database": "^8.78|^9.25"
2222
},
2323
"require-dev": {
24-
"ergebnis/composer-normalize": "^2.25",
25-
"fakerphp/faker": "^1.19",
26-
"marcocesarato/php-conventional-changelog": "^1.13",
27-
"orchestra/testbench": "^6.24",
24+
"ergebnis/composer-normalize": "^2.28.3",
25+
"fakerphp/faker": "^1.20",
26+
"marcocesarato/php-conventional-changelog": "^1.15.1",
27+
"orchestra/testbench": "^6.24|^7.6",
2828
"phpunit/phpunit": "^9.5",
2929
"squizlabs/php_codesniffer": "^3.6"
3030
},

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Laravel Support
22

3-
![](https://img.shields.io/badge/php->=8.1-blue.svg)
4-
![](https://img.shields.io/badge/Laravel->=8.70-red.svg)
3+
![](https://img.shields.io/badge/php-^8.0|^8.1-blue.svg)
4+
![](https://img.shields.io/badge/Laravel-^8.78|^9.25-red.svg)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5c8b9e85897f4c65b5a017d16f6af6cb)](https://app.codacy.com/manual/efureev/laravel-support?utm_source=github.com&utm_medium=referral&utm_content=efureev/laravel-support&utm_campaign=Badge_Grade_Dashboard)
66
[![Build Status](https://travis-ci.com/efureev/laravel-support.svg?branch=master)](https://travis-ci.com/efureev/laravel-support)
77
![PHP Laravel Package](https://github.com/efureev/laravel-support/workflows/PHP%20Laravel%20Package/badge.svg?branch=master)

0 commit comments

Comments
 (0)