Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 6bc6f74

Browse files
author
Timon Heuser
committed
Add symfony/finder ^5.0 as OR dependency
1 parent 75bc713 commit 6bc6f74

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ This is the list of changes for the Version 1.0 release series.
1414
## Version 1.0.2
1515

1616
* Bump library version
17+
18+
## Version 1.0.7
19+
20+
* Add symfony/finder ^5.0 as OR dependency

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.6",
1919
"symfony/console": "^3.0 || ^4.0",
20-
"symfony/finder": "^3.0 || ^4.0",
20+
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
2121
"theseer/fdomdocument": "1.6.*"
2222
},
2323
"require-dev": {

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Application extends ConsoleApplication
5555
*/
5656
public function __construct()
5757
{
58-
parent::__construct('phpjunitmerge', '1.0.6');
58+
parent::__construct('phpjunitmerge', '1.0.7');
5959
}
6060

6161
/**

0 commit comments

Comments
 (0)