Skip to content

Commit

Permalink
Merge pull request #44 from acelaya-forks/feature/update-deps
Browse files Browse the repository at this point in the history
Updated deps
  • Loading branch information
acelaya authored Jun 3, 2022
2 parents 9d877e0 + 143c0de commit 55f8a1a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/php-lib-ci.yml@main
with:
extra-extensions: openswoole-4.8.1
extra-extensions: openswoole-4.11.1
with-php-eight: false
secrets:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
## [2.4.0] - 2022-06-03
### Added
* *Nothing*

### Changed
* *Nothing*
* Updated dependencies

### Changed
* Updated to infection 0.26, enabling HTML reports.
Expand All @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* *Nothing*

### Removed
* *Nothing*
* Dropped support for PHP 8.0

### Fixed
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2

ENV OPENSWOOLE_VERSION 4.8.1
ENV OPENSWOOLE_VERSION 4.11.1

RUN apk add --no-cache openssl openssl-dev
RUN apk add --no-cache libpng-dev libpng libjpeg-turbo-dev libwebp-dev zlib-dev libxpm-dev
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"league/event": "^3.0",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1",
"shlinkio/shlink-config": "^1.2"
"psr/log": "^3.0",
"shlinkio/shlink-config": "^1.6"
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"infection/infection": "^0.26",
"mezzio/mezzio-swoole": "^3.5",
"mezzio/mezzio-swoole": "^4.2",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan": "^1.7",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.2.0"
Expand Down

0 comments on commit 55f8a1a

Please sign in to comment.