Skip to content

Commit

Permalink
Create UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Allport authored Mar 18, 2024
1 parent 59de8da commit 409a4ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Upgrading

## From 1.x to 2.x

- Run the following command to fetch the latets version of the package: `composer require f9webltd/laravel-meta:^2.0`
- The package now requires PHP `^8.0` and Laravel `^8.12` / `^9.0`, `^10.0` or `^11.0`
- No further changes are required, the API remains the same

0 comments on commit 409a4ff

Please sign in to comment.