File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
"ext-xmlwriter" : " *" ,
31
31
"doctrine/instantiator" : " ^1.3.1" ,
32
32
"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 " ,
35
35
"phpspec/prophecy" : " ^1.10.3" ,
36
36
"phpunit/php-code-coverage" : " ^7.0.12" ,
37
37
"phpunit/php-file-iterator" : " ^2.0.2" ,
Original file line number Diff line number Diff line change @@ -1187,7 +1187,7 @@ private function handleExtensions(string $directory): void
1187
1187
1188
1188
require $ file ;
1189
1189
1190
- $ this ->arguments ['loadedExtensions ' ][] = $ manifest ->getName () . ' ' . $ manifest ->getVersion ()->getVersionString ();
1190
+ $ this ->arguments ['loadedExtensions ' ][] = $ manifest ->getName ()-> asString () . ' ' . $ manifest ->getVersion ()->getVersionString ();
1191
1191
}
1192
1192
}
1193
1193
You can’t perform that action at this time.
0 commit comments