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

Commit

Permalink
Add symfony/finder ^5.0 as OR dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon Heuser committed Nov 6, 2020
1 parent 75bc713 commit 6bc6f74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ This is the list of changes for the Version 1.0 release series.
## Version 1.0.2

* Bump library version

## Version 1.0.7

* Add symfony/finder ^5.0 as OR dependency
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=5.6",
"symfony/console": "^3.0 || ^4.0",
"symfony/finder": "^3.0 || ^4.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
"theseer/fdomdocument": "1.6.*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Application extends ConsoleApplication
*/
public function __construct()
{
parent::__construct('phpjunitmerge', '1.0.6');
parent::__construct('phpjunitmerge', '1.0.7');
}

/**
Expand Down

0 comments on commit 6bc6f74

Please sign in to comment.