Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource      | package                     | from   | to     |
| --------------- | --------------------------- | ------ | ------ |
| docker          | docker.io/openswoole/swoole | 22.0   | 22.1   |
| github-releases | openswoole/ext-openswoole   | 22.1.0 | 22.1.2 |
| packagist       | phpseclib/phpseclib         | 3.0.35 | 3.0.35 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 10d134f commit 934e019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/openswoole/swoole:22.0-php8.2-alpine
FROM docker.io/openswoole/swoole:22.1-php8.2-alpine

RUN docker-php-ext-install intl
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mounts:
hooks:
build: |
set -e
OPENSWOOLE_VERSION=22.1.0
OPENSWOOLE_VERSION=22.1.2
echo "Installing Swoole extension"
bash install-swoole.sh openswoole "$OPENSWOOLE_VERSION"
echo "Current PHP modules:"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mezzio/mezzio-template": "^2.10.0",
"monolog/monolog": "^3.5.0",
"phly/phly-event-dispatcher": "^1.3.1",
"phpseclib/phpseclib": "^3.0.34",
"phpseclib/phpseclib": "^3.0.35",
"psr/container": "^1.1.2 || ^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/http-factory": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 934e019

Please sign in to comment.