File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ _Blueprint_ is an open-source tool for **rapidly generating multiple** Laravel c
11
11
Watch a quick [ demo of Blueprint] ( https://www.youtube.com/watch?v=A_gUCwni_6c ) in action and continue reading to get started.
12
12
13
13
## Requirements
14
- Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 8 .x.
14
+ Blueprint requires a Laravel application running the latest stable release of Laravel, currently Laravel 10 .x.
15
15
16
16
## Installation
17
17
You can install Blueprint via composer using the following command:
Original file line number Diff line number Diff line change 14
14
"illuminate/filesystem" : " ^10.0" ,
15
15
"illuminate/support" : " ^10.0" ,
16
16
"laravel-shift/faker-registry" : " ^0.3.0" ,
17
- "symfony/yaml" : " ^ 6.2"
17
+ "symfony/yaml" : " >= 6.2"
18
18
},
19
19
"require-dev" : {
20
20
"laravel/pint" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments