update
This commit is contained in:
24
wp-content/plugins/youtube-feed-pro/vendor/smashballoon/framework/README.md
vendored
Normal file
24
wp-content/plugins/youtube-feed-pro/vendor/smashballoon/framework/README.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# WordPress Plugin Framework
|
||||
|
||||
<p>
|
||||
Supports <code>PHP >= 5.6</code>.
|
||||
<br>For contribution environment setup, it uses <code>Composer 2.X</code>
|
||||
</p>
|
||||
|
||||
## Installation
|
||||
|
||||
Add below code snippet in `composer.json`, then run `composer install`.
|
||||
|
||||
```json
|
||||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git@github.com:awesomemotive/sb-common.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"smashballoon/framework": "dev-master"
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user