Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Dec 4, 2020
1 parent e2dfcd4 commit f9e4378
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 331 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# WP2Static Amazon S3 Deployment Add-on

Adds Amazon S3 as a deployment option for WP2Static.

Take advantage of Amazon S3 to host your WordPress powered static website.

28 changes: 0 additions & 28 deletions README.txt

This file was deleted.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wp2static/wp2static-addon-s3",
"name": "leonstafford/wp2static-addon-s3",
"description": "S3 deployment Add-on for WP2Static.",
"homepage": "https://wp2static.com",
"license": "UNLICENSE",
Expand All @@ -12,16 +12,16 @@
],
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/WP2Static/wp2static-addon-s3/issues",
"issues": "https://github.com/leonstafford/wp2static-addon-s3/issues",
"forum": "https://wp2static.com/community",
"docs": "https://wp2static.com/documentation",
"source": "https://github.com/WP2Static/wp2static-addon-s3"
"source": "https://github.com/leonstafford/wp2static-addon-s3"
},
"repositories": [
],
"require": {
"php": ">=7.2",
"aws/aws-sdk-php": "^3.133"
"php": ">=7.3",
"aws/aws-sdk-php": "*"
},
"require-dev": {
"phpstan/phpstan": "*",
Expand All @@ -47,7 +47,7 @@
},
"config": {
"platform": {
"php": "7.2.17"
"php": "7.3"
},
"preferred-install": {
"*": "dist"
Expand Down
Loading

0 comments on commit f9e4378

Please sign in to comment.