Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"roave/security-advisories": "dev-master",
"event-engine/php-messaging": "^0.1",
"event-engine/php-engine-utils": "^0.1",
"psr/log": "^1.1"
},
"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/DevNull.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-logger.
* (c) 2018-2019 prooph software GmbH <contact@prooph.de>
* (c) 2018-2021 prooph software GmbH <contact@prooph.de>
*
* 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/EchoLogger.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-logger.
* (c) 2018-2019 prooph software GmbH <contact@prooph.de>
* (c) 2018-2021 prooph software GmbH <contact@prooph.de>
*
* 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/LogEngine.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-logger.
* (c) 2018-2019 prooph software GmbH <contact@prooph.de>
* (c) 2018-2021 prooph software GmbH <contact@prooph.de>
*
* 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/SimpleMessageEngine.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This file is part of event-engine/php-logger.
* (c) 2018-2019 prooph software GmbH <contact@prooph.de>
* (c) 2018-2021 prooph software GmbH <contact@prooph.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down