Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 12, 2023
1 parent 6462983 commit 4591dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A lightweight API resource for Laravel that helps you adhere to the `JSON:API` s
## Version support

- **PHP**: `8.1`, `8.2`
- **Laravel**: `^9.0`, `^10.0`
- **Laravel**: `9.0`, `10.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1 || ^8.2",
"php": "~8.1.0 || ~8.2.0",
"illuminate/collections": "^9.0 || ^10.0",
"illuminate/database": "^9.0 || ^10.0",
"illuminate/http": "^9.0 || ^10.0",
Expand Down

0 comments on commit 4591dfe

Please sign in to comment.