Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed May 20, 2023
2 parents b4f778b + d3b3bf9 commit 76d582a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
php-version: 8.1
tools: composer:v2
coverage: none
extensions: json,fileinfo

- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version: ${{ matrix.php }}
tools: composer:v2
coverage: xdebug
extensions: json,fileinfo

- name: Setup problem matches
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0-alpha.16] - 2023-05-20

### Documentation

- Change minimum version to php 8.1 on readme

## [1.0.0-alpha.15] - 2023-05-20

### Bug Fixes
Expand All @@ -16,6 +22,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks

- Install slim/http as a dependency
- Install pnpm as a peoject dev-dependency

### Testing

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To get started, install the package using composer:
composer require nekofar/slim-jsend
```

Requires Slim Framework 4 and PHP 7.3 or newer.
Requires Slim Framework 4 and PHP 8.1 or newer.

## Usage

Expand Down

0 comments on commit 76d582a

Please sign in to comment.