Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Apr 26, 2020
1 parent 5687b17 commit 48c6feb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function check(UpdateHelper $helper)

if (array_key_exists($this->packageName, $dependencies)) {
$version = $dependencies[$this->packageName];
$helper->write($this->packageName . ' is installed as version '
. $version);
if ($this->version1($version)) {
$this->yellow('****');
$this->yellow("Please considering {$this->packageName} to version 2 or greater. Version 1 has been depreciated because of an issue with PSR-4 and composer v2");
Expand Down

0 comments on commit 48c6feb

Please sign in to comment.