Skip to content

Commit

Permalink
Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
alex552 authored and leekaimun committed Feb 26, 2023
1 parent 109b980 commit fc7741f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ A Laravel Filament Admin Panel plugin package to add support for issue tracking

## Requirements

| Software | Versions |
| -------- | -------- |
| PHP | 8.0, 8.1 |
| Laravel | 8.x, 9.x |
| Filament | 2.x |
| Software | Versions |
| -------- |----------------|
| PHP | 8.0, 8.1 |
| Laravel | 8.x, 9.x, 10.x |
| Filament | 2.x |

## Installation

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"require": {
"php": "^8.0",
"filament/filament": "^2.16",
"illuminate/contracts": "^9.0",
"laravel/framework": "^9.39",
"spatie/laravel-package-tools": "^1.13.0"
"illuminate/contracts": "^9.0|^10.0",
"laravel/framework": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.14"
},
"require-dev": {
"filament/spatie-laravel-settings-plugin": "^2.16",
"filament/spatie-laravel-translatable-plugin": "^2.16",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fc7741f

Please sign in to comment.