Skip to content

Commit 61b3dcb

Browse files
wundiiawu
andauthored
fix: composer version issue (#27)
Co-authored-by: awu <[email protected]>
1 parent 3946aa0 commit 61b3dcb

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,3 @@ In case you need to set up the client yourself, use the following functions to g
504504
- `getMappedPort()` returns the port
505505
- `getBaseUrl()` returns the full URL of the container
506506
- `getApiToken()` returns the API token
507-

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"ext-curl": "*"
2929
},
3030
"require-dev": {
31-
"phpstan/phpstan": "2.1.17",
31+
"phpstan/phpstan": "2.1.20",
3232
"phpunit/phpunit": "11.5.21",
33-
"rector/rector": "2.1.1",
33+
"rector/rector": "2.1.2",
3434
"symfony/http-client": "7.3.1",
3535
"symplify/easy-coding-standard": "12.5.20",
3636
"testcontainers/testcontainers": "1.0.3"

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)