Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# add 8.4 soon
php-version: ['8.3']
php-version: ['8.3', '8.4']

steps:
- name: Checkout code
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Utilized by other applications as well:
## Table of Contents
* [Requirements](#requirements)
* [Getting started:](#getting-started)
* [Notes per version](#notes-per-version)
+ [Version 2.3 (latest)](#version-2324-latest)
+ [Version 2.2](#version-22)
+ [Version 2.1](#version-21)
+ [Versions before 2.1](#versions-before-21)
* [Changelog](#changelog)
* [Testing](#testing)
+ [Description of the base tests:](#description-of-the-base-tests)
* [Frequently asked questions](#frequently-asked-questions)
Expand Down Expand Up @@ -52,8 +48,7 @@ Utilized by other applications as well:


# Requirements & Versioning
## 3.0 is coming with PHP 8.3 support and requirement
A new version of the PHP library will be released in the coming 1-2 months.
## 2.5 is here with PHP 8.3 support and requirement
Starting this release, **PHP 8.3** is the minimum required version for this library.
- 2026: Starting at our release >= 3.0, **PHP 8.3** is the minimum required version for this library. Previous releases requires **PHP 8.1**.
- 2024: Starting at our release >= 2.4, **PHP 8.1** is the minimum required version for this library. Previous releases requires **PHP 8.0**.
Expand All @@ -73,7 +68,7 @@ Refer to the [examples](https://github.com/bluem-development/bluem-php/tree/mast

Please contact us if you have any questions regarding the examples or the implementation of the library in your project.

## Notes per version
## Changelog
See [Changelog](changelog.md)

## Testing
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"require-dev": {
"phpunit/phpunit": "^12",
"phpspec/prophecy": "~1.0",
"vlucas/phpdotenv": "^5.4",
"vlucas/phpdotenv": "^5.6",
"rector/rector": "^2.4",
"squizlabs/php_codesniffer": "^3.7",
"phpcompatibility/php-compatibility": "^9.3"
Expand Down
Loading