Skip to content

Commit

Permalink
Merge pull request #1 from netiul/feature/php8
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
codeliner authored Feb 1, 2021
2 parents e97faeb + 637dac1 commit cb8c3a3
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidPayload.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/SchemaException.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/InputTypeSchema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/Command.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/CommandMap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/Event.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/EventMap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/Query.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/QueryMap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MessageSchema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/PayloadSchema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseTypeSchema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Schema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/TypeSchema.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/TypeSchemaMap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-schema.
* (c) 2018-2019 prooph software GmbH <[email protected]>
* (c) 2018-2021 prooph software GmbH <[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 cb8c3a3

Please sign in to comment.