-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.x] Add PHP8 to travis / PHP8 support #413
Changes from all commits
a5b3bfc
e0f25c1
06865e1
d93dda8
1237dce
85ad300
c10a689
4dfbef5
80022f1
6c8c1a3
1b05c82
3ad2ee4
43ffc37
497a9ad
2cd90ef
3ff1c61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
nbproject | ||
composer.lock | ||
docs/html | ||
.phpunit.result.cache |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,16 +24,17 @@ | |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require": { | ||
"php": "^7.1", | ||
"php": "^7.1 || ^8.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we set PHP minimum version to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 7.3 is still supported until end of next year. PHPUnit 9 supports 7.3 and 8 . Any specific reason to jump to 7.4 right away? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alright, we can stick to PHP 7.3, because we don‘t want to use new features. |
||
"marc-mabe/php-enum": "^2.3.1 || ^3.0.0 || ^4.0.0", | ||
"prooph/common": "^4.1.0" | ||
"prooph/common": "^4.5.0" | ||
}, | ||
"require-dev": { | ||
"phpspec/prophecy": "^1.10.3", | ||
"phpunit/php-invoker": "^2.0", | ||
"phpunit/phpunit": "^7.5.20", | ||
"phpspec/prophecy-phpunit": "^2.0", | ||
"phpunit/php-invoker": "^3.1", | ||
"phpunit/phpunit": "^9.3", | ||
"prooph/bookdown-template": "^0.2.3", | ||
"prooph/php-cs-fixer-config": "v0.3.1", | ||
"prooph/php-cs-fixer-config": "^0.4", | ||
"psr/container": "^1.0", | ||
"sandrokeil/interop-config": "^2.0.1", | ||
"satooshi/php-coveralls": "^1.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/event-store. | ||
* (c) 2014-2020 prooph software GmbH <[email protected]> | ||
* (c) 2015-2020 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2021 prooph software GmbH <[email protected]> | ||
* (c) 2015-2021 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still requires 7.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took care of this myself.