diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 38e555f..d9e88f2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1', '8.2'] + php: ['8.0', '8.1', '8.2'] stability: ['prefer-lowest', 'prefer-stable'] allow_failure: [false] include: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0875aa4..7cbbd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Removed +- Drop support of PHP <8.0 + ## [0.4.1] - 2022-04-28 ### Fixed diff --git a/composer.json b/composer.json index 4f3d49a..c0cfe0c 100644 --- a/composer.json +++ b/composer.json @@ -12,17 +12,17 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": ">=7.4", + "php": ">=8.0", "psr/http-message": "^1.0", "psr/http-server-middleware": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^7.2", - "friendsofphp/php-cs-fixer": "^3.8", - "nyholm/psr7": "^1.5", - "phpstan/phpstan": "^1.6", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0" + "phpspec/phpspec": "^7.4", + "friendsofphp/php-cs-fixer": "^3.23", + "nyholm/psr7": "^1.8", + "phpstan/phpstan": "^1.10", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan-deprecation-rules": "^1.1" }, "autoload": { "psr-4": {