Skip to content

Commit 9a75e13

Browse files
Mavv3006ifox
authored andcommitted
docs: update twill version during installation
1 parent aa3bf3d commit 9a75e13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/1_docs/2_getting-started/2_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The starter kit setup is a basic page builder. It comes with:
2121
You can install it in a Laravel application using:
2222

2323
```bash
24-
composer require area17/twill:"^3.0"
24+
composer require area17/twill:"^3.2"
2525
```
2626

2727
:::alert=type.warning:::
@@ -40,7 +40,7 @@ See [`examples/basic-page-builder`](https://github.com/area17/twill/tree/3.x/exa
4040
Twill package can be added to your application using Composer:
4141

4242
```bash
43-
composer require area17/twill:"^3.0"
43+
composer require area17/twill:"^3.2"
4444
```
4545

4646
:::alert=type.warning:::

docs/content/2_guides/1_page-builder-with-blade/3_installing-twill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Twill is a standard Laravel package, that means, we only have to require it (and
44

55
So, before we get to the process of building our CMS, let's install Twill.
66

7-
We can do this using `composer require area17/twill:"^3.0"`.
7+
We can do this using `composer require area17/twill:"^3.2"`.
88

99
This will install Twill 3 alongside all other required packages.
1010

examples/basic-page-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The [Laravel documentation](https://laravel.com/docs/10.x) is far more extensive
3434
Lets require Twill:
3535

3636
```
37-
composer require area17/twill:"^3.0"
37+
composer require area17/twill:"^3.2"
3838
```
3939

4040
And then, install this example:

0 commit comments

Comments
 (0)