From 7b311bc9bd11e51cad2a8e99add53a2053db47a0 Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Fri, 1 Sep 2023 18:24:57 +0200 Subject: [PATCH 1/2] allow php82 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d76dba..74df910 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^7.4 || ^8.0, <8.2", + "php": "^7.4 || ^8.0, <8.3", "prooph/event-store": "^7.8" }, "require-dev": { From 6bff5705d4fbec1dae989f364f78ec313464f39b Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Fri, 1 Sep 2023 19:06:59 +0200 Subject: [PATCH 2/2] copyright --- src/AllStreamProjectionRunner.php | 4 ++-- src/CategoryStreamProjectionRunner.php | 4 ++-- src/MessageNameStreamProjectionRunner.php | 4 ++-- tests/AllStreamProjectionRunnerTest.php | 4 ++-- tests/CategoryStreamProjectionRunnerTest.php | 4 ++-- tests/MessageNameStreamProjectionRunnerTest.php | 4 ++-- tests/Mock/TestDomainEvent.php | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/AllStreamProjectionRunner.php b/src/AllStreamProjectionRunner.php index d14090d..1a43b20 100644 --- a/src/AllStreamProjectionRunner.php +++ b/src/AllStreamProjectionRunner.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/CategoryStreamProjectionRunner.php b/src/CategoryStreamProjectionRunner.php index 91df0f6..29aca96 100644 --- a/src/CategoryStreamProjectionRunner.php +++ b/src/CategoryStreamProjectionRunner.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageNameStreamProjectionRunner.php b/src/MessageNameStreamProjectionRunner.php index acab38a..f9a591b 100644 --- a/src/MessageNameStreamProjectionRunner.php +++ b/src/MessageNameStreamProjectionRunner.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/AllStreamProjectionRunnerTest.php b/tests/AllStreamProjectionRunnerTest.php index bcad042..eb75aea 100644 --- a/tests/AllStreamProjectionRunnerTest.php +++ b/tests/AllStreamProjectionRunnerTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/CategoryStreamProjectionRunnerTest.php b/tests/CategoryStreamProjectionRunnerTest.php index 66feda3..dcfeaeb 100644 --- a/tests/CategoryStreamProjectionRunnerTest.php +++ b/tests/CategoryStreamProjectionRunnerTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/MessageNameStreamProjectionRunnerTest.php b/tests/MessageNameStreamProjectionRunnerTest.php index fa05a3a..30b8318 100644 --- a/tests/MessageNameStreamProjectionRunnerTest.php +++ b/tests/MessageNameStreamProjectionRunnerTest.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Mock/TestDomainEvent.php b/tests/Mock/TestDomainEvent.php index 495e1df..46ca27f 100644 --- a/tests/Mock/TestDomainEvent.php +++ b/tests/Mock/TestDomainEvent.php @@ -2,8 +2,8 @@ /** * This file is part of prooph/standard-projections. - * (c) 2016-2022 prooph software GmbH - * (c) 2016-2022 Sascha-Oliver Prolic + * (c) 2016-2023 prooph software GmbH + * (c) 2016-2023 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.