Skip to content

Commit

Permalink
Correct supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Oct 8, 2024
1 parent 4485f6b commit f3c4bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Watch a quick [demo of Blueprint](https://www.youtube.com/watch?v=A_gUCwni_6c) i


## Requirements
Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 10.x.
Blueprint requires a Laravel application running a supported version of Laravel. Currently that is Laravel 10.38 or higher.


## Installation
Expand Down Expand Up @@ -87,6 +87,6 @@ Browse the [Blueprint Docs](https://blueprint.laravelshift.com/) for full detail


## Support Policy
Starting with version 2, Blueprint only generates code for the latest stable version of Laravel (currently Laravel 10). If you need to support older versions of Laravel, you may use version 1 or upgrade your application ([try using Shift](https://laravelshift.com)).
Starting with version 2, Blueprint only generates code for supported versions of Laravel (currently Laravel 10.38 or higher). If you need to support older versions of Laravel, you may use version 1 or upgrade your application ([try using Shift](https://laravelshift.com)).

Blueprint still follows [semantic versioning](https://semver.org/). However, it does so with respect to its grammar. Any changes to the grammar will increase its major version number. Otherwise, minor version number increases will contain new features. This includes generating code for future versions of Laravel.

0 comments on commit f3c4bfd

Please sign in to comment.