Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
Removing Dependancy
Browse files Browse the repository at this point in the history
Removing the dependency as Bolt doesn’t like it. Updated the README to
instruct users to download it manually.
  • Loading branch information
JamesIves committed Jun 17, 2017
1 parent cfebe01 commit d39e43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This is a [Bolt CMS](https://bolt.cm/) extension which converts blocks of regular HTML to [AMP compliant HTML](https://www.ampproject.org/) using a Twig filter. This project is made possible thanks to the [Lullabot PHP AMP Library](https://github.com/Lullabot/amp-library).

## Installation
This extension can be installed via the Bolt CMS "Extend" menu in the admin control panel. Simply search for `jamesives/bolt-cms-amp-filter` to install the desired version.
This extension can be installed via the Bolt CMS "Extend" menu in the admin control panel. Search for `jamesives/bolt-cms-amp-filter` to install the desired version.

#### Dependancies
You may need to install the Lullabot AMP PHP library inside your Bolt CMS root in order for this extension to work. This can be achieved by running the following [Composer](https://getcomposer.org/) command inside the root of your Bolt project.
#### Required Dependancies
You need to install the Lullabot AMP PHP library inside your Bolt CMS root in order for this extension to work. This can be achieved by running the following [Composer](https://getcomposer.org/) command inside the root of your Bolt project.

```
$ composer require lullabot/amp:"^1.0.0"
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"keywords": [ "amp", "google", "twig", "filter", "amphtml", "html"
],
"require": {
"bolt/bolt": "^3.0.0",
"lullabot/amp": "^1.0.0"
"bolt/bolt": "^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
Expand Down

0 comments on commit d39e43b

Please sign in to comment.