Skip to content

Commit b07664b

Browse files
Bump required versions of phar-io/manifest and phar-io/version for PHP 8 compatibility
1 parent f758666 commit b07664b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ext-xmlwriter": "*",
3131
"doctrine/instantiator": "^1.3.1",
3232
"myclabs/deep-copy": "^1.10.0",
33-
"phar-io/manifest": "^1.0.3",
34-
"phar-io/version": "^2.0.1",
33+
"phar-io/manifest": "^2.0.1",
34+
"phar-io/version": "^3.0.2",
3535
"phpspec/prophecy": "^1.10.3",
3636
"phpunit/php-code-coverage": "^7.0.12",
3737
"phpunit/php-file-iterator": "^2.0.2",

src/TextUI/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ private function handleExtensions(string $directory): void
11871187

11881188
require $file;
11891189

1190-
$this->arguments['loadedExtensions'][] = $manifest->getName() . ' ' . $manifest->getVersion()->getVersionString();
1190+
$this->arguments['loadedExtensions'][] = $manifest->getName()->asString() . ' ' . $manifest->getVersion()->getVersionString();
11911191
}
11921192
}
11931193

0 commit comments

Comments
 (0)