We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5330796 commit be0120cCopy full SHA for be0120c
README.md
@@ -16,13 +16,17 @@ Currently I will not consider adding OAuth endpoints. (those required "authorize
16
* CURL extension in PHP
17
18
## Install
19
-Edit your `composer.json` and add this to the `require` section
20
-```json
21
-"madcoda/php-youtube-api": "1.*"
22
-```
23
-then run the following command in your command line shell
+Run the following command in your command line shell in your php project
24
```sh
25
-$ composer update
+$ composer require madcoda/php-youtube-api:^1.2
+```
+Done.
+
+You may also edit composer.json manually then perform ```composer update```
26
27
+"require": {
28
+ "madcoda/php-youtube-api": "^1.2"
29
+}
30
```
31
32
## Getting started
0 commit comments