Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Reduce `composer/installers` requirement to `~1.0`
  • Loading branch information
hrsetyono authored Mar 20, 2019
1 parent 14e384e commit c14cbd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A WordPress starter theme for developer using Timber Library and ACF Pro.

Also supports WooCommerce.

**REQUIREMENTS**

- PHP 7.0
Expand All @@ -18,10 +20,12 @@ A WordPress starter theme for developer using Timber Library and ACF Pro.

## Installation

1. Copy this repository to your `/wp-content` directory.
1. Rename `/themes/wp-theme` to better fit your project.
1. Delete **README.md** and move **composer.json** to outer WP directory (where **wp-config.php** is).
1. Run the command `composer update` to install the plugins.
**MANUAL**

- Copy this repo to `/wp-content/themes/project-name`.
-

**WITH COMPOSER**

## Useful Links

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"require": {
"php": ">=7.0.0",
"composer/installers": ">=1.6.0",
"composer/installers": "~1.0",
"wpackagist-plugin/timber-library": "~1.8.4",
"pixelstudio/edje-wp-library": "~2.0.0"
}
Expand Down

0 comments on commit c14cbd2

Please sign in to comment.