1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit 4bd8a0f017 - Show all commits

View file

@ -234,7 +234,7 @@
$path = $package; $path = $package;
$parsed_source = new RemotePackageInput($path); $parsed_source = new RemotePackageInput($path);
if($parsed_source->Vendor !== null && $parsed_source->Package !== null) if($parsed_source->Vendor !== null && $parsed_source->Package !== null && $parsed_source->Source !== null)
{ {
try try
{ {