diff --git a/.gitignore b/.gitignore index 363ec3a..05a17c6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ build # Autoload files -src/ncc/ThirdParty/composer/semver/autoload_spl.php +src/ncc/ThirdParty/composer/Semver/autoload_spl.php src/ncc/ThirdParty/defuse/php-encryption/autoload_spl.php src/ncc/ThirdParty/jelix/version/autoload_spl.php src/ncc/ThirdParty/nikic/PhpParser/autoload_spl.php diff --git a/src/ncc/ThirdParty/composer/semver/CHANGELOG.md b/src/ncc/ThirdParty/composer/Semver/CHANGELOG.md similarity index 100% rename from src/ncc/ThirdParty/composer/semver/CHANGELOG.md rename to src/ncc/ThirdParty/composer/Semver/CHANGELOG.md diff --git a/src/ncc/ThirdParty/composer/semver/Comparator.php b/src/ncc/ThirdParty/composer/Semver/Comparator.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Comparator.php rename to src/ncc/ThirdParty/composer/Semver/Comparator.php diff --git a/src/ncc/ThirdParty/composer/semver/CompilingMatcher.php b/src/ncc/ThirdParty/composer/Semver/CompilingMatcher.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/CompilingMatcher.php rename to src/ncc/ThirdParty/composer/Semver/CompilingMatcher.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/Bound.php b/src/ncc/ThirdParty/composer/Semver/Constraint/Bound.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/Bound.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/Bound.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/Constraint.php b/src/ncc/ThirdParty/composer/Semver/Constraint/Constraint.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/Constraint.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/Constraint.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/ConstraintInterface.php b/src/ncc/ThirdParty/composer/Semver/Constraint/ConstraintInterface.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/ConstraintInterface.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/ConstraintInterface.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/MatchAllConstraint.php b/src/ncc/ThirdParty/composer/Semver/Constraint/MatchAllConstraint.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/MatchAllConstraint.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/MatchAllConstraint.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/MatchNoneConstraint.php b/src/ncc/ThirdParty/composer/Semver/Constraint/MatchNoneConstraint.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/MatchNoneConstraint.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/MatchNoneConstraint.php diff --git a/src/ncc/ThirdParty/composer/semver/Constraint/MultiConstraint.php b/src/ncc/ThirdParty/composer/Semver/Constraint/MultiConstraint.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Constraint/MultiConstraint.php rename to src/ncc/ThirdParty/composer/Semver/Constraint/MultiConstraint.php diff --git a/src/ncc/ThirdParty/composer/semver/Interval.php b/src/ncc/ThirdParty/composer/Semver/Interval.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Interval.php rename to src/ncc/ThirdParty/composer/Semver/Interval.php diff --git a/src/ncc/ThirdParty/composer/semver/Intervals.php b/src/ncc/ThirdParty/composer/Semver/Intervals.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Intervals.php rename to src/ncc/ThirdParty/composer/Semver/Intervals.php diff --git a/src/ncc/ThirdParty/composer/semver/LICENSE b/src/ncc/ThirdParty/composer/Semver/LICENSE similarity index 100% rename from src/ncc/ThirdParty/composer/semver/LICENSE rename to src/ncc/ThirdParty/composer/Semver/LICENSE diff --git a/src/ncc/ThirdParty/composer/semver/README.md b/src/ncc/ThirdParty/composer/Semver/README.md similarity index 100% rename from src/ncc/ThirdParty/composer/semver/README.md rename to src/ncc/ThirdParty/composer/Semver/README.md diff --git a/src/ncc/ThirdParty/composer/semver/Semver.php b/src/ncc/ThirdParty/composer/Semver/Semver.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/Semver.php rename to src/ncc/ThirdParty/composer/Semver/Semver.php diff --git a/src/ncc/ThirdParty/composer/semver/VERSION b/src/ncc/ThirdParty/composer/Semver/VERSION similarity index 100% rename from src/ncc/ThirdParty/composer/semver/VERSION rename to src/ncc/ThirdParty/composer/Semver/VERSION diff --git a/src/ncc/ThirdParty/composer/semver/VersionParser.php b/src/ncc/ThirdParty/composer/Semver/VersionParser.php similarity index 100% rename from src/ncc/ThirdParty/composer/semver/VersionParser.php rename to src/ncc/ThirdParty/composer/Semver/VersionParser.php