Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 3f9c3dc

Browse files
committed
Merge branch 'develop'
2 parents 42f6e54 + 09ad173 commit 3f9c3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Edit your copy.
4646
```
4747
$ docker run -it --rm \
4848
--volume "$PWD":/usr/src/myapp --workdir /usr/src/myapp \
49-
php:8.1-cli php MyExample.php
49+
php:8.3-cli php MyExample.php
5050
```
5151

5252
## Authors

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=8.2 <8.4",
1616
"ext-json": "*",
17-
"guzzlehttp/guzzle": ">=6.3 <7.6",
17+
"guzzlehttp/guzzle": ">=6.3 <8.0",
1818
"psr/log": ">=1.1"
1919
},
2020
"config": {

0 commit comments

Comments
 (0)