Skip to content

Commit

Permalink
PHP: Update PostObjectV4 example (awsdocs#5490)
Browse files Browse the repository at this point in the history
Update PostObjectV4 example with HTML form for completeness

For ticket https://sim.amazon.com/issues/AWSDOCS-35095 (one of several)
  • Loading branch information
tkhill-AWS authored Oct 13, 2023
1 parent e7b2632 commit a2ea6dd
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 180 deletions.
6 changes: 3 additions & 3 deletions php/example_code/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"require": {
"aws/aws-sdk-php": "^3.209",
"guzzlehttp/guzzle": "^7.0",
"aws/aws-sdk-php": "^3.283.2",
"guzzlehttp/guzzle": "^7.8.0",
"ext-zip": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6.13",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
Expand Down
Loading

0 comments on commit a2ea6dd

Please sign in to comment.