Skip to content

Commit

Permalink
composer2-patch
Browse files Browse the repository at this point in the history
fix composer v2 compatibility
  • Loading branch information
ArroWsGM authored Feb 16, 2021
2 parents 9bf655c + 14b8ec9 commit d919526
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 278 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ AMP is a fast-growing framework, but unfortunately, currently, there are no (or
- PHP >= 7.2
- Laravel >= 6.x

## Update from versions < 0.4.x
You need to change repository url in your composer.json from `https://github.com/ampproject/amp-wp` to `https://github.com/arrowsgm/amp-wp`, this is a hard-forked version 1.4.4 of the `ampproject/amp-wp` package with updated dependencies.

## Installation

Expand All @@ -20,7 +22,7 @@ Add to your `composer.json` repositories section link to amp-wp plugin:
...
{
"type": "vcs",
"url": "https://github.com/ampproject/amp-wp"
"url": "https://github.com/arrowsgm/amp-wp"
}
]
...
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An HTML to AMP converter for Laravel based on amp-wp Wordpress plugin",
"type": "library",
"license": "GPL-2.0-or-later",
"version": "0.3.3",
"version": "0.4.0",
"authors": [
{
"name": "Eugene Vit",
Expand All @@ -21,7 +21,7 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ampproject/amp-wp"
"url": "https://github.com/arrowsgm/amp-wp"
}
],
"require-dev": {
Expand Down
Loading

0 comments on commit d919526

Please sign in to comment.