Skip to content

Commit

Permalink
changed timber-plugin for timber-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
suomato committed Aug 9, 2018
1 parent 586e730 commit 8c29054
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 71 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## **v1.8.2 (2018-08-09)**

### Changed
* Timber will be added via composer instead of wordpress plugin

## **v1.8.0 (2018-07-27)**

### Added
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* `yarn` **or** `npm install`
* define your custom webpack config to `build/config.js` file
* `yarn watch` **or** `npm run watch`
* Remember to activate Timber plugin!
* Happy developing :)

## Structure
Expand Down
3 changes: 3 additions & 0 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Load all composer packages
require_once __DIR__ . '/../vendor/autoload.php';

// Init Timber
$timber = new \Timber\Timber();

// Init Dotenv
$dotenv = new Dotenv\Dotenv(__DIR__ . '/..');
$dotenv->load();
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"require": {
"php": "^7.0",
"wpackagist-plugin/timber-library": "1.7.1",
"symfony/var-dumper": "^4.1",
"symfony/console": "^4.1",
"league/flysystem": "^1.0",
"symfony/finder": "^4.1",
"vlucas/phpdotenv": "^2.4",
"suomato/luna": "^1.3"
"suomato/luna": "^1.3",
"timber/timber": "^1.7"
},
"autoload": {
"files": ["app/helpers.php", "resources/languages/messages.php"],
Expand Down
Loading

0 comments on commit 8c29054

Please sign in to comment.