Skip to content

Commit d1e3fa4

Browse files
committed
bump deps
1 parent d30b764 commit d1e3fa4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2016-2017, prooph software GmbH
2-
Copyright (c) 2016-2017, Sascha-Oliver Prolic
1+
Copyright (c) 2016-2025, prooph software GmbH
2+
Copyright (c) 2016-2025, Sascha-Oliver Prolic
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1 || ^8.0",
19-
"friendsofphp/php-cs-fixer": "^3.1"
18+
"php": "^8.2",
19+
"friendsofphp/php-cs-fixer": "^3.69.1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^9.5",
23-
"satooshi/php-coveralls": "^1.0"
22+
"phpunit/phpunit": "^9.6 || ^10.0",
23+
"php-coveralls/php-coveralls": "^2.7.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

src/Prooph.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of `prooph/php-cs-fixer-config`.
5-
* (c) 2016-2021 prooph software GmbH <contact@prooph.de>
6-
* (c) 2016-2021 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
5+
* (c) 2016-2025 prooph software GmbH <contact@prooph.de>
6+
* (c) 2016-2025 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

tests/ProophTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This file is part of `prooph/php-cs-fixer-config`.
5-
* (c) 2016-2021 prooph software GmbH <contact@prooph.de>
6-
* (c) 2016-2021 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
5+
* (c) 2016-2025 prooph software GmbH <contact@prooph.de>
6+
* (c) 2016-2025 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)