From 498b876a845b29a010e5930ed1cef2c28bbaf57e Mon Sep 17 00:00:00 2001 From: Lisa Hoffelner Date: Wed, 21 Feb 2024 16:54:55 +0100 Subject: [PATCH] Update psr/cache and pestphp/pest --- CHANGELOG.md | 10 ++++++++++ composer.json | 8 ++++---- phpunit.xml | 36 +++++++++++++++--------------------- 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f52782..2f6f1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.0] - 2024-02-xx +### Added +- Support for `psr/cache` ^2.0 and ^3.0 + +### Updated +- `pestphp/pest` to v2 + +### Removed +- Support for PHP 8.0 + ## [3.0.0] - 2023-03-01 ### Added - Support for PHP 8.2. diff --git a/composer.json b/composer.json index 3a6d851..4e6417b 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "license": "Apache-2.0", "require": { - "php": "8.0.* | 8.1.* | 8.2.*", + "php": "8.1.* || 8.2.*", "illuminate/support": "^9.0 || ^10.0", "illuminate/session": "^9.0 || ^10.0", - "psr/cache": "^1.0" + "psr/cache": "^1.0 || ^2.0 || ^3.0 " }, "require-dev": { "mockery/mockery": "^1.0", - "pestphp/pest": "^1.22", - "laravel/pint": "^1.5 | ^1.6", + "pestphp/pest": "^2.0", + "laravel/pint": "^1.5 || ^1.6", "phpstan/phpstan": "^1.10" }, "extra": { diff --git a/phpunit.xml b/phpunit.xml index 74ed317..444153f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,23 +1,17 @@ - - - - ./tests - - - - - ./src - - - ./src/StateServiceProvider.php - ./src/StoreFacade.php - - + + + + ./tests + + + + + ./src + + + ./src/StateServiceProvider.php + ./src/StoreFacade.php + +