Skip to content

Commit

Permalink
Allow Symfony v7 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurotools authored Dec 8, 2023
1 parent 8b39b97 commit bd02171
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 @@ -11,7 +11,7 @@ _Blueprint_ is an open-source tool for **rapidly generating multiple** Laravel c
Watch a quick [demo of Blueprint](https://www.youtube.com/watch?v=A_gUCwni_6c) in action and continue reading to get started.

## Requirements
Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 8.x.
Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 10.x.

## Installation
You can install Blueprint via composer using the following command:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0",
"laravel-shift/faker-registry": "^0.3.0",
"symfony/yaml": "^6.2"
"symfony/yaml": ">=6.2"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down

0 comments on commit bd02171

Please sign in to comment.