Skip to content

Commit

Permalink
Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmathays committed Sep 21, 2024
1 parent 3c734de commit 42aae8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Latest Stable Version](https://img.shields.io/packagist/v/lyhty/support?style=flat-square&label=&logo=packagist&logoColor=white)](https://packagist.org/packages/lyhty/support)
[![PHP](https://img.shields.io/packagist/php-v/lyhty/support?style=flat-square&label=&logo=php&logoColor=white)](https://packagist.org/packages/lyhty/support)
[![Laravel](https://img.shields.io/static/v1?label=&message=^8.0%20...%20^10.0&color=red&style=flat-square&logo=laravel&logoColor=white)](https://packagist.org/packages/lyhty/support)
[![Laravel](https://img.shields.io/static/v1?label=&message=^8.0%20...%20^11.0&color=red&style=flat-square&logo=laravel&logoColor=white)](https://packagist.org/packages/lyhty/support)
[![Total Downloads](https://img.shields.io/packagist/dt/lyhty/support?style=flat-square)](https://packagist.org/packages/lyhty/support)
[![License](https://img.shields.io/packagist/l/lyhty/support?style=flat-square)](https://packagist.org/packages/lyhty/support)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"homepage": "https://matti.suoraniemi.com/creations/lyhty/support",
"require": {
"php": "^7.4 | ^8.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"php": "^7.4 | ^8.0 | ^8.2",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"spatie/once": "^3.1.0"
},
"require-dev": {
Expand Down

0 comments on commit 42aae8e

Please sign in to comment.