Fix case sensitivity for "Semver" in paths and package name

This commit is contained in:
netkas 2024-09-19 13:45:33 -04:00
parent 91a25390fa
commit 5e173b7cc0
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ DEBIAN_PACKAGE_BUILD_PATH := $(BUILD_PATH)/ncc_$(BUILD_VERSION)_all.deb
# List of paths for autoloading
AUTOLOAD_PATHS := $(addprefix $(SRC_PATH)/ncc/ThirdParty/, \
composer/semver \
composer/Semver \
defuse/php-encryption \
jelix/version \
nikic/PhpParser \