Skip to content

Commit

Permalink
Merge pull request #18 from basz/php82-compat
Browse files Browse the repository at this point in the history
allow php82
  • Loading branch information
prolic authored Sep 21, 2023
2 parents bf1179c + 6bff570 commit aa05c1d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/AllStreamProjectionRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/CategoryStreamProjectionRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/MessageNameStreamProjectionRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/AllStreamProjectionRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/CategoryStreamProjectionRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/MessageNameStreamProjectionRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/Mock/TestDomainEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* This file is part of prooph/standard-projections.
* (c) 2016-2022 prooph software GmbH <[email protected]>
* (c) 2016-2022 Sascha-Oliver Prolic <[email protected]>
* (c) 2016-2023 prooph software GmbH <[email protected]>
* (c) 2016-2023 Sascha-Oliver Prolic <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit aa05c1d

Please sign in to comment.