Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 23c8573

Browse files
committed
Bump version in tutorial
1 parent b03fd38 commit 23c8573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/01-preparation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use all endpoints, you have to upgrade privilages of your API key.
3737
3. Create your project folder somewhere.
3838
4. Right-click in the folder pressing <kbd>Shift</kbd> key to click `Open Command Window Here`.
3939
5. Run the followings commands.
40-
- `composer require mpyw/cowitter:@dev`
40+
- `composer require mpyw/cowitter:^1.0`
4141
- `composer install`
4242
6. Now you can verify some files are created.
4343
- The file `composer.json` contains your package information.
@@ -48,7 +48,7 @@ To use all endpoints, you have to upgrade privilages of your API key.
4848
1. Install PHP and Composer using your favorite package manager.
4949
2. Run the followings commands.
5050
- `mkdir ~/myapp && cd ~/myapp`
51-
- `composer require mpyw/cowitter:@dev`
51+
- `composer require mpyw/cowitter:^1.0`
5252
- `composer install`
5353

5454
I believe your skill :D

0 commit comments

Comments
 (0)