diff --git a/composer.json b/composer.json index e8bf0f0..5003128 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "roave/security-advisories": "dev-master" }, "require-dev": { - "phpunit/phpunit": "^7.0", - "prooph/php-cs-fixer-config": "^0.3", - "satooshi/php-coveralls": "^1.0", + "phpunit/phpunit": "^8.0 || ^9.0", + "prooph/php-cs-fixer-config": "^0.4", + "php-coveralls/php-coveralls": "^2.0", "malukenho/docheader": "^0.1.4" }, "autoload": { diff --git a/src/Exception/InvalidPayload.php b/src/Exception/InvalidPayload.php index 30b53b3..e0da1a2 100644 --- a/src/Exception/InvalidPayload.php +++ b/src/Exception/InvalidPayload.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 1895411..15a2db7 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/SchemaException.php b/src/Exception/SchemaException.php index 73afd08..db2f3a5 100644 --- a/src/Exception/SchemaException.php +++ b/src/Exception/SchemaException.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/InputTypeSchema.php b/src/InputTypeSchema.php index b59d8b3..cb4f97b 100644 --- a/src/InputTypeSchema.php +++ b/src/InputTypeSchema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/Command.php b/src/MessageBox/Command.php index d25d11d..f0a9ba6 100644 --- a/src/MessageBox/Command.php +++ b/src/MessageBox/Command.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/CommandMap.php b/src/MessageBox/CommandMap.php index 4272f7c..5b456e0 100644 --- a/src/MessageBox/CommandMap.php +++ b/src/MessageBox/CommandMap.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/Event.php b/src/MessageBox/Event.php index 41d7f8a..fa1a95d 100644 --- a/src/MessageBox/Event.php +++ b/src/MessageBox/Event.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/EventMap.php b/src/MessageBox/EventMap.php index 466aa16..c7aafab 100644 --- a/src/MessageBox/EventMap.php +++ b/src/MessageBox/EventMap.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/Query.php b/src/MessageBox/Query.php index 08c96e8..3ffbb7e 100644 --- a/src/MessageBox/Query.php +++ b/src/MessageBox/Query.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageBox/QueryMap.php b/src/MessageBox/QueryMap.php index 30913c3..9070d20 100644 --- a/src/MessageBox/QueryMap.php +++ b/src/MessageBox/QueryMap.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/MessageSchema.php b/src/MessageSchema.php index 989421f..0d40ef4 100644 --- a/src/MessageSchema.php +++ b/src/MessageSchema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/PayloadSchema.php b/src/PayloadSchema.php index d02e4b8..b3482cb 100644 --- a/src/PayloadSchema.php +++ b/src/PayloadSchema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/ResponseTypeSchema.php b/src/ResponseTypeSchema.php index 7e10482..baef69a 100644 --- a/src/ResponseTypeSchema.php +++ b/src/ResponseTypeSchema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Schema.php b/src/Schema.php index a9646e6..5c71afe 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/TypeSchema.php b/src/TypeSchema.php index 287466b..ee00260 100644 --- a/src/TypeSchema.php +++ b/src/TypeSchema.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/TypeSchemaMap.php b/src/TypeSchemaMap.php index bf83a36..289f8b9 100644 --- a/src/TypeSchemaMap.php +++ b/src/TypeSchemaMap.php @@ -1,7 +1,7 @@ + * (c) 2018-2021 prooph software GmbH * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.