Skip to content

Commit f9e4378

Browse files
author
Leon
committed
bump deps
1 parent e2dfcd4 commit f9e4378

5 files changed

Lines changed: 716 additions & 331 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# WP2Static Amazon S3 Deployment Add-on
2+
3+
Adds Amazon S3 as a deployment option for WP2Static.
4+
5+
Take advantage of Amazon S3 to host your WordPress powered static website.
6+

README.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wp2static/wp2static-addon-s3",
2+
"name": "leonstafford/wp2static-addon-s3",
33
"description": "S3 deployment Add-on for WP2Static.",
44
"homepage": "https://wp2static.com",
55
"license": "UNLICENSE",
@@ -12,16 +12,16 @@
1212
],
1313
"type": "wordpress-plugin",
1414
"support": {
15-
"issues": "https://github.com/WP2Static/wp2static-addon-s3/issues",
15+
"issues": "https://github.com/leonstafford/wp2static-addon-s3/issues",
1616
"forum": "https://wp2static.com/community",
1717
"docs": "https://wp2static.com/documentation",
18-
"source": "https://github.com/WP2Static/wp2static-addon-s3"
18+
"source": "https://github.com/leonstafford/wp2static-addon-s3"
1919
},
2020
"repositories": [
2121
],
2222
"require": {
23-
"php": ">=7.2",
24-
"aws/aws-sdk-php": "^3.133"
23+
"php": ">=7.3",
24+
"aws/aws-sdk-php": "*"
2525
},
2626
"require-dev": {
2727
"phpstan/phpstan": "*",
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "7.2.17"
50+
"php": "7.3"
5151
},
5252
"preferred-install": {
5353
"*": "dist"

0 commit comments

Comments
 (0)