Skip to content

Commit bd02171

Browse files
authored
Allow Symfony v7 (#656)
1 parent 8b39b97 commit bd02171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _Blueprint_ is an open-source tool for **rapidly generating multiple** Laravel c
1111
Watch a quick [demo of Blueprint](https://www.youtube.com/watch?v=A_gUCwni_6c) in action and continue reading to get started.
1212

1313
## 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.
1515

1616
## Installation
1717
You can install Blueprint via composer using the following command:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"illuminate/filesystem": "^10.0",
1515
"illuminate/support": "^10.0",
1616
"laravel-shift/faker-registry": "^0.3.0",
17-
"symfony/yaml": "^6.2"
17+
"symfony/yaml": ">=6.2"
1818
},
1919
"require-dev": {
2020
"laravel/pint": "^1.2",

0 commit comments

Comments
 (0)