From 6133da906963c3416127e2fad13e038259fde1bb Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 Feb 2023 06:31:50 +0900 Subject: [PATCH] phpunit test must be installed in www/ folder Because www folder is source base, if phpunit is installed outside it cannot find the classes --- composer.json | 3 +- composer.lock | 1732 +-------------- vendor/composer/autoload_classmap.php | 627 ------ vendor/composer/autoload_files.php | 2 - vendor/composer/autoload_psr4.php | 3 - vendor/composer/autoload_static.php | 647 ------ vendor/composer/installed.json | 1842 ---------------- vendor/composer/installed.php | 256 +-- www/composer.json | 3 + www/composer.lock | 1735 +++++++++++++++- {vendor => www/vendor}/bin/php-parse | 0 {vendor => www/vendor}/bin/phpunit | 0 www/vendor/composer/autoload_classmap.php | 633 +++++- www/vendor/composer/autoload_files.php | 11 + www/vendor/composer/autoload_psr4.php | 3 + www/vendor/composer/autoload_real.php | 12 + www/vendor/composer/autoload_static.php | 667 +++++- www/vendor/composer/installed.json | 1848 ++++++++++++++++- www/vendor/composer/installed.php | 256 ++- .../instantiator/.doctrine-project.json | 0 .../doctrine/instantiator/CONTRIBUTING.md | 0 .../vendor}/doctrine/instantiator/LICENSE | 0 .../vendor}/doctrine/instantiator/README.md | 0 .../doctrine/instantiator/composer.json | 0 .../doctrine/instantiator/docs/en/index.rst | 0 .../doctrine/instantiator/docs/en/sidebar.rst | 0 .../vendor}/doctrine/instantiator/psalm.xml | 0 .../Exception/ExceptionInterface.php | 0 .../Exception/InvalidArgumentException.php | 0 .../Exception/UnexpectedValueException.php | 0 .../Doctrine/Instantiator/Instantiator.php | 0 .../Instantiator/InstantiatorInterface.php | 0 .../myclabs/deep-copy/.github/FUNDING.yml | 0 .../deep-copy/.github/workflows/ci.yaml | 0 .../vendor}/myclabs/deep-copy/LICENSE | 0 .../vendor}/myclabs/deep-copy/README.md | 0 .../vendor}/myclabs/deep-copy/composer.json | 0 .../deep-copy/src/DeepCopy/DeepCopy.php | 0 .../src/DeepCopy/Exception/CloneException.php | 0 .../DeepCopy/Exception/PropertyException.php | 0 .../Doctrine/DoctrineCollectionFilter.php | 0 .../DoctrineEmptyCollectionFilter.php | 0 .../Filter/Doctrine/DoctrineProxyFilter.php | 0 .../deep-copy/src/DeepCopy/Filter/Filter.php | 0 .../src/DeepCopy/Filter/KeepFilter.php | 0 .../src/DeepCopy/Filter/ReplaceFilter.php | 0 .../src/DeepCopy/Filter/SetNullFilter.php | 0 .../Matcher/Doctrine/DoctrineProxyMatcher.php | 0 .../src/DeepCopy/Matcher/Matcher.php | 0 .../src/DeepCopy/Matcher/PropertyMatcher.php | 0 .../DeepCopy/Matcher/PropertyNameMatcher.php | 0 .../DeepCopy/Matcher/PropertyTypeMatcher.php | 0 .../DeepCopy/Reflection/ReflectionHelper.php | 0 .../TypeFilter/Date/DateIntervalFilter.php | 0 .../src/DeepCopy/TypeFilter/ReplaceFilter.php | 0 .../DeepCopy/TypeFilter/ShallowCopyFilter.php | 0 .../TypeFilter/Spl/ArrayObjectFilter.php | 0 .../TypeFilter/Spl/SplDoublyLinkedList.php | 0 .../Spl/SplDoublyLinkedListFilter.php | 0 .../src/DeepCopy/TypeFilter/TypeFilter.php | 0 .../src/DeepCopy/TypeMatcher/TypeMatcher.php | 0 .../deep-copy/src/DeepCopy/deep_copy.php | 0 .../vendor}/nikic/php-parser/LICENSE | 0 .../vendor}/nikic/php-parser/README.md | 0 .../vendor}/nikic/php-parser/bin/php-parse | 0 .../vendor}/nikic/php-parser/composer.json | 0 .../nikic/php-parser/grammar/README.md | 0 .../nikic/php-parser/grammar/parser.template | 0 .../vendor}/nikic/php-parser/grammar/php5.y | 0 .../vendor}/nikic/php-parser/grammar/php7.y | 0 .../nikic/php-parser/grammar/phpyLang.php | 0 .../php-parser/grammar/rebuildParsers.php | 0 .../nikic/php-parser/grammar/tokens.template | 0 .../vendor}/nikic/php-parser/grammar/tokens.y | 0 .../php-parser/lib/PhpParser/Builder.php | 0 .../lib/PhpParser/Builder/ClassConst.php | 0 .../lib/PhpParser/Builder/Class_.php | 0 .../lib/PhpParser/Builder/Declaration.php | 0 .../lib/PhpParser/Builder/EnumCase.php | 0 .../lib/PhpParser/Builder/Enum_.php | 0 .../lib/PhpParser/Builder/FunctionLike.php | 0 .../lib/PhpParser/Builder/Function_.php | 0 .../lib/PhpParser/Builder/Interface_.php | 0 .../lib/PhpParser/Builder/Method.php | 0 .../lib/PhpParser/Builder/Namespace_.php | 0 .../lib/PhpParser/Builder/Param.php | 0 .../lib/PhpParser/Builder/Property.php | 0 .../lib/PhpParser/Builder/TraitUse.php | 0 .../PhpParser/Builder/TraitUseAdaptation.php | 0 .../lib/PhpParser/Builder/Trait_.php | 0 .../php-parser/lib/PhpParser/Builder/Use_.php | 0 .../lib/PhpParser/BuilderFactory.php | 0 .../lib/PhpParser/BuilderHelpers.php | 0 .../php-parser/lib/PhpParser/Comment.php | 0 .../php-parser/lib/PhpParser/Comment/Doc.php | 0 .../ConstExprEvaluationException.php | 0 .../lib/PhpParser/ConstExprEvaluator.php | 0 .../nikic/php-parser/lib/PhpParser/Error.php | 0 .../php-parser/lib/PhpParser/ErrorHandler.php | 0 .../lib/PhpParser/ErrorHandler/Collecting.php | 0 .../lib/PhpParser/ErrorHandler/Throwing.php | 0 .../lib/PhpParser/Internal/DiffElem.php | 0 .../lib/PhpParser/Internal/Differ.php | 0 .../Internal/PrintableNewAnonClassNode.php | 0 .../lib/PhpParser/Internal/TokenStream.php | 0 .../php-parser/lib/PhpParser/JsonDecoder.php | 0 .../nikic/php-parser/lib/PhpParser/Lexer.php | 0 .../lib/PhpParser/Lexer/Emulative.php | 0 .../Lexer/TokenEmulator/AttributeEmulator.php | 0 .../CoaleseEqualTokenEmulator.php | 0 .../Lexer/TokenEmulator/EnumTokenEmulator.php | 0 .../TokenEmulator/ExplicitOctalEmulator.php | 0 .../FlexibleDocStringEmulator.php | 0 .../Lexer/TokenEmulator/FnTokenEmulator.php | 0 .../Lexer/TokenEmulator/KeywordEmulator.php | 0 .../TokenEmulator/MatchTokenEmulator.php | 0 .../TokenEmulator/NullsafeTokenEmulator.php | 0 .../NumericLiteralSeparatorEmulator.php | 0 .../ReadonlyFunctionTokenEmulator.php | 0 .../TokenEmulator/ReadonlyTokenEmulator.php | 0 .../Lexer/TokenEmulator/ReverseEmulator.php | 0 .../Lexer/TokenEmulator/TokenEmulator.php | 0 .../php-parser/lib/PhpParser/NameContext.php | 0 .../nikic/php-parser/lib/PhpParser/Node.php | 0 .../php-parser/lib/PhpParser/Node/Arg.php | 0 .../lib/PhpParser/Node/Attribute.php | 0 .../lib/PhpParser/Node/AttributeGroup.php | 0 .../lib/PhpParser/Node/ComplexType.php | 0 .../php-parser/lib/PhpParser/Node/Const_.php | 0 .../php-parser/lib/PhpParser/Node/Expr.php | 0 .../lib/PhpParser/Node/Expr/ArrayDimFetch.php | 0 .../lib/PhpParser/Node/Expr/ArrayItem.php | 0 .../lib/PhpParser/Node/Expr/Array_.php | 0 .../lib/PhpParser/Node/Expr/ArrowFunction.php | 0 .../lib/PhpParser/Node/Expr/Assign.php | 0 .../lib/PhpParser/Node/Expr/AssignOp.php | 0 .../Node/Expr/AssignOp/BitwiseAnd.php | 0 .../Node/Expr/AssignOp/BitwiseOr.php | 0 .../Node/Expr/AssignOp/BitwiseXor.php | 0 .../PhpParser/Node/Expr/AssignOp/Coalesce.php | 0 .../PhpParser/Node/Expr/AssignOp/Concat.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Div.php | 0 .../PhpParser/Node/Expr/AssignOp/Minus.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Mod.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Mul.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Plus.php | 0 .../lib/PhpParser/Node/Expr/AssignOp/Pow.php | 0 .../Node/Expr/AssignOp/ShiftLeft.php | 0 .../Node/Expr/AssignOp/ShiftRight.php | 0 .../lib/PhpParser/Node/Expr/AssignRef.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp.php | 0 .../Node/Expr/BinaryOp/BitwiseAnd.php | 0 .../Node/Expr/BinaryOp/BitwiseOr.php | 0 .../Node/Expr/BinaryOp/BitwiseXor.php | 0 .../Node/Expr/BinaryOp/BooleanAnd.php | 0 .../Node/Expr/BinaryOp/BooleanOr.php | 0 .../PhpParser/Node/Expr/BinaryOp/Coalesce.php | 0 .../PhpParser/Node/Expr/BinaryOp/Concat.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Div.php | 0 .../PhpParser/Node/Expr/BinaryOp/Equal.php | 0 .../PhpParser/Node/Expr/BinaryOp/Greater.php | 0 .../Node/Expr/BinaryOp/GreaterOrEqual.php | 0 .../Node/Expr/BinaryOp/Identical.php | 0 .../Node/Expr/BinaryOp/LogicalAnd.php | 0 .../Node/Expr/BinaryOp/LogicalOr.php | 0 .../Node/Expr/BinaryOp/LogicalXor.php | 0 .../PhpParser/Node/Expr/BinaryOp/Minus.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Mod.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Mul.php | 0 .../PhpParser/Node/Expr/BinaryOp/NotEqual.php | 0 .../Node/Expr/BinaryOp/NotIdentical.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Plus.php | 0 .../lib/PhpParser/Node/Expr/BinaryOp/Pow.php | 0 .../Node/Expr/BinaryOp/ShiftLeft.php | 0 .../Node/Expr/BinaryOp/ShiftRight.php | 0 .../PhpParser/Node/Expr/BinaryOp/Smaller.php | 0 .../Node/Expr/BinaryOp/SmallerOrEqual.php | 0 .../Node/Expr/BinaryOp/Spaceship.php | 0 .../lib/PhpParser/Node/Expr/BitwiseNot.php | 0 .../lib/PhpParser/Node/Expr/BooleanNot.php | 0 .../lib/PhpParser/Node/Expr/CallLike.php | 0 .../lib/PhpParser/Node/Expr/Cast.php | 0 .../lib/PhpParser/Node/Expr/Cast/Array_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Bool_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Double.php | 0 .../lib/PhpParser/Node/Expr/Cast/Int_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Object_.php | 0 .../lib/PhpParser/Node/Expr/Cast/String_.php | 0 .../lib/PhpParser/Node/Expr/Cast/Unset_.php | 0 .../PhpParser/Node/Expr/ClassConstFetch.php | 0 .../lib/PhpParser/Node/Expr/Clone_.php | 0 .../lib/PhpParser/Node/Expr/Closure.php | 0 .../lib/PhpParser/Node/Expr/ClosureUse.php | 0 .../lib/PhpParser/Node/Expr/ConstFetch.php | 0 .../lib/PhpParser/Node/Expr/Empty_.php | 0 .../lib/PhpParser/Node/Expr/Error.php | 0 .../lib/PhpParser/Node/Expr/ErrorSuppress.php | 0 .../lib/PhpParser/Node/Expr/Eval_.php | 0 .../lib/PhpParser/Node/Expr/Exit_.php | 0 .../lib/PhpParser/Node/Expr/FuncCall.php | 0 .../lib/PhpParser/Node/Expr/Include_.php | 0 .../lib/PhpParser/Node/Expr/Instanceof_.php | 0 .../lib/PhpParser/Node/Expr/Isset_.php | 0 .../lib/PhpParser/Node/Expr/List_.php | 0 .../lib/PhpParser/Node/Expr/Match_.php | 0 .../lib/PhpParser/Node/Expr/MethodCall.php | 0 .../lib/PhpParser/Node/Expr/New_.php | 0 .../Node/Expr/NullsafeMethodCall.php | 0 .../Node/Expr/NullsafePropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/PostDec.php | 0 .../lib/PhpParser/Node/Expr/PostInc.php | 0 .../lib/PhpParser/Node/Expr/PreDec.php | 0 .../lib/PhpParser/Node/Expr/PreInc.php | 0 .../lib/PhpParser/Node/Expr/Print_.php | 0 .../lib/PhpParser/Node/Expr/PropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/ShellExec.php | 0 .../lib/PhpParser/Node/Expr/StaticCall.php | 0 .../Node/Expr/StaticPropertyFetch.php | 0 .../lib/PhpParser/Node/Expr/Ternary.php | 0 .../lib/PhpParser/Node/Expr/Throw_.php | 0 .../lib/PhpParser/Node/Expr/UnaryMinus.php | 0 .../lib/PhpParser/Node/Expr/UnaryPlus.php | 0 .../lib/PhpParser/Node/Expr/Variable.php | 0 .../lib/PhpParser/Node/Expr/YieldFrom.php | 0 .../lib/PhpParser/Node/Expr/Yield_.php | 0 .../lib/PhpParser/Node/FunctionLike.php | 0 .../lib/PhpParser/Node/Identifier.php | 0 .../lib/PhpParser/Node/IntersectionType.php | 0 .../lib/PhpParser/Node/MatchArm.php | 0 .../php-parser/lib/PhpParser/Node/Name.php | 0 .../PhpParser/Node/Name/FullyQualified.php | 0 .../lib/PhpParser/Node/Name/Relative.php | 0 .../lib/PhpParser/Node/NullableType.php | 0 .../php-parser/lib/PhpParser/Node/Param.php | 0 .../php-parser/lib/PhpParser/Node/Scalar.php | 0 .../lib/PhpParser/Node/Scalar/DNumber.php | 0 .../lib/PhpParser/Node/Scalar/Encapsed.php | 0 .../Node/Scalar/EncapsedStringPart.php | 0 .../lib/PhpParser/Node/Scalar/LNumber.php | 0 .../lib/PhpParser/Node/Scalar/MagicConst.php | 0 .../Node/Scalar/MagicConst/Class_.php | 0 .../PhpParser/Node/Scalar/MagicConst/Dir.php | 0 .../PhpParser/Node/Scalar/MagicConst/File.php | 0 .../Node/Scalar/MagicConst/Function_.php | 0 .../PhpParser/Node/Scalar/MagicConst/Line.php | 0 .../Node/Scalar/MagicConst/Method.php | 0 .../Node/Scalar/MagicConst/Namespace_.php | 0 .../Node/Scalar/MagicConst/Trait_.php | 0 .../lib/PhpParser/Node/Scalar/String_.php | 0 .../php-parser/lib/PhpParser/Node/Stmt.php | 0 .../lib/PhpParser/Node/Stmt/Break_.php | 0 .../lib/PhpParser/Node/Stmt/Case_.php | 0 .../lib/PhpParser/Node/Stmt/Catch_.php | 0 .../lib/PhpParser/Node/Stmt/ClassConst.php | 0 .../lib/PhpParser/Node/Stmt/ClassLike.php | 0 .../lib/PhpParser/Node/Stmt/ClassMethod.php | 0 .../lib/PhpParser/Node/Stmt/Class_.php | 0 .../lib/PhpParser/Node/Stmt/Const_.php | 0 .../lib/PhpParser/Node/Stmt/Continue_.php | 0 .../PhpParser/Node/Stmt/DeclareDeclare.php | 0 .../lib/PhpParser/Node/Stmt/Declare_.php | 0 .../lib/PhpParser/Node/Stmt/Do_.php | 0 .../lib/PhpParser/Node/Stmt/Echo_.php | 0 .../lib/PhpParser/Node/Stmt/ElseIf_.php | 0 .../lib/PhpParser/Node/Stmt/Else_.php | 0 .../lib/PhpParser/Node/Stmt/EnumCase.php | 0 .../lib/PhpParser/Node/Stmt/Enum_.php | 0 .../lib/PhpParser/Node/Stmt/Expression.php | 0 .../lib/PhpParser/Node/Stmt/Finally_.php | 0 .../lib/PhpParser/Node/Stmt/For_.php | 0 .../lib/PhpParser/Node/Stmt/Foreach_.php | 0 .../lib/PhpParser/Node/Stmt/Function_.php | 0 .../lib/PhpParser/Node/Stmt/Global_.php | 0 .../lib/PhpParser/Node/Stmt/Goto_.php | 0 .../lib/PhpParser/Node/Stmt/GroupUse.php | 0 .../lib/PhpParser/Node/Stmt/HaltCompiler.php | 0 .../lib/PhpParser/Node/Stmt/If_.php | 0 .../lib/PhpParser/Node/Stmt/InlineHTML.php | 0 .../lib/PhpParser/Node/Stmt/Interface_.php | 0 .../lib/PhpParser/Node/Stmt/Label.php | 0 .../lib/PhpParser/Node/Stmt/Namespace_.php | 0 .../lib/PhpParser/Node/Stmt/Nop.php | 0 .../lib/PhpParser/Node/Stmt/Property.php | 0 .../PhpParser/Node/Stmt/PropertyProperty.php | 0 .../lib/PhpParser/Node/Stmt/Return_.php | 0 .../lib/PhpParser/Node/Stmt/StaticVar.php | 0 .../lib/PhpParser/Node/Stmt/Static_.php | 0 .../lib/PhpParser/Node/Stmt/Switch_.php | 0 .../lib/PhpParser/Node/Stmt/Throw_.php | 0 .../lib/PhpParser/Node/Stmt/TraitUse.php | 0 .../Node/Stmt/TraitUseAdaptation.php | 0 .../Node/Stmt/TraitUseAdaptation/Alias.php | 0 .../Stmt/TraitUseAdaptation/Precedence.php | 0 .../lib/PhpParser/Node/Stmt/Trait_.php | 0 .../lib/PhpParser/Node/Stmt/TryCatch.php | 0 .../lib/PhpParser/Node/Stmt/Unset_.php | 0 .../lib/PhpParser/Node/Stmt/UseUse.php | 0 .../lib/PhpParser/Node/Stmt/Use_.php | 0 .../lib/PhpParser/Node/Stmt/While_.php | 0 .../lib/PhpParser/Node/UnionType.php | 0 .../lib/PhpParser/Node/VarLikeIdentifier.php | 0 .../PhpParser/Node/VariadicPlaceholder.php | 0 .../php-parser/lib/PhpParser/NodeAbstract.php | 0 .../php-parser/lib/PhpParser/NodeDumper.php | 0 .../php-parser/lib/PhpParser/NodeFinder.php | 0 .../lib/PhpParser/NodeTraverser.php | 0 .../lib/PhpParser/NodeTraverserInterface.php | 0 .../php-parser/lib/PhpParser/NodeVisitor.php | 0 .../PhpParser/NodeVisitor/CloningVisitor.php | 0 .../PhpParser/NodeVisitor/FindingVisitor.php | 0 .../NodeVisitor/FirstFindingVisitor.php | 0 .../PhpParser/NodeVisitor/NameResolver.php | 0 .../NodeVisitor/NodeConnectingVisitor.php | 0 .../NodeVisitor/ParentConnectingVisitor.php | 0 .../lib/PhpParser/NodeVisitorAbstract.php | 0 .../nikic/php-parser/lib/PhpParser/Parser.php | 0 .../lib/PhpParser/Parser/Multiple.php | 0 .../php-parser/lib/PhpParser/Parser/Php5.php | 0 .../php-parser/lib/PhpParser/Parser/Php7.php | 0 .../lib/PhpParser/Parser/Tokens.php | 0 .../lib/PhpParser/ParserAbstract.php | 0 .../lib/PhpParser/ParserFactory.php | 0 .../lib/PhpParser/PrettyPrinter/Standard.php | 0 .../lib/PhpParser/PrettyPrinterAbstract.php | 0 .../vendor}/phar-io/manifest/CHANGELOG.md | 0 .../vendor}/phar-io/manifest/LICENSE | 0 .../vendor}/phar-io/manifest/README.md | 0 .../vendor}/phar-io/manifest/composer.json | 0 .../vendor}/phar-io/manifest/composer.lock | 0 .../manifest/src/ManifestDocumentMapper.php | 0 .../phar-io/manifest/src/ManifestLoader.php | 0 .../manifest/src/ManifestSerializer.php | 0 .../exceptions/ElementCollectionException.php | 0 .../manifest/src/exceptions/Exception.php | 0 .../InvalidApplicationNameException.php | 0 .../src/exceptions/InvalidEmailException.php | 0 .../src/exceptions/InvalidUrlException.php | 0 .../exceptions/ManifestDocumentException.php | 0 .../ManifestDocumentLoadingException.php | 0 .../ManifestDocumentMapperException.php | 0 .../exceptions/ManifestElementException.php | 0 .../exceptions/ManifestLoaderException.php | 0 .../manifest/src/values/Application.php | 0 .../manifest/src/values/ApplicationName.php | 0 .../phar-io/manifest/src/values/Author.php | 0 .../manifest/src/values/AuthorCollection.php | 0 .../src/values/AuthorCollectionIterator.php | 0 .../manifest/src/values/BundledComponent.php | 0 .../src/values/BundledComponentCollection.php | 0 .../BundledComponentCollectionIterator.php | 0 .../src/values/CopyrightInformation.php | 0 .../phar-io/manifest/src/values/Email.php | 0 .../phar-io/manifest/src/values/Extension.php | 0 .../phar-io/manifest/src/values/Library.php | 0 .../phar-io/manifest/src/values/License.php | 0 .../phar-io/manifest/src/values/Manifest.php | 0 .../src/values/PhpExtensionRequirement.php | 0 .../src/values/PhpVersionRequirement.php | 0 .../manifest/src/values/Requirement.php | 0 .../src/values/RequirementCollection.php | 0 .../values/RequirementCollectionIterator.php | 0 .../phar-io/manifest/src/values/Type.php | 0 .../phar-io/manifest/src/values/Url.php | 0 .../manifest/src/xml/AuthorElement.php | 0 .../src/xml/AuthorElementCollection.php | 0 .../manifest/src/xml/BundlesElement.php | 0 .../manifest/src/xml/ComponentElement.php | 0 .../src/xml/ComponentElementCollection.php | 0 .../manifest/src/xml/ContainsElement.php | 0 .../manifest/src/xml/CopyrightElement.php | 0 .../manifest/src/xml/ElementCollection.php | 0 .../phar-io/manifest/src/xml/ExtElement.php | 0 .../manifest/src/xml/ExtElementCollection.php | 0 .../manifest/src/xml/ExtensionElement.php | 0 .../manifest/src/xml/LicenseElement.php | 0 .../manifest/src/xml/ManifestDocument.php | 0 .../manifest/src/xml/ManifestElement.php | 0 .../phar-io/manifest/src/xml/PhpElement.php | 0 .../manifest/src/xml/RequiresElement.php | 0 .../vendor}/phar-io/version/CHANGELOG.md | 0 .../vendor}/phar-io/version/LICENSE | 0 .../vendor}/phar-io/version/README.md | 0 .../vendor}/phar-io/version/composer.json | 0 .../phar-io/version/src/BuildMetaData.php | 0 .../phar-io/version/src/PreReleaseSuffix.php | 0 .../vendor}/phar-io/version/src/Version.php | 0 .../version/src/VersionConstraintParser.php | 0 .../version/src/VersionConstraintValue.php | 0 .../phar-io/version/src/VersionNumber.php | 0 .../constraints/AbstractVersionConstraint.php | 0 .../constraints/AndVersionConstraintGroup.php | 0 .../src/constraints/AnyVersionConstraint.php | 0 .../constraints/ExactVersionConstraint.php | 0 .../GreaterThanOrEqualToVersionConstraint.php | 0 .../constraints/OrVersionConstraintGroup.php | 0 ...SpecificMajorAndMinorVersionConstraint.php | 0 .../SpecificMajorVersionConstraint.php | 0 .../src/constraints/VersionConstraint.php | 0 .../version/src/exceptions/Exception.php | 0 .../InvalidPreReleaseSuffixException.php | 0 .../exceptions/InvalidVersionException.php | 0 .../exceptions/NoBuildMetaDataException.php | 0 .../NoPreReleaseSuffixException.php | 0 .../UnsupportedVersionConstraintException.php | 0 .../phpunit/php-code-coverage/ChangeLog.md | 0 .../vendor}/phpunit/php-code-coverage/LICENSE | 0 .../phpunit/php-code-coverage/README.md | 0 .../phpunit/php-code-coverage/composer.json | 0 .../php-code-coverage/src/CodeCoverage.php | 0 .../php-code-coverage/src/Driver/Driver.php | 0 .../src/Driver/PcovDriver.php | 0 .../src/Driver/PhpdbgDriver.php | 0 .../php-code-coverage/src/Driver/Selector.php | 0 .../src/Driver/Xdebug2Driver.php | 0 .../src/Driver/Xdebug3Driver.php | 0 ...chAndPathCoverageNotSupportedException.php | 0 ...DeadCodeDetectionNotSupportedException.php | 0 .../DirectoryCouldNotBeCreatedException.php | 0 .../src/Exception/Exception.php | 0 .../Exception/InvalidArgumentException.php | 0 ...NoCodeCoverageDriverAvailableException.php | 0 ...hPathCoverageSupportAvailableException.php | 0 .../src/Exception/ParserException.php | 0 .../PathExistsButIsNotDirectoryException.php | 0 .../Exception/PcovNotAvailableException.php | 0 .../Exception/PhpdbgNotAvailableException.php | 0 .../src/Exception/ReflectionException.php | 0 .../ReportAlreadyFinalizedException.php | 0 ...ticAnalysisCacheNotConfiguredException.php | 0 .../src/Exception/TestIdMissingException.php | 0 .../UnintentionallyCoveredCodeException.php | 0 .../WriteOperationFailedException.php | 0 .../Exception/WrongXdebugVersionException.php | 0 .../Exception/Xdebug2NotEnabledException.php | 0 .../Exception/Xdebug3NotEnabledException.php | 0 .../Exception/XdebugNotAvailableException.php | 0 .../src/Exception/XmlException.php | 0 .../phpunit/php-code-coverage/src/Filter.php | 0 .../src/Node/AbstractNode.php | 0 .../php-code-coverage/src/Node/Builder.php | 0 .../php-code-coverage/src/Node/CrapIndex.php | 0 .../php-code-coverage/src/Node/Directory.php | 0 .../php-code-coverage/src/Node/File.php | 0 .../php-code-coverage/src/Node/Iterator.php | 0 .../src/ProcessedCodeCoverageData.php | 0 .../src/RawCodeCoverageData.php | 0 .../php-code-coverage/src/Report/Clover.php | 0 .../src/Report/Cobertura.php | 0 .../php-code-coverage/src/Report/Crap4j.php | 0 .../src/Report/Html/Facade.php | 0 .../src/Report/Html/Renderer.php | 0 .../src/Report/Html/Renderer/Dashboard.php | 0 .../src/Report/Html/Renderer/Directory.php | 0 .../src/Report/Html/Renderer/File.php | 0 .../Html/Renderer/Template/branches.html.dist | 0 .../Renderer/Template/coverage_bar.html.dist | 0 .../Template/coverage_bar_branch.html.dist | 0 .../Renderer/Template/css/bootstrap.min.css | 0 .../Html/Renderer/Template/css/custom.css | 0 .../Html/Renderer/Template/css/nv.d3.min.css | 0 .../Html/Renderer/Template/css/octicons.css | 0 .../Html/Renderer/Template/css/style.css | 0 .../Renderer/Template/dashboard.html.dist | 0 .../Template/dashboard_branch.html.dist | 0 .../Renderer/Template/directory.html.dist | 0 .../Template/directory_branch.html.dist | 0 .../Template/directory_item.html.dist | 0 .../Template/directory_item_branch.html.dist | 0 .../Html/Renderer/Template/file.html.dist | 0 .../Renderer/Template/file_branch.html.dist | 0 .../Renderer/Template/file_item.html.dist | 0 .../Template/file_item_branch.html.dist | 0 .../Renderer/Template/icons/file-code.svg | 0 .../Template/icons/file-directory.svg | 0 .../Renderer/Template/js/bootstrap.min.js | 0 .../Html/Renderer/Template/js/d3.min.js | 0 .../Report/Html/Renderer/Template/js/file.js | 0 .../Html/Renderer/Template/js/jquery.min.js | 0 .../Html/Renderer/Template/js/nv.d3.min.js | 0 .../Html/Renderer/Template/js/popper.min.js | 0 .../Html/Renderer/Template/line.html.dist | 0 .../Html/Renderer/Template/lines.html.dist | 0 .../Renderer/Template/method_item.html.dist | 0 .../Template/method_item_branch.html.dist | 0 .../Html/Renderer/Template/paths.html.dist | 0 .../php-code-coverage/src/Report/PHP.php | 0 .../php-code-coverage/src/Report/Text.php | 0 .../src/Report/Xml/BuildInformation.php | 0 .../src/Report/Xml/Coverage.php | 0 .../src/Report/Xml/Directory.php | 0 .../src/Report/Xml/Facade.php | 0 .../php-code-coverage/src/Report/Xml/File.php | 0 .../src/Report/Xml/Method.php | 0 .../php-code-coverage/src/Report/Xml/Node.php | 0 .../src/Report/Xml/Project.php | 0 .../src/Report/Xml/Report.php | 0 .../src/Report/Xml/Source.php | 0 .../src/Report/Xml/Tests.php | 0 .../src/Report/Xml/Totals.php | 0 .../php-code-coverage/src/Report/Xml/Unit.php | 0 .../src/StaticAnalysis/CacheWarmer.php | 0 .../StaticAnalysis/CachingFileAnalyser.php | 0 .../StaticAnalysis/CodeUnitFindingVisitor.php | 0 .../ExecutableLinesFindingVisitor.php | 0 .../src/StaticAnalysis/FileAnalyser.php | 0 .../IgnoredLinesFindingVisitor.php | 0 .../StaticAnalysis/ParsingFileAnalyser.php | 0 .../php-code-coverage/src/Util/Filesystem.php | 0 .../php-code-coverage/src/Util/Percentage.php | 0 .../phpunit/php-code-coverage/src/Version.php | 0 .../php-file-iterator/.psalm/baseline.xml | 0 .../php-file-iterator/.psalm/config.xml | 0 .../phpunit/php-file-iterator/ChangeLog.md | 0 .../vendor}/phpunit/php-file-iterator/LICENSE | 0 .../phpunit/php-file-iterator/README.md | 0 .../phpunit/php-file-iterator/composer.json | 0 .../phpunit/php-file-iterator/src/Facade.php | 0 .../phpunit/php-file-iterator/src/Factory.php | 0 .../php-file-iterator/src/Iterator.php | 0 .../vendor}/phpunit/php-invoker/ChangeLog.md | 0 .../vendor}/phpunit/php-invoker/LICENSE | 0 .../vendor}/phpunit/php-invoker/README.md | 0 .../vendor}/phpunit/php-invoker/composer.json | 0 .../phpunit/php-invoker/src/Invoker.php | 0 .../php-invoker/src/exceptions/Exception.php | 0 ...cessControlExtensionNotLoadedException.php | 0 .../src/exceptions/TimeoutException.php | 0 .../php-text-template/.psalm/baseline.xml | 0 .../php-text-template/.psalm/config.xml | 0 .../phpunit/php-text-template/ChangeLog.md | 0 .../vendor}/phpunit/php-text-template/LICENSE | 0 .../phpunit/php-text-template/README.md | 0 .../phpunit/php-text-template/composer.json | 0 .../php-text-template/src/Template.php | 0 .../src/exceptions/Exception.php | 0 .../exceptions/InvalidArgumentException.php | 0 .../src/exceptions/RuntimeException.php | 0 .../phpunit/php-timer/.psalm/baseline.xml | 0 .../phpunit/php-timer/.psalm/config.xml | 0 .../vendor}/phpunit/php-timer/ChangeLog.md | 0 .../vendor}/phpunit/php-timer/LICENSE | 0 .../vendor}/phpunit/php-timer/README.md | 0 .../vendor}/phpunit/php-timer/composer.json | 0 .../phpunit/php-timer/src/Duration.php | 0 .../php-timer/src/ResourceUsageFormatter.php | 0 .../vendor}/phpunit/php-timer/src/Timer.php | 0 .../php-timer/src/exceptions/Exception.php | 0 .../src/exceptions/NoActiveTimerException.php | 0 ...nceStartOfRequestNotAvailableException.php | 0 .../phpunit/phpunit/.phpstorm.meta.php | 0 .../vendor}/phpunit/phpunit/ChangeLog-8.5.md | 0 .../vendor}/phpunit/phpunit/ChangeLog-9.6.md | 0 .../vendor}/phpunit/phpunit/LICENSE | 0 .../vendor}/phpunit/phpunit/README.md | 0 .../vendor}/phpunit/phpunit/SECURITY.md | 0 .../vendor}/phpunit/phpunit/composer.json | 0 .../vendor}/phpunit/phpunit/phpunit | 0 .../vendor}/phpunit/phpunit/phpunit.xsd | 0 .../vendor}/phpunit/phpunit/schema/8.5.xsd | 0 .../vendor}/phpunit/phpunit/schema/9.2.xsd | 0 .../vendor}/phpunit/phpunit/src/Exception.php | 0 .../phpunit/phpunit/src/Framework/Assert.php | 0 .../src/Framework/Assert/Functions.php | 0 .../Framework/Constraint/Boolean/IsFalse.php | 0 .../Framework/Constraint/Boolean/IsTrue.php | 0 .../src/Framework/Constraint/Callback.php | 0 .../Constraint/Cardinality/Count.php | 0 .../Constraint/Cardinality/GreaterThan.php | 0 .../Constraint/Cardinality/IsEmpty.php | 0 .../Constraint/Cardinality/LessThan.php | 0 .../Constraint/Cardinality/SameSize.php | 0 .../src/Framework/Constraint/Constraint.php | 0 .../Framework/Constraint/Equality/IsEqual.php | 0 .../Equality/IsEqualCanonicalizing.php | 0 .../Equality/IsEqualIgnoringCase.php | 0 .../Constraint/Equality/IsEqualWithDelta.php | 0 .../Constraint/Exception/Exception.php | 0 .../Constraint/Exception/ExceptionCode.php | 0 .../Constraint/Exception/ExceptionMessage.php | 0 .../ExceptionMessageRegularExpression.php | 0 .../Constraint/Filesystem/DirectoryExists.php | 0 .../Constraint/Filesystem/FileExists.php | 0 .../Constraint/Filesystem/IsReadable.php | 0 .../Constraint/Filesystem/IsWritable.php | 0 .../src/Framework/Constraint/IsAnything.php | 0 .../src/Framework/Constraint/IsIdentical.php | 0 .../src/Framework/Constraint/JsonMatches.php | 0 .../JsonMatchesErrorMessageProvider.php | 0 .../Framework/Constraint/Math/IsFinite.php | 0 .../Framework/Constraint/Math/IsInfinite.php | 0 .../src/Framework/Constraint/Math/IsNan.php | 0 .../Constraint/Object/ClassHasAttribute.php | 0 .../Object/ClassHasStaticAttribute.php | 0 .../Constraint/Object/ObjectEquals.php | 0 .../Constraint/Object/ObjectHasAttribute.php | 0 .../Constraint/Operator/BinaryOperator.php | 0 .../Constraint/Operator/LogicalAnd.php | 0 .../Constraint/Operator/LogicalNot.php | 0 .../Constraint/Operator/LogicalOr.php | 0 .../Constraint/Operator/LogicalXor.php | 0 .../Constraint/Operator/Operator.php | 0 .../Constraint/Operator/UnaryOperator.php | 0 .../Framework/Constraint/String/IsJson.php | 0 .../Constraint/String/RegularExpression.php | 0 .../Constraint/String/StringContains.php | 0 .../Constraint/String/StringEndsWith.php | 0 .../String/StringMatchesFormatDescription.php | 0 .../Constraint/String/StringStartsWith.php | 0 .../Constraint/Traversable/ArrayHasKey.php | 0 .../Traversable/TraversableContains.php | 0 .../Traversable/TraversableContainsEqual.php | 0 .../TraversableContainsIdentical.php | 0 .../Traversable/TraversableContainsOnly.php | 0 .../Constraint/Type/IsInstanceOf.php | 0 .../src/Framework/Constraint/Type/IsNull.php | 0 .../src/Framework/Constraint/Type/IsType.php | 0 .../src/Framework/DataProviderTestSuite.php | 0 .../src/Framework/Error/Deprecated.php | 0 .../phpunit/src/Framework/Error/Error.php | 0 .../phpunit/src/Framework/Error/Notice.php | 0 .../phpunit/src/Framework/Error/Warning.php | 0 .../phpunit/src/Framework/ErrorTestCase.php | 0 .../ActualValueIsNotAnObjectException.php | 0 .../Exception/AssertionFailedError.php | 0 .../Exception/CodeCoverageException.php | 0 ...hodDoesNotAcceptParameterTypeException.php | 0 ...dDoesNotDeclareBoolReturnTypeException.php | 0 ...NotDeclareExactlyOneParameterException.php | 0 ...odDoesNotDeclareParameterTypeException.php | 0 .../ComparisonMethodDoesNotExistException.php | 0 .../CoveredCodeNotExecutedException.php | 0 .../phpunit/src/Framework/Exception/Error.php | 0 .../src/Framework/Exception/Exception.php | 0 .../Exception/ExpectationFailedException.php | 0 .../Exception/IncompleteTestError.php | 0 .../Exception/InvalidArgumentException.php | 0 .../InvalidCoversTargetException.php | 0 .../InvalidDataProviderException.php | 0 .../MissingCoversAnnotationException.php | 0 .../Exception/NoChildTestSuiteException.php | 0 .../src/Framework/Exception/OutputError.php | 0 .../Exception/PHPTAssertionFailedError.php | 0 .../Framework/Exception/RiskyTestError.php | 0 .../Framework/Exception/SkippedTestError.php | 0 .../Exception/SkippedTestSuiteError.php | 0 .../Framework/Exception/SyntheticError.php | 0 .../Exception/SyntheticSkippedError.php | 0 .../UnintentionallyCoveredCodeError.php | 0 .../src/Framework/Exception/Warning.php | 0 .../src/Framework/ExceptionWrapper.php | 0 .../Framework/ExecutionOrderDependency.php | 0 .../phpunit/src/Framework/IncompleteTest.php | 0 .../src/Framework/IncompleteTestCase.php | 0 .../InvalidParameterGroupException.php | 0 .../src/Framework/MockObject/Api/Api.php | 0 .../src/Framework/MockObject/Api/Method.php | 0 .../Framework/MockObject/Builder/Identity.php | 0 .../MockObject/Builder/InvocationMocker.php | 0 .../MockObject/Builder/InvocationStubber.php | 0 .../MockObject/Builder/MethodNameMatch.php | 0 .../MockObject/Builder/ParametersMatch.php | 0 .../src/Framework/MockObject/Builder/Stub.php | 0 .../MockObject/ConfigurableMethod.php | 0 .../Exception/BadMethodCallException.php | 0 .../CannotUseAddMethodsException.php | 0 .../CannotUseOnlyMethodsException.php | 0 .../Exception/ClassAlreadyExistsException.php | 0 .../Exception/ClassIsFinalException.php | 0 .../Exception/ClassIsReadonlyException.php | 0 ...ableMethodsAlreadyInitializedException.php | 0 .../Exception/DuplicateMethodException.php | 0 .../MockObject/Exception/Exception.php | 0 .../IncompatibleReturnValueException.php | 0 .../Exception/InvalidMethodNameException.php | 0 .../MatchBuilderNotFoundException.php | 0 .../MatcherAlreadyRegisteredException.php | 0 .../MethodCannotBeConfiguredException.php | 0 .../MethodNameAlreadyConfiguredException.php | 0 .../MethodNameNotConfiguredException.php | 0 ...odParametersAlreadyConfiguredException.php | 0 ...ConstructorInvocationRequiredException.php | 0 .../Exception/ReflectionException.php | 0 .../ReturnValueNotConfiguredException.php | 0 .../MockObject/Exception/RuntimeException.php | 0 .../SoapExtensionNotAvailableException.php | 0 .../Exception/UnknownClassException.php | 0 .../Exception/UnknownTraitException.php | 0 .../Exception/UnknownTypeException.php | 0 .../src/Framework/MockObject/Generator.php | 0 .../MockObject/Generator/deprecation.tpl | 0 .../MockObject/Generator/intersection.tpl | 0 .../MockObject/Generator/mocked_class.tpl | 0 .../MockObject/Generator/mocked_method.tpl | 0 .../Generator/mocked_method_never_or_void.tpl | 0 .../Generator/mocked_static_method.tpl | 0 .../MockObject/Generator/proxied_method.tpl | 0 .../proxied_method_never_or_void.tpl | 0 .../MockObject/Generator/trait_class.tpl | 0 .../MockObject/Generator/wsdl_class.tpl | 0 .../MockObject/Generator/wsdl_method.tpl | 0 .../src/Framework/MockObject/Invocation.php | 0 .../MockObject/InvocationHandler.php | 0 .../src/Framework/MockObject/Matcher.php | 0 .../MockObject/MethodNameConstraint.php | 0 .../src/Framework/MockObject/MockBuilder.php | 0 .../src/Framework/MockObject/MockClass.php | 0 .../src/Framework/MockObject/MockMethod.php | 0 .../Framework/MockObject/MockMethodSet.php | 0 .../src/Framework/MockObject/MockObject.php | 0 .../src/Framework/MockObject/MockTrait.php | 0 .../src/Framework/MockObject/MockType.php | 0 .../MockObject/Rule/AnyInvokedCount.php | 0 .../MockObject/Rule/AnyParameters.php | 0 .../MockObject/Rule/ConsecutiveParameters.php | 0 .../MockObject/Rule/InvocationOrder.php | 0 .../MockObject/Rule/InvokedAtIndex.php | 0 .../MockObject/Rule/InvokedAtLeastCount.php | 0 .../MockObject/Rule/InvokedAtLeastOnce.php | 0 .../MockObject/Rule/InvokedAtMostCount.php | 0 .../MockObject/Rule/InvokedCount.php | 0 .../Framework/MockObject/Rule/MethodName.php | 0 .../Framework/MockObject/Rule/Parameters.php | 0 .../MockObject/Rule/ParametersRule.php | 0 .../phpunit/src/Framework/MockObject/Stub.php | 0 .../MockObject/Stub/ConsecutiveCalls.php | 0 .../Framework/MockObject/Stub/Exception.php | 0 .../MockObject/Stub/ReturnArgument.php | 0 .../MockObject/Stub/ReturnCallback.php | 0 .../MockObject/Stub/ReturnReference.php | 0 .../Framework/MockObject/Stub/ReturnSelf.php | 0 .../Framework/MockObject/Stub/ReturnStub.php | 0 .../MockObject/Stub/ReturnValueMap.php | 0 .../src/Framework/MockObject/Stub/Stub.php | 0 .../src/Framework/MockObject/Verifiable.php | 0 .../phpunit/src/Framework/Reorderable.php | 0 .../phpunit/src/Framework/SelfDescribing.php | 0 .../phpunit/src/Framework/SkippedTest.php | 0 .../phpunit/src/Framework/SkippedTestCase.php | 0 .../phpunit/phpunit/src/Framework/Test.php | 0 .../phpunit/src/Framework/TestBuilder.php | 0 .../phpunit/src/Framework/TestCase.php | 0 .../phpunit/src/Framework/TestFailure.php | 0 .../phpunit/src/Framework/TestListener.php | 0 .../TestListenerDefaultImplementation.php | 0 .../phpunit/src/Framework/TestResult.php | 0 .../phpunit/src/Framework/TestSuite.php | 0 .../src/Framework/TestSuiteIterator.php | 0 .../phpunit/src/Framework/WarningTestCase.php | 0 .../phpunit/src/Runner/BaseTestRunner.php | 0 .../src/Runner/DefaultTestResultCache.php | 0 .../phpunit/phpunit/src/Runner/Exception.php | 0 .../src/Runner/Extension/ExtensionHandler.php | 0 .../src/Runner/Extension/PharLoader.php | 0 .../Filter/ExcludeGroupFilterIterator.php | 0 .../phpunit/src/Runner/Filter/Factory.php | 0 .../src/Runner/Filter/GroupFilterIterator.php | 0 .../Filter/IncludeGroupFilterIterator.php | 0 .../src/Runner/Filter/NameFilterIterator.php | 0 .../Runner/Hook/AfterIncompleteTestHook.php | 0 .../src/Runner/Hook/AfterLastTestHook.php | 0 .../src/Runner/Hook/AfterRiskyTestHook.php | 0 .../src/Runner/Hook/AfterSkippedTestHook.php | 0 .../Runner/Hook/AfterSuccessfulTestHook.php | 0 .../src/Runner/Hook/AfterTestErrorHook.php | 0 .../src/Runner/Hook/AfterTestFailureHook.php | 0 .../phpunit/src/Runner/Hook/AfterTestHook.php | 0 .../src/Runner/Hook/AfterTestWarningHook.php | 0 .../src/Runner/Hook/BeforeFirstTestHook.php | 0 .../src/Runner/Hook/BeforeTestHook.php | 0 .../phpunit/phpunit/src/Runner/Hook/Hook.php | 0 .../phpunit/src/Runner/Hook/TestHook.php | 0 .../src/Runner/Hook/TestListenerAdapter.php | 0 .../src/Runner/NullTestResultCache.php | 0 .../phpunit/src/Runner/PhptTestCase.php | 0 .../src/Runner/ResultCacheExtension.php | 0 .../src/Runner/StandardTestSuiteLoader.php | 0 .../phpunit/src/Runner/TestResultCache.php | 0 .../phpunit/src/Runner/TestSuiteLoader.php | 0 .../phpunit/src/Runner/TestSuiteSorter.php | 0 .../phpunit/phpunit/src/Runner/Version.php | 0 .../src/TextUI/CliArguments/Builder.php | 0 .../src/TextUI/CliArguments/Configuration.php | 0 .../src/TextUI/CliArguments/Exception.php | 0 .../src/TextUI/CliArguments/Mapper.php | 0 .../phpunit/phpunit/src/TextUI/Command.php | 0 .../src/TextUI/DefaultResultPrinter.php | 0 .../src/TextUI/Exception/Exception.php | 0 .../TextUI/Exception/ReflectionException.php | 0 .../src/TextUI/Exception/RuntimeException.php | 0 .../TestDirectoryNotFoundException.php | 0 .../Exception/TestFileNotFoundException.php | 0 .../phpunit/phpunit/src/TextUI/Help.php | 0 .../phpunit/src/TextUI/ResultPrinter.php | 0 .../phpunit/phpunit/src/TextUI/TestRunner.php | 0 .../phpunit/src/TextUI/TestSuiteMapper.php | 0 .../CodeCoverage/CodeCoverage.php | 0 .../CodeCoverage/Filter/Directory.php | 0 .../Filter/DirectoryCollection.php | 0 .../Filter/DirectoryCollectionIterator.php | 0 .../CodeCoverage/FilterMapper.php | 0 .../CodeCoverage/Report/Clover.php | 0 .../CodeCoverage/Report/Cobertura.php | 0 .../CodeCoverage/Report/Crap4j.php | 0 .../CodeCoverage/Report/Html.php | 0 .../CodeCoverage/Report/Php.php | 0 .../CodeCoverage/Report/Text.php | 0 .../CodeCoverage/Report/Xml.php | 0 .../TextUI/XmlConfiguration/Configuration.php | 0 .../src/TextUI/XmlConfiguration/Exception.php | 0 .../XmlConfiguration/Filesystem/Directory.php | 0 .../Filesystem/DirectoryCollection.php | 0 .../DirectoryCollectionIterator.php | 0 .../XmlConfiguration/Filesystem/File.php | 0 .../Filesystem/FileCollection.php | 0 .../Filesystem/FileCollectionIterator.php | 0 .../src/TextUI/XmlConfiguration/Generator.php | 0 .../TextUI/XmlConfiguration/Group/Group.php | 0 .../Group/GroupCollection.php | 0 .../Group/GroupCollectionIterator.php | 0 .../TextUI/XmlConfiguration/Group/Groups.php | 0 .../src/TextUI/XmlConfiguration/Loader.php | 0 .../TextUI/XmlConfiguration/Logging/Junit.php | 0 .../XmlConfiguration/Logging/Logging.php | 0 .../XmlConfiguration/Logging/TeamCity.php | 0 .../XmlConfiguration/Logging/TestDox/Html.php | 0 .../XmlConfiguration/Logging/TestDox/Text.php | 0 .../XmlConfiguration/Logging/TestDox/Xml.php | 0 .../TextUI/XmlConfiguration/Logging/Text.php | 0 .../Migration/MigrationBuilder.php | 0 .../Migration/MigrationBuilderException.php | 0 .../Migration/MigrationException.php | 0 .../Migration/Migrations/ConvertLogTypes.php | 0 .../Migrations/CoverageCloverToReport.php | 0 .../Migrations/CoverageCrap4jToReport.php | 0 .../Migrations/CoverageHtmlToReport.php | 0 .../Migrations/CoveragePhpToReport.php | 0 .../Migrations/CoverageTextToReport.php | 0 .../Migrations/CoverageXmlToReport.php | 0 .../Migrations/IntroduceCoverageElement.php | 0 .../Migrations/LogToReportMigration.php | 0 .../Migration/Migrations/Migration.php | 0 ...ttributesFromFilterWhitelistToCoverage.php | 0 .../MoveAttributesFromRootToCoverage.php | 0 .../MoveWhitelistDirectoriesToCoverage.php | 0 .../MoveWhitelistExcludesToCoverage.php | 0 .../Migrations/RemoveCacheTokensAttribute.php | 0 .../Migrations/RemoveEmptyFilter.php | 0 .../Migration/Migrations/RemoveLogTypes.php | 0 .../Migrations/UpdateSchemaLocationTo93.php | 0 .../XmlConfiguration/Migration/Migrator.php | 0 .../TextUI/XmlConfiguration/PHP/Constant.php | 0 .../PHP/ConstantCollection.php | 0 .../PHP/ConstantCollectionIterator.php | 0 .../XmlConfiguration/PHP/IniSetting.php | 0 .../PHP/IniSettingCollection.php | 0 .../PHP/IniSettingCollectionIterator.php | 0 .../src/TextUI/XmlConfiguration/PHP/Php.php | 0 .../XmlConfiguration/PHP/PhpHandler.php | 0 .../TextUI/XmlConfiguration/PHP/Variable.php | 0 .../PHP/VariableCollection.php | 0 .../PHP/VariableCollectionIterator.php | 0 .../XmlConfiguration/PHPUnit/Extension.php | 0 .../PHPUnit/ExtensionCollection.php | 0 .../PHPUnit/ExtensionCollectionIterator.php | 0 .../XmlConfiguration/PHPUnit/PHPUnit.php | 0 .../TestSuite/TestDirectory.php | 0 .../TestSuite/TestDirectoryCollection.php | 0 .../TestDirectoryCollectionIterator.php | 0 .../XmlConfiguration/TestSuite/TestFile.php | 0 .../TestSuite/TestFileCollection.php | 0 .../TestSuite/TestFileCollectionIterator.php | 0 .../XmlConfiguration/TestSuite/TestSuite.php | 0 .../TestSuite/TestSuiteCollection.php | 0 .../TestSuite/TestSuiteCollectionIterator.php | 0 .../phpunit/src/Util/Annotation/DocBlock.php | 0 .../phpunit/src/Util/Annotation/Registry.php | 0 .../phpunit/phpunit/src/Util/Blacklist.php | 0 .../phpunit/phpunit/src/Util/Cloner.php | 0 .../phpunit/phpunit/src/Util/Color.php | 0 .../phpunit/phpunit/src/Util/ErrorHandler.php | 0 .../phpunit/phpunit/src/Util/Exception.php | 0 .../phpunit/phpunit/src/Util/ExcludeList.php | 0 .../phpunit/phpunit/src/Util/FileLoader.php | 0 .../phpunit/phpunit/src/Util/Filesystem.php | 0 .../phpunit/phpunit/src/Util/Filter.php | 0 .../phpunit/phpunit/src/Util/GlobalState.php | 0 .../src/Util/InvalidDataSetException.php | 0 .../vendor}/phpunit/phpunit/src/Util/Json.php | 0 .../phpunit/phpunit/src/Util/Log/JUnit.php | 0 .../phpunit/phpunit/src/Util/Log/TeamCity.php | 0 .../src/Util/PHP/AbstractPhpProcess.php | 0 .../src/Util/PHP/DefaultPhpProcess.php | 0 .../src/Util/PHP/Template/PhptTestCase.tpl | 0 .../src/Util/PHP/Template/TestCaseClass.tpl | 0 .../src/Util/PHP/Template/TestCaseMethod.tpl | 0 .../src/Util/PHP/WindowsPhpProcess.php | 0 .../phpunit/phpunit/src/Util/Printer.php | 0 .../phpunit/phpunit/src/Util/Reflection.php | 0 .../phpunit/src/Util/RegularExpression.php | 0 .../vendor}/phpunit/phpunit/src/Util/Test.php | 0 .../src/Util/TestDox/CliTestDoxPrinter.php | 0 .../src/Util/TestDox/HtmlResultPrinter.php | 0 .../src/Util/TestDox/NamePrettifier.php | 0 .../src/Util/TestDox/ResultPrinter.php | 0 .../src/Util/TestDox/TestDoxPrinter.php | 0 .../src/Util/TestDox/TextResultPrinter.php | 0 .../src/Util/TestDox/XmlResultPrinter.php | 0 .../phpunit/src/Util/TextTestListRenderer.php | 0 .../vendor}/phpunit/phpunit/src/Util/Type.php | 0 .../src/Util/VersionComparisonOperator.php | 0 .../src/Util/XdebugFilterScriptGenerator.php | 0 .../vendor}/phpunit/phpunit/src/Util/Xml.php | 0 .../phpunit/src/Util/Xml/Exception.php | 0 .../Util/Xml/FailedSchemaDetectionResult.php | 0 .../phpunit/phpunit/src/Util/Xml/Loader.php | 0 .../src/Util/Xml/SchemaDetectionResult.php | 0 .../phpunit/src/Util/Xml/SchemaDetector.php | 0 .../phpunit/src/Util/Xml/SchemaFinder.php | 0 .../phpunit/src/Util/Xml/SnapshotNodeList.php | 0 .../Xml/SuccessfulSchemaDetectionResult.php | 0 .../phpunit/src/Util/Xml/ValidationResult.php | 0 .../phpunit/src/Util/Xml/Validator.php | 0 .../phpunit/src/Util/XmlTestListRenderer.php | 0 .../vendor}/sebastian/cli-parser/ChangeLog.md | 0 .../vendor}/sebastian/cli-parser/LICENSE | 0 .../vendor}/sebastian/cli-parser/README.md | 0 .../sebastian/cli-parser/composer.json | 0 .../sebastian/cli-parser/infection.json | 0 .../sebastian/cli-parser/src/Parser.php | 0 .../exceptions/AmbiguousOptionException.php | 0 .../cli-parser/src/exceptions/Exception.php | 0 .../OptionDoesNotAllowArgumentException.php | 0 ...RequiredOptionArgumentMissingException.php | 0 .../src/exceptions/UnknownOptionException.php | 0 .../code-unit-reverse-lookup/ChangeLog.md | 0 .../code-unit-reverse-lookup/LICENSE | 0 .../code-unit-reverse-lookup/README.md | 0 .../code-unit-reverse-lookup/composer.json | 0 .../code-unit-reverse-lookup/src/Wizard.php | 0 .../sebastian/code-unit/.psalm/baseline.xml | 0 .../sebastian/code-unit/.psalm/config.xml | 0 .../vendor}/sebastian/code-unit/ChangeLog.md | 0 .../vendor}/sebastian/code-unit/LICENSE | 0 .../vendor}/sebastian/code-unit/README.md | 0 .../vendor}/sebastian/code-unit/composer.json | 0 .../code-unit/src/ClassMethodUnit.php | 0 .../sebastian/code-unit/src/ClassUnit.php | 0 .../sebastian/code-unit/src/CodeUnit.php | 0 .../code-unit/src/CodeUnitCollection.php | 0 .../src/CodeUnitCollectionIterator.php | 0 .../sebastian/code-unit/src/FunctionUnit.php | 0 .../code-unit/src/InterfaceMethodUnit.php | 0 .../sebastian/code-unit/src/InterfaceUnit.php | 0 .../sebastian/code-unit/src/Mapper.php | 0 .../code-unit/src/TraitMethodUnit.php | 0 .../sebastian/code-unit/src/TraitUnit.php | 0 .../code-unit/src/exceptions/Exception.php | 0 .../exceptions/InvalidCodeUnitException.php | 0 .../src/exceptions/NoTraitException.php | 0 .../src/exceptions/ReflectionException.php | 0 .../vendor}/sebastian/comparator/ChangeLog.md | 0 .../vendor}/sebastian/comparator/LICENSE | 0 .../vendor}/sebastian/comparator/README.md | 0 .../sebastian/comparator/composer.json | 0 .../comparator/src/ArrayComparator.php | 0 .../sebastian/comparator/src/Comparator.php | 0 .../comparator/src/ComparisonFailure.php | 0 .../comparator/src/DOMNodeComparator.php | 0 .../comparator/src/DateTimeComparator.php | 0 .../comparator/src/DoubleComparator.php | 0 .../comparator/src/ExceptionComparator.php | 0 .../sebastian/comparator/src/Factory.php | 0 .../comparator/src/MockObjectComparator.php | 0 .../comparator/src/NumericComparator.php | 0 .../comparator/src/ObjectComparator.php | 0 .../comparator/src/ResourceComparator.php | 0 .../comparator/src/ScalarComparator.php | 0 .../src/SplObjectStorageComparator.php | 0 .../comparator/src/TypeComparator.php | 0 .../comparator/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../sebastian/complexity/.psalm/baseline.xml | 0 .../sebastian/complexity/.psalm/config.xml | 0 .../vendor}/sebastian/complexity/ChangeLog.md | 0 .../vendor}/sebastian/complexity/LICENSE | 0 .../vendor}/sebastian/complexity/README.md | 0 .../sebastian/complexity/composer.json | 0 .../sebastian/complexity/src/Calculator.php | 0 .../complexity/src/Complexity/Complexity.php | 0 .../src/Complexity/ComplexityCollection.php | 0 .../ComplexityCollectionIterator.php | 0 .../complexity/src/Exception/Exception.php | 0 .../src/Exception/RuntimeException.php | 0 .../Visitor/ComplexityCalculatingVisitor.php | 0 ...CyclomaticComplexityCalculatingVisitor.php | 0 .../vendor}/sebastian/diff/ChangeLog.md | 0 {vendor => www/vendor}/sebastian/diff/LICENSE | 0 .../vendor}/sebastian/diff/README.md | 0 .../vendor}/sebastian/diff/composer.json | 0 .../vendor}/sebastian/diff/src/Chunk.php | 0 .../vendor}/sebastian/diff/src/Diff.php | 0 .../vendor}/sebastian/diff/src/Differ.php | 0 .../src/Exception/ConfigurationException.php | 0 .../diff/src/Exception/Exception.php | 0 .../Exception/InvalidArgumentException.php | 0 .../vendor}/sebastian/diff/src/Line.php | 0 .../LongestCommonSubsequenceCalculator.php | 0 ...ientLongestCommonSubsequenceCalculator.php | 0 .../src/Output/AbstractChunkOutputBuilder.php | 0 .../diff/src/Output/DiffOnlyOutputBuilder.php | 0 .../src/Output/DiffOutputBuilderInterface.php | 0 .../Output/StrictUnifiedDiffOutputBuilder.php | 0 .../src/Output/UnifiedDiffOutputBuilder.php | 0 .../vendor}/sebastian/diff/src/Parser.php | 0 ...ientLongestCommonSubsequenceCalculator.php | 0 .../sebastian/environment/ChangeLog.md | 0 .../vendor}/sebastian/environment/LICENSE | 0 .../vendor}/sebastian/environment/README.md | 0 .../sebastian/environment/composer.json | 0 .../sebastian/environment/src/Console.php | 0 .../environment/src/OperatingSystem.php | 0 .../sebastian/environment/src/Runtime.php | 0 .../vendor}/sebastian/exporter/ChangeLog.md | 0 .../vendor}/sebastian/exporter/LICENSE | 0 .../vendor}/sebastian/exporter/README.md | 0 .../vendor}/sebastian/exporter/composer.json | 0 .../sebastian/exporter/src/Exporter.php | 0 .../sebastian/global-state/ChangeLog.md | 0 .../vendor}/sebastian/global-state/LICENSE | 0 .../vendor}/sebastian/global-state/README.md | 0 .../sebastian/global-state/composer.json | 0 .../global-state/src/CodeExporter.php | 0 .../global-state/src/ExcludeList.php | 0 .../sebastian/global-state/src/Restorer.php | 0 .../sebastian/global-state/src/Snapshot.php | 0 .../global-state/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../lines-of-code/.psalm/baseline.xml | 0 .../sebastian/lines-of-code/.psalm/config.xml | 0 .../sebastian/lines-of-code/ChangeLog.md | 0 .../vendor}/sebastian/lines-of-code/LICENSE | 0 .../vendor}/sebastian/lines-of-code/README.md | 0 .../sebastian/lines-of-code/composer.json | 0 .../sebastian/lines-of-code/src/Counter.php | 0 .../lines-of-code/src/Exception/Exception.php | 0 .../Exception/IllogicalValuesException.php | 0 .../src/Exception/NegativeValueException.php | 0 .../src/Exception/RuntimeException.php | 0 .../lines-of-code/src/LineCountingVisitor.php | 0 .../lines-of-code/src/LinesOfCode.php | 0 .../object-enumerator/.psalm/baseline.xml | 0 .../object-enumerator/.psalm/config.xml | 0 .../sebastian/object-enumerator/ChangeLog.md | 0 .../sebastian/object-enumerator/LICENSE | 0 .../sebastian/object-enumerator/README.md | 0 .../sebastian/object-enumerator/composer.json | 0 .../sebastian/object-enumerator/phpunit.xml | 0 .../object-enumerator/src/Enumerator.php | 0 .../object-enumerator/src/Exception.php | 0 .../src/InvalidArgumentException.php | 0 .../object-reflector/.psalm/baseline.xml | 0 .../object-reflector/.psalm/config.xml | 0 .../sebastian/object-reflector/ChangeLog.md | 0 .../sebastian/object-reflector/LICENSE | 0 .../sebastian/object-reflector/README.md | 0 .../sebastian/object-reflector/composer.json | 0 .../object-reflector/src/Exception.php | 0 .../src/InvalidArgumentException.php | 0 .../object-reflector/src/ObjectReflector.php | 0 .../sebastian/recursion-context/ChangeLog.md | 0 .../sebastian/recursion-context/LICENSE | 0 .../sebastian/recursion-context/README.md | 0 .../sebastian/recursion-context/composer.json | 0 .../recursion-context/src/Context.php | 0 .../recursion-context/src/Exception.php | 0 .../src/InvalidArgumentException.php | 0 .../resource-operations/.gitattributes | 0 .../sebastian/resource-operations/.gitignore | 0 .../resource-operations/ChangeLog.md | 0 .../sebastian/resource-operations/LICENSE | 0 .../sebastian/resource-operations/README.md | 0 .../resource-operations/build/generate.php | 0 .../resource-operations/composer.json | 0 .../src/ResourceOperations.php | 0 .../vendor}/sebastian/type/ChangeLog.md | 0 {vendor => www/vendor}/sebastian/type/LICENSE | 0 .../vendor}/sebastian/type/README.md | 0 .../vendor}/sebastian/type/composer.json | 0 .../vendor}/sebastian/type/src/Parameter.php | 0 .../sebastian/type/src/ReflectionMapper.php | 0 .../vendor}/sebastian/type/src/TypeName.php | 0 .../type/src/exception/Exception.php | 0 .../type/src/exception/RuntimeException.php | 0 .../sebastian/type/src/type/CallableType.php | 0 .../sebastian/type/src/type/FalseType.php | 0 .../type/src/type/GenericObjectType.php | 0 .../type/src/type/IntersectionType.php | 0 .../sebastian/type/src/type/IterableType.php | 0 .../sebastian/type/src/type/MixedType.php | 0 .../sebastian/type/src/type/NeverType.php | 0 .../sebastian/type/src/type/NullType.php | 0 .../sebastian/type/src/type/ObjectType.php | 0 .../sebastian/type/src/type/SimpleType.php | 0 .../sebastian/type/src/type/StaticType.php | 0 .../sebastian/type/src/type/TrueType.php | 0 .../vendor}/sebastian/type/src/type/Type.php | 0 .../sebastian/type/src/type/UnionType.php | 0 .../sebastian/type/src/type/UnknownType.php | 0 .../sebastian/type/src/type/VoidType.php | 0 .../vendor}/sebastian/version/.gitattributes | 0 .../vendor}/sebastian/version/.gitignore | 0 .../vendor}/sebastian/version/ChangeLog.md | 0 .../vendor}/sebastian/version/LICENSE | 0 .../vendor}/sebastian/version/README.md | 0 .../vendor}/sebastian/version/composer.json | 0 .../vendor}/sebastian/version/src/Version.php | 0 .../vendor}/theseer/tokenizer/.php_cs.dist | 0 .../vendor}/theseer/tokenizer/CHANGELOG.md | 0 .../vendor}/theseer/tokenizer/LICENSE | 0 .../vendor}/theseer/tokenizer/README.md | 0 .../vendor}/theseer/tokenizer/composer.json | 0 .../vendor}/theseer/tokenizer/composer.lock | 0 .../theseer/tokenizer/src/Exception.php | 0 .../theseer/tokenizer/src/NamespaceUri.php | 0 .../tokenizer/src/NamespaceUriException.php | 0 .../vendor}/theseer/tokenizer/src/Token.php | 0 .../theseer/tokenizer/src/TokenCollection.php | 0 .../src/TokenCollectionException.php | 0 .../theseer/tokenizer/src/Tokenizer.php | 0 .../theseer/tokenizer/src/XMLSerializer.php | 0 1130 files changed, 5160 insertions(+), 5120 deletions(-) rename {vendor => www/vendor}/bin/php-parse (100%) rename {vendor => www/vendor}/bin/phpunit (100%) create mode 100644 www/vendor/composer/autoload_files.php rename {vendor => www/vendor}/doctrine/instantiator/.doctrine-project.json (100%) rename {vendor => www/vendor}/doctrine/instantiator/CONTRIBUTING.md (100%) rename {vendor => www/vendor}/doctrine/instantiator/LICENSE (100%) rename {vendor => www/vendor}/doctrine/instantiator/README.md (100%) rename {vendor => www/vendor}/doctrine/instantiator/composer.json (100%) rename {vendor => www/vendor}/doctrine/instantiator/docs/en/index.rst (100%) rename {vendor => www/vendor}/doctrine/instantiator/docs/en/sidebar.rst (100%) rename {vendor => www/vendor}/doctrine/instantiator/psalm.xml (100%) rename {vendor => www/vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php (100%) rename {vendor => www/vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php (100%) rename {vendor => www/vendor}/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php (100%) rename {vendor => www/vendor}/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/.github/FUNDING.yml (100%) rename {vendor => www/vendor}/myclabs/deep-copy/.github/workflows/ci.yaml (100%) rename {vendor => www/vendor}/myclabs/deep-copy/LICENSE (100%) rename {vendor => www/vendor}/myclabs/deep-copy/README.md (100%) rename {vendor => www/vendor}/myclabs/deep-copy/composer.json (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/DeepCopy.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php (100%) rename {vendor => www/vendor}/myclabs/deep-copy/src/DeepCopy/deep_copy.php (100%) rename {vendor => www/vendor}/nikic/php-parser/LICENSE (100%) rename {vendor => www/vendor}/nikic/php-parser/README.md (100%) rename {vendor => www/vendor}/nikic/php-parser/bin/php-parse (100%) rename {vendor => www/vendor}/nikic/php-parser/composer.json (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/README.md (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/parser.template (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/php5.y (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/php7.y (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/phpyLang.php (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/rebuildParsers.php (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/tokens.template (100%) rename {vendor => www/vendor}/nikic/php-parser/grammar/tokens.y (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Class_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Declaration.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Enum_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Function_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Interface_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Method.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Param.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Property.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Trait_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Builder/Use_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/BuilderFactory.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/BuilderHelpers.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Comment.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Comment/Doc.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Error.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Internal/Differ.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/JsonDecoder.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NameContext.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Arg.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Attribute.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/ComplexType.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Const_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Identifier.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/MatchArm.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Name.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/NullableType.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Param.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/UnionType.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeAbstract.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeDumper.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeFinder.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeTraverser.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Parser.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Parser/Multiple.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Parser/Php5.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Parser/Php7.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/Parser/Tokens.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ParserAbstract.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/ParserFactory.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php (100%) rename {vendor => www/vendor}/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php (100%) rename {vendor => www/vendor}/phar-io/manifest/CHANGELOG.md (100%) rename {vendor => www/vendor}/phar-io/manifest/LICENSE (100%) rename {vendor => www/vendor}/phar-io/manifest/README.md (100%) rename {vendor => www/vendor}/phar-io/manifest/composer.json (100%) rename {vendor => www/vendor}/phar-io/manifest/composer.lock (100%) rename {vendor => www/vendor}/phar-io/manifest/src/ManifestDocumentMapper.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/ManifestLoader.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/ManifestSerializer.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ElementCollectionException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/InvalidEmailException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/InvalidUrlException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ManifestDocumentException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ManifestElementException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/exceptions/ManifestLoaderException.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Application.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/ApplicationName.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Author.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/AuthorCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/AuthorCollectionIterator.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/BundledComponent.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/BundledComponentCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/BundledComponentCollectionIterator.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/CopyrightInformation.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Email.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Extension.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Library.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/License.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Manifest.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/PhpExtensionRequirement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/PhpVersionRequirement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Requirement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/RequirementCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/RequirementCollectionIterator.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Type.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/values/Url.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/AuthorElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/AuthorElementCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/BundlesElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ComponentElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ComponentElementCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ContainsElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/CopyrightElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ElementCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ExtElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ExtElementCollection.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ExtensionElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/LicenseElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ManifestDocument.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/ManifestElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/PhpElement.php (100%) rename {vendor => www/vendor}/phar-io/manifest/src/xml/RequiresElement.php (100%) rename {vendor => www/vendor}/phar-io/version/CHANGELOG.md (100%) rename {vendor => www/vendor}/phar-io/version/LICENSE (100%) rename {vendor => www/vendor}/phar-io/version/README.md (100%) rename {vendor => www/vendor}/phar-io/version/composer.json (100%) rename {vendor => www/vendor}/phar-io/version/src/BuildMetaData.php (100%) rename {vendor => www/vendor}/phar-io/version/src/PreReleaseSuffix.php (100%) rename {vendor => www/vendor}/phar-io/version/src/Version.php (100%) rename {vendor => www/vendor}/phar-io/version/src/VersionConstraintParser.php (100%) rename {vendor => www/vendor}/phar-io/version/src/VersionConstraintValue.php (100%) rename {vendor => www/vendor}/phar-io/version/src/VersionNumber.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/AbstractVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/AndVersionConstraintGroup.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/AnyVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/ExactVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/OrVersionConstraintGroup.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/constraints/VersionConstraint.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/InvalidVersionException.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/NoBuildMetaDataException.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php (100%) rename {vendor => www/vendor}/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/ChangeLog.md (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/LICENSE (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/README.md (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/composer.json (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/CodeCoverage.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/Driver.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/PcovDriver.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/Selector.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/Exception.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/ParserException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/ReflectionException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Exception/XmlException.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Filter.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/AbstractNode.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/Builder.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/CrapIndex.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/Directory.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/File.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Node/Iterator.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/RawCodeCoverageData.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Clover.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Cobertura.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Crap4j.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Facade.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/PHP.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Text.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Coverage.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Directory.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Facade.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/File.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Method.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Node.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Project.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Report.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Source.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Tests.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Totals.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Report/Xml/Unit.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Util/Filesystem.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Util/Percentage.php (100%) rename {vendor => www/vendor}/phpunit/php-code-coverage/src/Version.php (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/.psalm/config.xml (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/ChangeLog.md (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/LICENSE (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/README.md (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/composer.json (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/src/Facade.php (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/src/Factory.php (100%) rename {vendor => www/vendor}/phpunit/php-file-iterator/src/Iterator.php (100%) rename {vendor => www/vendor}/phpunit/php-invoker/ChangeLog.md (100%) rename {vendor => www/vendor}/phpunit/php-invoker/LICENSE (100%) rename {vendor => www/vendor}/phpunit/php-invoker/README.md (100%) rename {vendor => www/vendor}/phpunit/php-invoker/composer.json (100%) rename {vendor => www/vendor}/phpunit/php-invoker/src/Invoker.php (100%) rename {vendor => www/vendor}/phpunit/php-invoker/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php (100%) rename {vendor => www/vendor}/phpunit/php-invoker/src/exceptions/TimeoutException.php (100%) rename {vendor => www/vendor}/phpunit/php-text-template/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/phpunit/php-text-template/.psalm/config.xml (100%) rename {vendor => www/vendor}/phpunit/php-text-template/ChangeLog.md (100%) rename {vendor => www/vendor}/phpunit/php-text-template/LICENSE (100%) rename {vendor => www/vendor}/phpunit/php-text-template/README.md (100%) rename {vendor => www/vendor}/phpunit/php-text-template/composer.json (100%) rename {vendor => www/vendor}/phpunit/php-text-template/src/Template.php (100%) rename {vendor => www/vendor}/phpunit/php-text-template/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/phpunit/php-text-template/src/exceptions/RuntimeException.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/phpunit/php-timer/.psalm/config.xml (100%) rename {vendor => www/vendor}/phpunit/php-timer/ChangeLog.md (100%) rename {vendor => www/vendor}/phpunit/php-timer/LICENSE (100%) rename {vendor => www/vendor}/phpunit/php-timer/README.md (100%) rename {vendor => www/vendor}/phpunit/php-timer/composer.json (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/Duration.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/ResourceUsageFormatter.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/Timer.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/exceptions/NoActiveTimerException.php (100%) rename {vendor => www/vendor}/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/.phpstorm.meta.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/ChangeLog-8.5.md (100%) rename {vendor => www/vendor}/phpunit/phpunit/ChangeLog-9.6.md (100%) rename {vendor => www/vendor}/phpunit/phpunit/LICENSE (100%) rename {vendor => www/vendor}/phpunit/phpunit/README.md (100%) rename {vendor => www/vendor}/phpunit/phpunit/SECURITY.md (100%) rename {vendor => www/vendor}/phpunit/phpunit/composer.json (100%) rename {vendor => www/vendor}/phpunit/phpunit/phpunit (100%) rename {vendor => www/vendor}/phpunit/phpunit/phpunit.xsd (100%) rename {vendor => www/vendor}/phpunit/phpunit/schema/8.5.xsd (100%) rename {vendor => www/vendor}/phpunit/phpunit/schema/9.2.xsd (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Assert.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Assert/Functions.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Callback.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Constraint.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/IsAnything.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/DataProviderTestSuite.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Error/Deprecated.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Error/Error.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Error/Notice.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Error/Warning.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/ErrorTestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/Error.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/OutputError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/SyntheticError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Exception/Warning.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/ExceptionWrapper.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/IncompleteTest.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/IncompleteTestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Api/Api.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Api/Method.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Invocation.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Matcher.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockClass.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockMethod.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockObject.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockTrait.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/MockType.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/MockObject/Verifiable.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Reorderable.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/SelfDescribing.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/SkippedTest.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/SkippedTestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/Test.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestBuilder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestFailure.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestListener.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestResult.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestSuite.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/TestSuiteIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Framework/WarningTestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/BaseTestRunner.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/DefaultTestResultCache.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Extension/PharLoader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Filter/Factory.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/Hook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/TestHook.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/NullTestResultCache.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/PhptTestCase.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/ResultCacheExtension.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/TestResultCache.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/TestSuiteLoader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/TestSuiteSorter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Runner/Version.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/CliArguments/Builder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/CliArguments/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Command.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Exception/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/Help.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/ResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/TestRunner.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/TestSuiteMapper.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Annotation/DocBlock.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Annotation/Registry.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Blacklist.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Cloner.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Color.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/ErrorHandler.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/ExcludeList.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/FileLoader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Filesystem.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Filter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/GlobalState.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/InvalidDataSetException.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Json.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Log/JUnit.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Log/TeamCity.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Printer.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Reflection.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/RegularExpression.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Test.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/TextTestListRenderer.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Type.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/VersionComparisonOperator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/Exception.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/Loader.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/SchemaDetector.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/SchemaFinder.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/ValidationResult.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/Xml/Validator.php (100%) rename {vendor => www/vendor}/phpunit/phpunit/src/Util/XmlTestListRenderer.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/cli-parser/LICENSE (100%) rename {vendor => www/vendor}/sebastian/cli-parser/README.md (100%) rename {vendor => www/vendor}/sebastian/cli-parser/composer.json (100%) rename {vendor => www/vendor}/sebastian/cli-parser/infection.json (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/Parser.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php (100%) rename {vendor => www/vendor}/sebastian/cli-parser/src/exceptions/UnknownOptionException.php (100%) rename {vendor => www/vendor}/sebastian/code-unit-reverse-lookup/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/code-unit-reverse-lookup/LICENSE (100%) rename {vendor => www/vendor}/sebastian/code-unit-reverse-lookup/README.md (100%) rename {vendor => www/vendor}/sebastian/code-unit-reverse-lookup/composer.json (100%) rename {vendor => www/vendor}/sebastian/code-unit-reverse-lookup/src/Wizard.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/sebastian/code-unit/.psalm/config.xml (100%) rename {vendor => www/vendor}/sebastian/code-unit/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/code-unit/LICENSE (100%) rename {vendor => www/vendor}/sebastian/code-unit/README.md (100%) rename {vendor => www/vendor}/sebastian/code-unit/composer.json (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/ClassMethodUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/ClassUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/CodeUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/CodeUnitCollection.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/CodeUnitCollectionIterator.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/FunctionUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/InterfaceMethodUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/InterfaceUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/Mapper.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/TraitMethodUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/TraitUnit.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/exceptions/NoTraitException.php (100%) rename {vendor => www/vendor}/sebastian/code-unit/src/exceptions/ReflectionException.php (100%) rename {vendor => www/vendor}/sebastian/comparator/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/comparator/LICENSE (100%) rename {vendor => www/vendor}/sebastian/comparator/README.md (100%) rename {vendor => www/vendor}/sebastian/comparator/composer.json (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ArrayComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/Comparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ComparisonFailure.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/DOMNodeComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/DateTimeComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/DoubleComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ExceptionComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/Factory.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/MockObjectComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/NumericComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ObjectComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ResourceComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/ScalarComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/SplObjectStorageComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/TypeComparator.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/sebastian/comparator/src/exceptions/RuntimeException.php (100%) rename {vendor => www/vendor}/sebastian/complexity/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/sebastian/complexity/.psalm/config.xml (100%) rename {vendor => www/vendor}/sebastian/complexity/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/complexity/LICENSE (100%) rename {vendor => www/vendor}/sebastian/complexity/README.md (100%) rename {vendor => www/vendor}/sebastian/complexity/composer.json (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Calculator.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Complexity/Complexity.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Complexity/ComplexityCollection.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Exception/Exception.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Exception/RuntimeException.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php (100%) rename {vendor => www/vendor}/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php (100%) rename {vendor => www/vendor}/sebastian/diff/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/diff/LICENSE (100%) rename {vendor => www/vendor}/sebastian/diff/README.md (100%) rename {vendor => www/vendor}/sebastian/diff/composer.json (100%) rename {vendor => www/vendor}/sebastian/diff/src/Chunk.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Diff.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Differ.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Exception/ConfigurationException.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Exception/Exception.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Exception/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Line.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/LongestCommonSubsequenceCalculator.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Output/DiffOutputBuilderInterface.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/Parser.php (100%) rename {vendor => www/vendor}/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php (100%) rename {vendor => www/vendor}/sebastian/environment/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/environment/LICENSE (100%) rename {vendor => www/vendor}/sebastian/environment/README.md (100%) rename {vendor => www/vendor}/sebastian/environment/composer.json (100%) rename {vendor => www/vendor}/sebastian/environment/src/Console.php (100%) rename {vendor => www/vendor}/sebastian/environment/src/OperatingSystem.php (100%) rename {vendor => www/vendor}/sebastian/environment/src/Runtime.php (100%) rename {vendor => www/vendor}/sebastian/exporter/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/exporter/LICENSE (100%) rename {vendor => www/vendor}/sebastian/exporter/README.md (100%) rename {vendor => www/vendor}/sebastian/exporter/composer.json (100%) rename {vendor => www/vendor}/sebastian/exporter/src/Exporter.php (100%) rename {vendor => www/vendor}/sebastian/global-state/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/global-state/LICENSE (100%) rename {vendor => www/vendor}/sebastian/global-state/README.md (100%) rename {vendor => www/vendor}/sebastian/global-state/composer.json (100%) rename {vendor => www/vendor}/sebastian/global-state/src/CodeExporter.php (100%) rename {vendor => www/vendor}/sebastian/global-state/src/ExcludeList.php (100%) rename {vendor => www/vendor}/sebastian/global-state/src/Restorer.php (100%) rename {vendor => www/vendor}/sebastian/global-state/src/Snapshot.php (100%) rename {vendor => www/vendor}/sebastian/global-state/src/exceptions/Exception.php (100%) rename {vendor => www/vendor}/sebastian/global-state/src/exceptions/RuntimeException.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/.psalm/config.xml (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/LICENSE (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/README.md (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/composer.json (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/Counter.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/Exception/Exception.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/Exception/NegativeValueException.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/Exception/RuntimeException.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/LineCountingVisitor.php (100%) rename {vendor => www/vendor}/sebastian/lines-of-code/src/LinesOfCode.php (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/.psalm/config.xml (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/LICENSE (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/README.md (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/composer.json (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/phpunit.xml (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/src/Enumerator.php (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/src/Exception.php (100%) rename {vendor => www/vendor}/sebastian/object-enumerator/src/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/sebastian/object-reflector/.psalm/baseline.xml (100%) rename {vendor => www/vendor}/sebastian/object-reflector/.psalm/config.xml (100%) rename {vendor => www/vendor}/sebastian/object-reflector/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/object-reflector/LICENSE (100%) rename {vendor => www/vendor}/sebastian/object-reflector/README.md (100%) rename {vendor => www/vendor}/sebastian/object-reflector/composer.json (100%) rename {vendor => www/vendor}/sebastian/object-reflector/src/Exception.php (100%) rename {vendor => www/vendor}/sebastian/object-reflector/src/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/sebastian/object-reflector/src/ObjectReflector.php (100%) rename {vendor => www/vendor}/sebastian/recursion-context/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/recursion-context/LICENSE (100%) rename {vendor => www/vendor}/sebastian/recursion-context/README.md (100%) rename {vendor => www/vendor}/sebastian/recursion-context/composer.json (100%) rename {vendor => www/vendor}/sebastian/recursion-context/src/Context.php (100%) rename {vendor => www/vendor}/sebastian/recursion-context/src/Exception.php (100%) rename {vendor => www/vendor}/sebastian/recursion-context/src/InvalidArgumentException.php (100%) rename {vendor => www/vendor}/sebastian/resource-operations/.gitattributes (100%) rename {vendor => www/vendor}/sebastian/resource-operations/.gitignore (100%) rename {vendor => www/vendor}/sebastian/resource-operations/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/resource-operations/LICENSE (100%) rename {vendor => www/vendor}/sebastian/resource-operations/README.md (100%) rename {vendor => www/vendor}/sebastian/resource-operations/build/generate.php (100%) rename {vendor => www/vendor}/sebastian/resource-operations/composer.json (100%) rename {vendor => www/vendor}/sebastian/resource-operations/src/ResourceOperations.php (100%) rename {vendor => www/vendor}/sebastian/type/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/type/LICENSE (100%) rename {vendor => www/vendor}/sebastian/type/README.md (100%) rename {vendor => www/vendor}/sebastian/type/composer.json (100%) rename {vendor => www/vendor}/sebastian/type/src/Parameter.php (100%) rename {vendor => www/vendor}/sebastian/type/src/ReflectionMapper.php (100%) rename {vendor => www/vendor}/sebastian/type/src/TypeName.php (100%) rename {vendor => www/vendor}/sebastian/type/src/exception/Exception.php (100%) rename {vendor => www/vendor}/sebastian/type/src/exception/RuntimeException.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/CallableType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/FalseType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/GenericObjectType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/IntersectionType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/IterableType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/MixedType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/NeverType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/NullType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/ObjectType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/SimpleType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/StaticType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/TrueType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/Type.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/UnionType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/UnknownType.php (100%) rename {vendor => www/vendor}/sebastian/type/src/type/VoidType.php (100%) rename {vendor => www/vendor}/sebastian/version/.gitattributes (100%) rename {vendor => www/vendor}/sebastian/version/.gitignore (100%) rename {vendor => www/vendor}/sebastian/version/ChangeLog.md (100%) rename {vendor => www/vendor}/sebastian/version/LICENSE (100%) rename {vendor => www/vendor}/sebastian/version/README.md (100%) rename {vendor => www/vendor}/sebastian/version/composer.json (100%) rename {vendor => www/vendor}/sebastian/version/src/Version.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/.php_cs.dist (100%) rename {vendor => www/vendor}/theseer/tokenizer/CHANGELOG.md (100%) rename {vendor => www/vendor}/theseer/tokenizer/LICENSE (100%) rename {vendor => www/vendor}/theseer/tokenizer/README.md (100%) rename {vendor => www/vendor}/theseer/tokenizer/composer.json (100%) rename {vendor => www/vendor}/theseer/tokenizer/composer.lock (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/Exception.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/NamespaceUri.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/NamespaceUriException.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/Token.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/TokenCollection.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/TokenCollectionException.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/Tokenizer.php (100%) rename {vendor => www/vendor}/theseer/tokenizer/src/XMLSerializer.php (100%) diff --git a/composer.json b/composer.json index e0b0f772..ce0a32e0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "require-dev": { "phpstan/phpstan": "^1.9", - "phan/phan": "^5.4", - "phpunit/phpunit": "^9" + "phan/phan": "^5.4" } } diff --git a/composer.lock b/composer.lock index e7a0a1be..299e35f3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9a0da90a31be1bff3f1d19ba7fb9bf3f", + "content-hash": "cdedce8fef4f66c129f0b9f0208e1ae3", "packages": [], "packages-dev": [ { @@ -225,76 +225,6 @@ ], "time": "2022-02-25T21:32:43+00:00" }, - { - "name": "doctrine/instantiator", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-12-30T00:23:10+00:00" - }, { "name": "felixfbecker/advanced-json-rpc", "version": "v3.2.1", @@ -385,65 +315,6 @@ }, "time": "2021-07-16T21:28:12+00:00" }, - { - "name": "myclabs/deep-copy", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "type": "library", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "time": "2022-03-03T13:19:32+00:00" - }, { "name": "netresearch/jsonmapper", "version": "v4.1.0", @@ -495,62 +366,6 @@ }, "time": "2022-12-08T20:46:14+00:00" }, - { - "name": "nikic/php-parser", - "version": "v4.15.3", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" - }, - "time": "2023-01-16T22:05:37+00:00" - }, { "name": "phan/phan", "version": "5.4.1", @@ -630,117 +445,6 @@ }, "time": "2022-08-26T00:49:07+00:00" }, - { - "name": "phar-io/manifest", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" - }, - "time": "2021-07-20T11:28:43+00:00" - }, - { - "name": "phar-io/version", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" - }, - "time": "2022-02-21T01:04:05+00:00" - }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", @@ -965,426 +669,6 @@ ], "time": "2023-02-08T12:25:00+00:00" }, - { - "name": "phpunit/php-code-coverage", - "version": "9.2.24", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-01-26T08:26:55+00:00" - }, - { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2021-12-02T12:48:52+00:00" - }, - { - "name": "phpunit/php-invoker", - "version": "3.1.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:58:55+00:00" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T05:33:50+00:00" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:16:10+00:00" - }, - { - "name": "phpunit/phpunit", - "version": "9.6.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.3.1 || ^2", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.6-dev" - } - }, - "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" - }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "time": "2023-02-04T13:37:15+00:00" - }, { "name": "psr/container", "version": "2.0.2", @@ -1554,970 +838,6 @@ }, "time": "2021-11-04T06:51:17+00:00" }, - { - "name": "sebastian/cli-parser", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", - "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:08:49+00:00" - }, - { - "name": "sebastian/code-unit", - "version": "1.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:08:54+00:00" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:30:19+00:00" - }, - { - "name": "sebastian/comparator", - "version": "4.0.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T12:41:17+00:00" - }, - { - "name": "sebastian/complexity", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", - "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T15:52:27+00:00" - }, - { - "name": "sebastian/diff", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:10:38+00:00" - }, - { - "name": "sebastian/environment", - "version": "5.1.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:03:51+00:00" - }, - { - "name": "sebastian/exporter", - "version": "4.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T06:03:37+00:00" - }, - { - "name": "sebastian/global-state", - "version": "5.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-02-14T08:28:10+00:00" - }, - { - "name": "sebastian/lines-of-code", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-11-28T06:42:11+00:00" - }, - { - "name": "sebastian/object-enumerator", - "version": "4.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:12:34+00:00" - }, - { - "name": "sebastian/object-reflector", - "version": "2.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:14:26+00:00" - }, - { - "name": "sebastian/recursion-context", - "version": "4.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "https://github.com/sebastianbergmann/recursion-context", - "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:07:39+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:45:17+00:00" - }, - { - "name": "sebastian/type", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:13:03+00:00" - }, - { - "name": "sebastian/version", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:39:44+00:00" - }, { "name": "symfony/console", "version": "v6.2.5", @@ -3265,56 +1585,6 @@ ], "time": "2023-01-01T08:38:09+00:00" }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "time": "2021-07-28T10:34:58+00:00" - }, { "name": "tysonandre/var_representation_polyfill", "version": "0.1.3", diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 7ec556ed..cae0fc2f 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -9,635 +9,8 @@ return array( 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', - 'PHPUnit\\Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', - 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', - 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', - 'PHPUnit\\Framework\\CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', - 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', - 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', - 'PHPUnit\\Framework\\Constraint\\Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', - 'PHPUnit\\Framework\\Constraint\\Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', - 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', - 'PHPUnit\\Framework\\Constraint\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', - 'PHPUnit\\Framework\\Constraint\\GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', - 'PHPUnit\\Framework\\Constraint\\IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', - 'PHPUnit\\Framework\\Constraint\\IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', - 'PHPUnit\\Framework\\Constraint\\IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', - 'PHPUnit\\Framework\\Constraint\\IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', - 'PHPUnit\\Framework\\Constraint\\IsFinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', - 'PHPUnit\\Framework\\Constraint\\IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', - 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', - 'PHPUnit\\Framework\\Constraint\\IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', - 'PHPUnit\\Framework\\Constraint\\IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', - 'PHPUnit\\Framework\\Constraint\\IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', - 'PHPUnit\\Framework\\Constraint\\IsReadable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', - 'PHPUnit\\Framework\\Constraint\\IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', - 'PHPUnit\\Framework\\Constraint\\IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', - 'PHPUnit\\Framework\\Constraint\\IsWritable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', - 'PHPUnit\\Framework\\Constraint\\LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', - 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', - 'PHPUnit\\Framework\\Constraint\\LogicalNot' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', - 'PHPUnit\\Framework\\Constraint\\LogicalOr' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', - 'PHPUnit\\Framework\\Constraint\\LogicalXor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', - 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Operator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', - 'PHPUnit\\Framework\\Constraint\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', - 'PHPUnit\\Framework\\Constraint\\StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', - 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', - 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', - 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', - 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', - 'PHPUnit\\Framework\\DataProviderTestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', - 'PHPUnit\\Framework\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', - 'PHPUnit\\Framework\\ExecutionOrderDependency' => $vendorDir . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', - 'PHPUnit\\Framework\\ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', - 'PHPUnit\\Framework\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', - 'PHPUnit\\Framework\\InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', - 'PHPUnit\\Framework\\InvalidDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', - 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', - 'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', - 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', - 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', - 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', - 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MockBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', - 'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', - 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', - 'PHPUnit\\Framework\\MockObject\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', - 'PHPUnit\\Framework\\NoChildTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', - 'PHPUnit\\Framework\\Reorderable' => $vendorDir . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', - 'PHPUnit\\Framework\\SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', - 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', - 'PHPUnit\\Framework\\TestBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/TestBuilder.php', - 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', - 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', - 'PHPUnit\\Framework\\TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', - 'PHPUnit\\Runner\\Extension\\PharLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', - 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', - 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', - 'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResultCache.php', - 'PHPUnit\\Runner\\TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', - 'PHPUnit\\Runner\\TestSuiteSorter' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', - 'PHPUnit\\Runner\\Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', - 'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', - 'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php', - 'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', - 'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', - 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', - 'PHPUnit\\TextUI\\TestFileNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', - 'PHPUnit\\TextUI\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', - 'PHPUnit\\Util\\Cloner' => $vendorDir . '/phpunit/phpunit/src/Util/Cloner.php', - 'PHPUnit\\Util\\Color' => $vendorDir . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception.php', - 'PHPUnit\\Util\\ExcludeList' => $vendorDir . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => $vendorDir . '/phpunit/phpunit/src/Util/FileLoader.php', - 'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', - 'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', - 'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', - 'PHPUnit\\Util\\Json' => $vendorDir . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php', - 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', - 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', - 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', - 'PHPUnit\\Util\\Reflection' => $vendorDir . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Util/RegularExpression.php', - 'PHPUnit\\Util\\Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', - 'PHPUnit\\Util\\VersionComparisonOperator' => $vendorDir . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\Loader' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Validator.php', - 'PharIo\\Manifest\\Application' => $vendorDir . '/phar-io/manifest/src/values/Application.php', - 'PharIo\\Manifest\\ApplicationName' => $vendorDir . '/phar-io/manifest/src/values/ApplicationName.php', - 'PharIo\\Manifest\\Author' => $vendorDir . '/phar-io/manifest/src/values/Author.php', - 'PharIo\\Manifest\\AuthorCollection' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollection.php', - 'PharIo\\Manifest\\AuthorCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', - 'PharIo\\Manifest\\AuthorElement' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElement.php', - 'PharIo\\Manifest\\AuthorElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElementCollection.php', - 'PharIo\\Manifest\\BundledComponent' => $vendorDir . '/phar-io/manifest/src/values/BundledComponent.php', - 'PharIo\\Manifest\\BundledComponentCollection' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollection.php', - 'PharIo\\Manifest\\BundledComponentCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', - 'PharIo\\Manifest\\BundlesElement' => $vendorDir . '/phar-io/manifest/src/xml/BundlesElement.php', - 'PharIo\\Manifest\\ComponentElement' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElement.php', - 'PharIo\\Manifest\\ComponentElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElementCollection.php', - 'PharIo\\Manifest\\ContainsElement' => $vendorDir . '/phar-io/manifest/src/xml/ContainsElement.php', - 'PharIo\\Manifest\\CopyrightElement' => $vendorDir . '/phar-io/manifest/src/xml/CopyrightElement.php', - 'PharIo\\Manifest\\CopyrightInformation' => $vendorDir . '/phar-io/manifest/src/values/CopyrightInformation.php', - 'PharIo\\Manifest\\ElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ElementCollection.php', - 'PharIo\\Manifest\\ElementCollectionException' => $vendorDir . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', - 'PharIo\\Manifest\\Email' => $vendorDir . '/phar-io/manifest/src/values/Email.php', - 'PharIo\\Manifest\\Exception' => $vendorDir . '/phar-io/manifest/src/exceptions/Exception.php', - 'PharIo\\Manifest\\ExtElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtElement.php', - 'PharIo\\Manifest\\ExtElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ExtElementCollection.php', - 'PharIo\\Manifest\\Extension' => $vendorDir . '/phar-io/manifest/src/values/Extension.php', - 'PharIo\\Manifest\\ExtensionElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtensionElement.php', - 'PharIo\\Manifest\\InvalidApplicationNameException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', - 'PharIo\\Manifest\\InvalidEmailException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', - 'PharIo\\Manifest\\InvalidUrlException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', - 'PharIo\\Manifest\\Library' => $vendorDir . '/phar-io/manifest/src/values/Library.php', - 'PharIo\\Manifest\\License' => $vendorDir . '/phar-io/manifest/src/values/License.php', - 'PharIo\\Manifest\\LicenseElement' => $vendorDir . '/phar-io/manifest/src/xml/LicenseElement.php', - 'PharIo\\Manifest\\Manifest' => $vendorDir . '/phar-io/manifest/src/values/Manifest.php', - 'PharIo\\Manifest\\ManifestDocument' => $vendorDir . '/phar-io/manifest/src/xml/ManifestDocument.php', - 'PharIo\\Manifest\\ManifestDocumentException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', - 'PharIo\\Manifest\\ManifestDocumentLoadingException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', - 'PharIo\\Manifest\\ManifestDocumentMapper' => $vendorDir . '/phar-io/manifest/src/ManifestDocumentMapper.php', - 'PharIo\\Manifest\\ManifestDocumentMapperException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', - 'PharIo\\Manifest\\ManifestElement' => $vendorDir . '/phar-io/manifest/src/xml/ManifestElement.php', - 'PharIo\\Manifest\\ManifestElementException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestElementException.php', - 'PharIo\\Manifest\\ManifestLoader' => $vendorDir . '/phar-io/manifest/src/ManifestLoader.php', - 'PharIo\\Manifest\\ManifestLoaderException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', - 'PharIo\\Manifest\\ManifestSerializer' => $vendorDir . '/phar-io/manifest/src/ManifestSerializer.php', - 'PharIo\\Manifest\\PhpElement' => $vendorDir . '/phar-io/manifest/src/xml/PhpElement.php', - 'PharIo\\Manifest\\PhpExtensionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', - 'PharIo\\Manifest\\PhpVersionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpVersionRequirement.php', - 'PharIo\\Manifest\\Requirement' => $vendorDir . '/phar-io/manifest/src/values/Requirement.php', - 'PharIo\\Manifest\\RequirementCollection' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollection.php', - 'PharIo\\Manifest\\RequirementCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', - 'PharIo\\Manifest\\RequiresElement' => $vendorDir . '/phar-io/manifest/src/xml/RequiresElement.php', - 'PharIo\\Manifest\\Type' => $vendorDir . '/phar-io/manifest/src/values/Type.php', - 'PharIo\\Manifest\\Url' => $vendorDir . '/phar-io/manifest/src/values/Url.php', - 'PharIo\\Version\\AbstractVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', - 'PharIo\\Version\\AndVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', - 'PharIo\\Version\\AnyVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AnyVersionConstraint.php', - 'PharIo\\Version\\BuildMetaData' => $vendorDir . '/phar-io/version/src/BuildMetaData.php', - 'PharIo\\Version\\ExactVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/ExactVersionConstraint.php', - 'PharIo\\Version\\Exception' => $vendorDir . '/phar-io/version/src/exceptions/Exception.php', - 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', - 'PharIo\\Version\\InvalidPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', - 'PharIo\\Version\\InvalidVersionException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidVersionException.php', - 'PharIo\\Version\\NoBuildMetaDataException' => $vendorDir . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', - 'PharIo\\Version\\NoPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', - 'PharIo\\Version\\OrVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', - 'PharIo\\Version\\PreReleaseSuffix' => $vendorDir . '/phar-io/version/src/PreReleaseSuffix.php', - 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', - 'PharIo\\Version\\SpecificMajorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', - 'PharIo\\Version\\UnsupportedVersionConstraintException' => $vendorDir . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', - 'PharIo\\Version\\Version' => $vendorDir . '/phar-io/version/src/Version.php', - 'PharIo\\Version\\VersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/VersionConstraint.php', - 'PharIo\\Version\\VersionConstraintParser' => $vendorDir . '/phar-io/version/src/VersionConstraintParser.php', - 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', - 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', - 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', - 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', - 'SebastianBergmann\\CliParser\\Parser' => $vendorDir . '/sebastian/cli-parser/src/Parser.php', - 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', - 'SebastianBergmann\\CliParser\\UnknownOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', - 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', - 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Selector.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php', - 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php', - 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => $vendorDir . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Builder.php', - 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => $vendorDir . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php', - 'SebastianBergmann\\CodeCoverage\\ParserException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\ReflectionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', - 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Cobertura.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', - 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', - 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Filesystem.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Percentage.php', - 'SebastianBergmann\\CodeCoverage\\Version' => $vendorDir . '/phpunit/php-code-coverage/src/Version.php', - 'SebastianBergmann\\CodeCoverage\\XmlException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XmlException.php', - 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => $vendorDir . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', - 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => $vendorDir . '/sebastian/code-unit/src/ClassMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\ClassUnit' => $vendorDir . '/sebastian/code-unit/src/ClassUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnit' => $vendorDir . '/sebastian/code-unit/src/CodeUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollection.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', - 'SebastianBergmann\\CodeUnit\\Exception' => $vendorDir . '/sebastian/code-unit/src/exceptions/Exception.php', - 'SebastianBergmann\\CodeUnit\\FunctionUnit' => $vendorDir . '/sebastian/code-unit/src/FunctionUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceUnit.php', - 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', - 'SebastianBergmann\\CodeUnit\\Mapper' => $vendorDir . '/sebastian/code-unit/src/Mapper.php', - 'SebastianBergmann\\CodeUnit\\NoTraitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/NoTraitException.php', - 'SebastianBergmann\\CodeUnit\\ReflectionException' => $vendorDir . '/sebastian/code-unit/src/exceptions/ReflectionException.php', - 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => $vendorDir . '/sebastian/code-unit/src/TraitMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\TraitUnit' => $vendorDir . '/sebastian/code-unit/src/TraitUnit.php', - 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', - 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', - 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', - 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', - 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', - 'SebastianBergmann\\Comparator\\Exception' => $vendorDir . '/sebastian/comparator/src/exceptions/Exception.php', - 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', - 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', - 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php', - 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php', - 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php', - 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php', - 'SebastianBergmann\\Comparator\\RuntimeException' => $vendorDir . '/sebastian/comparator/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php', - 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php', - 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php', - 'SebastianBergmann\\Complexity\\Calculator' => $vendorDir . '/sebastian/complexity/src/Calculator.php', - 'SebastianBergmann\\Complexity\\Complexity' => $vendorDir . '/sebastian/complexity/src/Complexity/Complexity.php', - 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\ComplexityCollection' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', - 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', - 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\Exception' => $vendorDir . '/sebastian/complexity/src/Exception/Exception.php', - 'SebastianBergmann\\Complexity\\RuntimeException' => $vendorDir . '/sebastian/complexity/src/Exception/RuntimeException.php', - 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php', - 'SebastianBergmann\\Diff\\ConfigurationException' => $vendorDir . '/sebastian/diff/src/Exception/ConfigurationException.php', - 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php', - 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php', - 'SebastianBergmann\\Diff\\Exception' => $vendorDir . '/sebastian/diff/src/Exception/Exception.php', - 'SebastianBergmann\\Diff\\InvalidArgumentException' => $vendorDir . '/sebastian/diff/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php', - 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => $vendorDir . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', - 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', - 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => $vendorDir . '/sebastian/environment/src/OperatingSystem.php', - 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', - 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', - 'SebastianBergmann\\FileIterator\\Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', - 'SebastianBergmann\\FileIterator\\Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', - 'SebastianBergmann\\FileIterator\\Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', - 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php', - 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/exceptions/Exception.php', - 'SebastianBergmann\\GlobalState\\ExcludeList' => $vendorDir . '/sebastian/global-state/src/ExcludeList.php', - 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php', - 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php', - 'SebastianBergmann\\Invoker\\Exception' => $vendorDir . '/phpunit/php-invoker/src/exceptions/Exception.php', - 'SebastianBergmann\\Invoker\\Invoker' => $vendorDir . '/phpunit/php-invoker/src/Invoker.php', - 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', - 'SebastianBergmann\\Invoker\\TimeoutException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', - 'SebastianBergmann\\LinesOfCode\\Counter' => $vendorDir . '/sebastian/lines-of-code/src/Counter.php', - 'SebastianBergmann\\LinesOfCode\\Exception' => $vendorDir . '/sebastian/lines-of-code/src/Exception/Exception.php', - 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', - 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => $vendorDir . '/sebastian/lines-of-code/src/LineCountingVisitor.php', - 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => $vendorDir . '/sebastian/lines-of-code/src/LinesOfCode.php', - 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', - 'SebastianBergmann\\LinesOfCode\\RuntimeException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', - 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => $vendorDir . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => $vendorDir . '/sebastian/object-reflector/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => $vendorDir . '/sebastian/object-reflector/src/ObjectReflector.php', - 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php', - 'SebastianBergmann\\Template\\Exception' => $vendorDir . '/phpunit/php-text-template/src/exceptions/Exception.php', - 'SebastianBergmann\\Template\\InvalidArgumentException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', - 'SebastianBergmann\\Template\\RuntimeException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Template\\Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', - 'SebastianBergmann\\Timer\\Duration' => $vendorDir . '/phpunit/php-timer/src/Duration.php', - 'SebastianBergmann\\Timer\\Exception' => $vendorDir . '/phpunit/php-timer/src/exceptions/Exception.php', - 'SebastianBergmann\\Timer\\NoActiveTimerException' => $vendorDir . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', - 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => $vendorDir . '/phpunit/php-timer/src/ResourceUsageFormatter.php', - 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => $vendorDir . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', - 'SebastianBergmann\\Timer\\Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php', - 'SebastianBergmann\\Type\\CallableType' => $vendorDir . '/sebastian/type/src/type/CallableType.php', - 'SebastianBergmann\\Type\\Exception' => $vendorDir . '/sebastian/type/src/exception/Exception.php', - 'SebastianBergmann\\Type\\FalseType' => $vendorDir . '/sebastian/type/src/type/FalseType.php', - 'SebastianBergmann\\Type\\GenericObjectType' => $vendorDir . '/sebastian/type/src/type/GenericObjectType.php', - 'SebastianBergmann\\Type\\IntersectionType' => $vendorDir . '/sebastian/type/src/type/IntersectionType.php', - 'SebastianBergmann\\Type\\IterableType' => $vendorDir . '/sebastian/type/src/type/IterableType.php', - 'SebastianBergmann\\Type\\MixedType' => $vendorDir . '/sebastian/type/src/type/MixedType.php', - 'SebastianBergmann\\Type\\NeverType' => $vendorDir . '/sebastian/type/src/type/NeverType.php', - 'SebastianBergmann\\Type\\NullType' => $vendorDir . '/sebastian/type/src/type/NullType.php', - 'SebastianBergmann\\Type\\ObjectType' => $vendorDir . '/sebastian/type/src/type/ObjectType.php', - 'SebastianBergmann\\Type\\Parameter' => $vendorDir . '/sebastian/type/src/Parameter.php', - 'SebastianBergmann\\Type\\ReflectionMapper' => $vendorDir . '/sebastian/type/src/ReflectionMapper.php', - 'SebastianBergmann\\Type\\RuntimeException' => $vendorDir . '/sebastian/type/src/exception/RuntimeException.php', - 'SebastianBergmann\\Type\\SimpleType' => $vendorDir . '/sebastian/type/src/type/SimpleType.php', - 'SebastianBergmann\\Type\\StaticType' => $vendorDir . '/sebastian/type/src/type/StaticType.php', - 'SebastianBergmann\\Type\\TrueType' => $vendorDir . '/sebastian/type/src/type/TrueType.php', - 'SebastianBergmann\\Type\\Type' => $vendorDir . '/sebastian/type/src/type/Type.php', - 'SebastianBergmann\\Type\\TypeName' => $vendorDir . '/sebastian/type/src/TypeName.php', - 'SebastianBergmann\\Type\\UnionType' => $vendorDir . '/sebastian/type/src/type/UnionType.php', - 'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php', - 'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php', - 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'TheSeer\\Tokenizer\\Exception' => $vendorDir . '/theseer/tokenizer/src/Exception.php', - 'TheSeer\\Tokenizer\\NamespaceUri' => $vendorDir . '/theseer/tokenizer/src/NamespaceUri.php', - 'TheSeer\\Tokenizer\\NamespaceUriException' => $vendorDir . '/theseer/tokenizer/src/NamespaceUriException.php', - 'TheSeer\\Tokenizer\\Token' => $vendorDir . '/theseer/tokenizer/src/Token.php', - 'TheSeer\\Tokenizer\\TokenCollection' => $vendorDir . '/theseer/tokenizer/src/TokenCollection.php', - 'TheSeer\\Tokenizer\\TokenCollectionException' => $vendorDir . '/theseer/tokenizer/src/TokenCollectionException.php', - 'TheSeer\\Tokenizer\\Tokenizer' => $vendorDir . '/theseer/tokenizer/src/Tokenizer.php', - 'TheSeer\\Tokenizer\\XMLSerializer' => $vendorDir . '/theseer/tokenizer/src/XMLSerializer.php', 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index b31452b3..451aaf54 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.php @@ -12,12 +12,10 @@ return array( 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php', - '6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', '2b9d0f43f9552984cfa82fee95491826' => $vendorDir . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => $vendorDir . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => $vendorDir . '/sabre/event/lib/Promise/functions.php', 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', '6714be961f4a45ae8b9a99d5d55c5d07' => $vendorDir . '/tysonandre/var_representation_polyfill/src/var_representation.php', '9b38cf48e83f5d8f60375221cd213eee' => $vendorDir . '/phpstan/phpstan/bootstrap.php', - 'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index fe203ab7..4f4a8a2c 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -20,11 +20,8 @@ return array( 'Sabre\\Event\\' => array($vendorDir . '/sabre/event/lib'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/src'), 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), - 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), 'Phan\\' => array($vendorDir . '/phan/phan/src/Phan'), 'Microsoft\\PhpParser\\' => array($vendorDir . '/microsoft/tolerant-php-parser/src'), - 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), - 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), 'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'), 'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), 'Composer\\Pcre\\' => array($vendorDir . '/composer/pcre/src'), diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 41f35c5d..4e042a27 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -13,14 +13,12 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php', - '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', '2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', '6714be961f4a45ae8b9a99d5d55c5d07' => __DIR__ . '/..' . '/tysonandre/var_representation_polyfill/src/var_representation.php', '9b38cf48e83f5d8f60375221cd213eee' => __DIR__ . '/..' . '/phpstan/phpstan/bootstrap.php', - 'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); public static $prefixLengthsPsr4 = array ( @@ -52,18 +50,12 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 'Psr\\Log\\' => 8, 'Psr\\Container\\' => 14, - 'PhpParser\\' => 10, 'Phan\\' => 5, ), 'M' => array ( 'Microsoft\\PhpParser\\' => 20, ), - 'D' => - array ( - 'Doctrine\\Instantiator\\' => 22, - 'DeepCopy\\' => 9, - ), 'C' => array ( 'Composer\\XdebugHandler\\' => 23, @@ -135,10 +127,6 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), - 'PhpParser\\' => - array ( - 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', - ), 'Phan\\' => array ( 0 => __DIR__ . '/..' . '/phan/phan/src/Phan', @@ -147,14 +135,6 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 array ( 0 => __DIR__ . '/..' . '/microsoft/tolerant-php-parser/src', ), - 'Doctrine\\Instantiator\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', - ), - 'DeepCopy\\' => - array ( - 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', - ), 'Composer\\XdebugHandler\\' => array ( 0 => __DIR__ . '/..' . '/composer/xdebug-handler/src', @@ -187,635 +167,8 @@ class ComposerStaticInitdd705c6e8ab22e0d642372dec7767718 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', - 'PHPUnit\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', - 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php', - 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', - 'PHPUnit\\Framework\\CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', - 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', - 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', - 'PHPUnit\\Framework\\Constraint\\Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', - 'PHPUnit\\Framework\\Constraint\\Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', - 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', - 'PHPUnit\\Framework\\Constraint\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', - 'PHPUnit\\Framework\\Constraint\\GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', - 'PHPUnit\\Framework\\Constraint\\IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', - 'PHPUnit\\Framework\\Constraint\\IsEmpty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', - 'PHPUnit\\Framework\\Constraint\\IsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', - 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', - 'PHPUnit\\Framework\\Constraint\\IsFalse' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', - 'PHPUnit\\Framework\\Constraint\\IsFinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', - 'PHPUnit\\Framework\\Constraint\\IsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\IsInfinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', - 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', - 'PHPUnit\\Framework\\Constraint\\IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', - 'PHPUnit\\Framework\\Constraint\\IsNan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', - 'PHPUnit\\Framework\\Constraint\\IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', - 'PHPUnit\\Framework\\Constraint\\IsReadable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', - 'PHPUnit\\Framework\\Constraint\\IsTrue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', - 'PHPUnit\\Framework\\Constraint\\IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', - 'PHPUnit\\Framework\\Constraint\\IsWritable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', - 'PHPUnit\\Framework\\Constraint\\LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', - 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', - 'PHPUnit\\Framework\\Constraint\\LogicalNot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', - 'PHPUnit\\Framework\\Constraint\\LogicalOr' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', - 'PHPUnit\\Framework\\Constraint\\LogicalXor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', - 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\Operator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', - 'PHPUnit\\Framework\\Constraint\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', - 'PHPUnit\\Framework\\Constraint\\SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', - 'PHPUnit\\Framework\\Constraint\\StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', - 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', - 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', - 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', - 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', - 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', - 'PHPUnit\\Framework\\DataProviderTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php', - 'PHPUnit\\Framework\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', - 'PHPUnit\\Framework\\ExecutionOrderDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', - 'PHPUnit\\Framework\\ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', - 'PHPUnit\\Framework\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', - 'PHPUnit\\Framework\\InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', - 'PHPUnit\\Framework\\InvalidDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', - 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', - 'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', - 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', - 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', - 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', - 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', - 'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', - 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', - 'PHPUnit\\Framework\\MockObject\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', - 'PHPUnit\\Framework\\NoChildTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', - 'PHPUnit\\Framework\\Reorderable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', - 'PHPUnit\\Framework\\SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', - 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php', - 'PHPUnit\\Framework\\TestBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestBuilder.php', - 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php', - 'PHPUnit\\Framework\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php', - 'PHPUnit\\Framework\\TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', - 'PHPUnit\\Runner\\Extension\\PharLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', - 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php', - 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', - 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', - 'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResultCache.php', - 'PHPUnit\\Runner\\TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', - 'PHPUnit\\Runner\\TestSuiteSorter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', - 'PHPUnit\\Runner\\Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', - 'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', - 'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php', - 'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', - 'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', - 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', - 'PHPUnit\\TextUI\\TestFileNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', - 'PHPUnit\\TextUI\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php', - 'PHPUnit\\Util\\Cloner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Cloner.php', - 'PHPUnit\\Util\\Color' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception.php', - 'PHPUnit\\Util\\ExcludeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/FileLoader.php', - 'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php', - 'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php', - 'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', - 'PHPUnit\\Util\\Json' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TeamCity.php', - 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', - 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', - 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php', - 'PHPUnit\\Util\\Reflection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/RegularExpression.php', - 'PHPUnit\\Util\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php', - 'PHPUnit\\Util\\VersionComparisonOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Validator.php', - 'PharIo\\Manifest\\Application' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Application.php', - 'PharIo\\Manifest\\ApplicationName' => __DIR__ . '/..' . '/phar-io/manifest/src/values/ApplicationName.php', - 'PharIo\\Manifest\\Author' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Author.php', - 'PharIo\\Manifest\\AuthorCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollection.php', - 'PharIo\\Manifest\\AuthorCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', - 'PharIo\\Manifest\\AuthorElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElement.php', - 'PharIo\\Manifest\\AuthorElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElementCollection.php', - 'PharIo\\Manifest\\BundledComponent' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponent.php', - 'PharIo\\Manifest\\BundledComponentCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollection.php', - 'PharIo\\Manifest\\BundledComponentCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', - 'PharIo\\Manifest\\BundlesElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/BundlesElement.php', - 'PharIo\\Manifest\\ComponentElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElement.php', - 'PharIo\\Manifest\\ComponentElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElementCollection.php', - 'PharIo\\Manifest\\ContainsElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ContainsElement.php', - 'PharIo\\Manifest\\CopyrightElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/CopyrightElement.php', - 'PharIo\\Manifest\\CopyrightInformation' => __DIR__ . '/..' . '/phar-io/manifest/src/values/CopyrightInformation.php', - 'PharIo\\Manifest\\ElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ElementCollection.php', - 'PharIo\\Manifest\\ElementCollectionException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', - 'PharIo\\Manifest\\Email' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Email.php', - 'PharIo\\Manifest\\Exception' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/Exception.php', - 'PharIo\\Manifest\\ExtElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElement.php', - 'PharIo\\Manifest\\ExtElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElementCollection.php', - 'PharIo\\Manifest\\Extension' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Extension.php', - 'PharIo\\Manifest\\ExtensionElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtensionElement.php', - 'PharIo\\Manifest\\InvalidApplicationNameException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', - 'PharIo\\Manifest\\InvalidEmailException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', - 'PharIo\\Manifest\\InvalidUrlException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', - 'PharIo\\Manifest\\Library' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Library.php', - 'PharIo\\Manifest\\License' => __DIR__ . '/..' . '/phar-io/manifest/src/values/License.php', - 'PharIo\\Manifest\\LicenseElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/LicenseElement.php', - 'PharIo\\Manifest\\Manifest' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Manifest.php', - 'PharIo\\Manifest\\ManifestDocument' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestDocument.php', - 'PharIo\\Manifest\\ManifestDocumentException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', - 'PharIo\\Manifest\\ManifestDocumentLoadingException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', - 'PharIo\\Manifest\\ManifestDocumentMapper' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestDocumentMapper.php', - 'PharIo\\Manifest\\ManifestDocumentMapperException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', - 'PharIo\\Manifest\\ManifestElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestElement.php', - 'PharIo\\Manifest\\ManifestElementException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestElementException.php', - 'PharIo\\Manifest\\ManifestLoader' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestLoader.php', - 'PharIo\\Manifest\\ManifestLoaderException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', - 'PharIo\\Manifest\\ManifestSerializer' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestSerializer.php', - 'PharIo\\Manifest\\PhpElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/PhpElement.php', - 'PharIo\\Manifest\\PhpExtensionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', - 'PharIo\\Manifest\\PhpVersionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpVersionRequirement.php', - 'PharIo\\Manifest\\Requirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Requirement.php', - 'PharIo\\Manifest\\RequirementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollection.php', - 'PharIo\\Manifest\\RequirementCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', - 'PharIo\\Manifest\\RequiresElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/RequiresElement.php', - 'PharIo\\Manifest\\Type' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Type.php', - 'PharIo\\Manifest\\Url' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Url.php', - 'PharIo\\Version\\AbstractVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', - 'PharIo\\Version\\AndVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', - 'PharIo\\Version\\AnyVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AnyVersionConstraint.php', - 'PharIo\\Version\\BuildMetaData' => __DIR__ . '/..' . '/phar-io/version/src/BuildMetaData.php', - 'PharIo\\Version\\ExactVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/ExactVersionConstraint.php', - 'PharIo\\Version\\Exception' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/Exception.php', - 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', - 'PharIo\\Version\\InvalidPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', - 'PharIo\\Version\\InvalidVersionException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidVersionException.php', - 'PharIo\\Version\\NoBuildMetaDataException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', - 'PharIo\\Version\\NoPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', - 'PharIo\\Version\\OrVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', - 'PharIo\\Version\\PreReleaseSuffix' => __DIR__ . '/..' . '/phar-io/version/src/PreReleaseSuffix.php', - 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', - 'PharIo\\Version\\SpecificMajorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', - 'PharIo\\Version\\UnsupportedVersionConstraintException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', - 'PharIo\\Version\\Version' => __DIR__ . '/..' . '/phar-io/version/src/Version.php', - 'PharIo\\Version\\VersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/VersionConstraint.php', - 'PharIo\\Version\\VersionConstraintParser' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintParser.php', - 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', - 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', - 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', - 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', - 'SebastianBergmann\\CliParser\\Parser' => __DIR__ . '/..' . '/sebastian/cli-parser/src/Parser.php', - 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', - 'SebastianBergmann\\CliParser\\UnknownOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', - 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php', - 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Selector.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Exception.php', - 'SebastianBergmann\\CodeCoverage\\Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Filter.php', - 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Builder.php', - 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Node\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/File.php', - 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Iterator.php', - 'SebastianBergmann\\CodeCoverage\\ParserException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\ReflectionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', - 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Clover.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Cobertura.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Crap4j.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', - 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/PHP.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Text.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/File.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', - 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', - 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', - 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', - 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Filesystem.php', - 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Percentage.php', - 'SebastianBergmann\\CodeCoverage\\Version' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Version.php', - 'SebastianBergmann\\CodeCoverage\\XmlException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XmlException.php', - 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => __DIR__ . '/..' . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', - 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\ClassUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnit.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollection.php', - 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', - 'SebastianBergmann\\CodeUnit\\Exception' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/Exception.php', - 'SebastianBergmann\\CodeUnit\\FunctionUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FunctionUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceUnit.php', - 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', - 'SebastianBergmann\\CodeUnit\\Mapper' => __DIR__ . '/..' . '/sebastian/code-unit/src/Mapper.php', - 'SebastianBergmann\\CodeUnit\\NoTraitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/NoTraitException.php', - 'SebastianBergmann\\CodeUnit\\ReflectionException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/ReflectionException.php', - 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitMethodUnit.php', - 'SebastianBergmann\\CodeUnit\\TraitUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitUnit.php', - 'SebastianBergmann\\Comparator\\ArrayComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ArrayComparator.php', - 'SebastianBergmann\\Comparator\\Comparator' => __DIR__ . '/..' . '/sebastian/comparator/src/Comparator.php', - 'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php', - 'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php', - 'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php', - 'SebastianBergmann\\Comparator\\Exception' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/Exception.php', - 'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php', - 'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php', - 'SebastianBergmann\\Comparator\\MockObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/MockObjectComparator.php', - 'SebastianBergmann\\Comparator\\NumericComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/NumericComparator.php', - 'SebastianBergmann\\Comparator\\ObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ObjectComparator.php', - 'SebastianBergmann\\Comparator\\ResourceComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ResourceComparator.php', - 'SebastianBergmann\\Comparator\\RuntimeException' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Comparator\\ScalarComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ScalarComparator.php', - 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/SplObjectStorageComparator.php', - 'SebastianBergmann\\Comparator\\TypeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/TypeComparator.php', - 'SebastianBergmann\\Complexity\\Calculator' => __DIR__ . '/..' . '/sebastian/complexity/src/Calculator.php', - 'SebastianBergmann\\Complexity\\Complexity' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/Complexity.php', - 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\ComplexityCollection' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', - 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', - 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', - 'SebastianBergmann\\Complexity\\Exception' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/Exception.php', - 'SebastianBergmann\\Complexity\\RuntimeException' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/RuntimeException.php', - 'SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php', - 'SebastianBergmann\\Diff\\ConfigurationException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/ConfigurationException.php', - 'SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php', - 'SebastianBergmann\\Diff\\Differ' => __DIR__ . '/..' . '/sebastian/diff/src/Differ.php', - 'SebastianBergmann\\Diff\\Exception' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/Exception.php', - 'SebastianBergmann\\Diff\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/InvalidArgumentException.php', - 'SebastianBergmann\\Diff\\Line' => __DIR__ . '/..' . '/sebastian/diff/src/Line.php', - 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', - 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', - 'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php', - 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', - 'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => __DIR__ . '/..' . '/sebastian/environment/src/OperatingSystem.php', - 'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php', - 'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php', - 'SebastianBergmann\\FileIterator\\Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', - 'SebastianBergmann\\FileIterator\\Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', - 'SebastianBergmann\\FileIterator\\Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', - 'SebastianBergmann\\GlobalState\\CodeExporter' => __DIR__ . '/..' . '/sebastian/global-state/src/CodeExporter.php', - 'SebastianBergmann\\GlobalState\\Exception' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/Exception.php', - 'SebastianBergmann\\GlobalState\\ExcludeList' => __DIR__ . '/..' . '/sebastian/global-state/src/ExcludeList.php', - 'SebastianBergmann\\GlobalState\\Restorer' => __DIR__ . '/..' . '/sebastian/global-state/src/Restorer.php', - 'SebastianBergmann\\GlobalState\\RuntimeException' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\GlobalState\\Snapshot' => __DIR__ . '/..' . '/sebastian/global-state/src/Snapshot.php', - 'SebastianBergmann\\Invoker\\Exception' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/Exception.php', - 'SebastianBergmann\\Invoker\\Invoker' => __DIR__ . '/..' . '/phpunit/php-invoker/src/Invoker.php', - 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', - 'SebastianBergmann\\Invoker\\TimeoutException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', - 'SebastianBergmann\\LinesOfCode\\Counter' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Counter.php', - 'SebastianBergmann\\LinesOfCode\\Exception' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/Exception.php', - 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', - 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LineCountingVisitor.php', - 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LinesOfCode.php', - 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', - 'SebastianBergmann\\LinesOfCode\\RuntimeException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', - 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => __DIR__ . '/..' . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-reflector/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => __DIR__ . '/..' . '/sebastian/object-reflector/src/ObjectReflector.php', - 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', - 'SebastianBergmann\\Template\\Exception' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/Exception.php', - 'SebastianBergmann\\Template\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', - 'SebastianBergmann\\Template\\RuntimeException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', - 'SebastianBergmann\\Template\\Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', - 'SebastianBergmann\\Timer\\Duration' => __DIR__ . '/..' . '/phpunit/php-timer/src/Duration.php', - 'SebastianBergmann\\Timer\\Exception' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/Exception.php', - 'SebastianBergmann\\Timer\\NoActiveTimerException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', - 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => __DIR__ . '/..' . '/phpunit/php-timer/src/ResourceUsageFormatter.php', - 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', - 'SebastianBergmann\\Timer\\Timer' => __DIR__ . '/..' . '/phpunit/php-timer/src/Timer.php', - 'SebastianBergmann\\Type\\CallableType' => __DIR__ . '/..' . '/sebastian/type/src/type/CallableType.php', - 'SebastianBergmann\\Type\\Exception' => __DIR__ . '/..' . '/sebastian/type/src/exception/Exception.php', - 'SebastianBergmann\\Type\\FalseType' => __DIR__ . '/..' . '/sebastian/type/src/type/FalseType.php', - 'SebastianBergmann\\Type\\GenericObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/GenericObjectType.php', - 'SebastianBergmann\\Type\\IntersectionType' => __DIR__ . '/..' . '/sebastian/type/src/type/IntersectionType.php', - 'SebastianBergmann\\Type\\IterableType' => __DIR__ . '/..' . '/sebastian/type/src/type/IterableType.php', - 'SebastianBergmann\\Type\\MixedType' => __DIR__ . '/..' . '/sebastian/type/src/type/MixedType.php', - 'SebastianBergmann\\Type\\NeverType' => __DIR__ . '/..' . '/sebastian/type/src/type/NeverType.php', - 'SebastianBergmann\\Type\\NullType' => __DIR__ . '/..' . '/sebastian/type/src/type/NullType.php', - 'SebastianBergmann\\Type\\ObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/ObjectType.php', - 'SebastianBergmann\\Type\\Parameter' => __DIR__ . '/..' . '/sebastian/type/src/Parameter.php', - 'SebastianBergmann\\Type\\ReflectionMapper' => __DIR__ . '/..' . '/sebastian/type/src/ReflectionMapper.php', - 'SebastianBergmann\\Type\\RuntimeException' => __DIR__ . '/..' . '/sebastian/type/src/exception/RuntimeException.php', - 'SebastianBergmann\\Type\\SimpleType' => __DIR__ . '/..' . '/sebastian/type/src/type/SimpleType.php', - 'SebastianBergmann\\Type\\StaticType' => __DIR__ . '/..' . '/sebastian/type/src/type/StaticType.php', - 'SebastianBergmann\\Type\\TrueType' => __DIR__ . '/..' . '/sebastian/type/src/type/TrueType.php', - 'SebastianBergmann\\Type\\Type' => __DIR__ . '/..' . '/sebastian/type/src/type/Type.php', - 'SebastianBergmann\\Type\\TypeName' => __DIR__ . '/..' . '/sebastian/type/src/TypeName.php', - 'SebastianBergmann\\Type\\UnionType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnionType.php', - 'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php', - 'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php', - 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'TheSeer\\Tokenizer\\Exception' => __DIR__ . '/..' . '/theseer/tokenizer/src/Exception.php', - 'TheSeer\\Tokenizer\\NamespaceUri' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUri.php', - 'TheSeer\\Tokenizer\\NamespaceUriException' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUriException.php', - 'TheSeer\\Tokenizer\\Token' => __DIR__ . '/..' . '/theseer/tokenizer/src/Token.php', - 'TheSeer\\Tokenizer\\TokenCollection' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollection.php', - 'TheSeer\\Tokenizer\\TokenCollectionException' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollectionException.php', - 'TheSeer\\Tokenizer\\Tokenizer' => __DIR__ . '/..' . '/theseer/tokenizer/src/Tokenizer.php', - 'TheSeer\\Tokenizer\\XMLSerializer' => __DIR__ . '/..' . '/theseer/tokenizer/src/XMLSerializer.php', 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 47846235..dae25dee 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -227,79 +227,6 @@ ], "install-path": "./xdebug-handler" }, - { - "name": "doctrine/instantiator", - "version": "2.0.0", - "version_normalized": "2.0.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" - }, - "time": "2022-12-30T00:23:10+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "install-path": "../doctrine/instantiator" - }, { "name": "felixfbecker/advanced-json-rpc", "version": "v3.2.1", @@ -396,68 +323,6 @@ }, "install-path": "../microsoft/tolerant-php-parser" }, - { - "name": "myclabs/deep-copy", - "version": "1.11.0", - "version_normalized": "1.11.0.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "time": "2022-03-03T13:19:32+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "install-path": "../myclabs/deep-copy" - }, { "name": "netresearch/jsonmapper", "version": "v4.1.0", @@ -512,65 +377,6 @@ }, "install-path": "../netresearch/jsonmapper" }, - { - "name": "nikic/php-parser", - "version": "v4.15.3", - "version_normalized": "4.15.3.0", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" - }, - "time": "2023-01-16T22:05:37+00:00", - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" - }, - "install-path": "../nikic/php-parser" - }, { "name": "phan/phan", "version": "5.4.1", @@ -653,123 +459,6 @@ }, "install-path": "../phan/phan" }, - { - "name": "phar-io/manifest", - "version": "2.0.3", - "version_normalized": "2.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" - }, - "time": "2021-07-20T11:28:43+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" - }, - "install-path": "../phar-io/manifest" - }, - { - "name": "phar-io/version", - "version": "3.2.1", - "version_normalized": "3.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "time": "2022-02-21T01:04:05+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" - } - ], - "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" - }, - "install-path": "../phar-io/version" - }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", @@ -1006,444 +695,6 @@ ], "install-path": "../phpstan/phpstan" }, - { - "name": "phpunit/php-code-coverage", - "version": "9.2.24", - "version_normalized": "9.2.24.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", - "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" - }, - "time": "2023-01-26T08:26:55+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.2-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-code-coverage" - }, - { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "version_normalized": "3.0.6.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2021-12-02T12:48:52+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-file-iterator" - }, - { - "name": "phpunit/php-invoker", - "version": "3.1.1", - "version_normalized": "3.1.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" - }, - "time": "2020-09-28T05:58:55+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-invoker" - }, - { - "name": "phpunit/php-text-template", - "version": "2.0.4", - "version_normalized": "2.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T05:33:50+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-text-template" - }, - { - "name": "phpunit/php-timer", - "version": "5.0.3", - "version_normalized": "5.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:16:10+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../phpunit/php-timer" - }, - { - "name": "phpunit/phpunit", - "version": "9.6.3", - "version_normalized": "9.6.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", - "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.3.1 || ^2", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" - }, - "time": "2023-02-04T13:37:15+00:00", - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.6-dev" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" - }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "install-path": "../phpunit/phpunit" - }, { "name": "psr/container", "version": "2.0.2", @@ -1622,1018 +873,6 @@ }, "install-path": "../sabre/event" }, - { - "name": "sebastian/cli-parser", - "version": "1.0.1", - "version_normalized": "1.0.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-09-28T06:08:49+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", - "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/cli-parser" - }, - { - "name": "sebastian/code-unit", - "version": "1.0.8", - "version_normalized": "1.0.8.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:08:54+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/code-unit" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "version_normalized": "2.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-09-28T05:30:19+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/code-unit-reverse-lookup" - }, - { - "name": "sebastian/comparator", - "version": "4.0.8", - "version_normalized": "4.0.8.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2022-09-14T12:41:17+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - } - ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/comparator" - }, - { - "name": "sebastian/complexity", - "version": "2.0.2", - "version_normalized": "2.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T15:52:27+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", - "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/complexity" - }, - { - "name": "sebastian/diff", - "version": "4.0.4", - "version_normalized": "4.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "time": "2020-10-26T13:10:38+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/diff" - }, - { - "name": "sebastian/environment", - "version": "5.1.5", - "version_normalized": "5.1.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" - }, - "time": "2023-02-03T06:03:51+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/environment" - }, - { - "name": "sebastian/exporter", - "version": "4.0.5", - "version_normalized": "4.0.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" - }, - "time": "2022-09-14T06:03:37+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/exporter" - }, - { - "name": "sebastian/global-state", - "version": "5.0.5", - "version_normalized": "5.0.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" - }, - "time": "2022-02-14T08:28:10+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/global-state" - }, - { - "name": "sebastian/lines-of-code", - "version": "1.0.3", - "version_normalized": "1.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-11-28T06:42:11+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", - "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/lines-of-code" - }, - { - "name": "sebastian/object-enumerator", - "version": "4.0.4", - "version_normalized": "4.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:12:34+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/object-enumerator" - }, - { - "name": "sebastian/object-reflector", - "version": "2.0.4", - "version_normalized": "2.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2020-10-26T13:14:26+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/object-reflector" - }, - { - "name": "sebastian/recursion-context", - "version": "4.0.5", - "version_normalized": "4.0.5.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "time": "2023-02-03T06:07:39+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - } - ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "https://github.com/sebastianbergmann/recursion-context", - "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/recursion-context" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "version_normalized": "3.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "time": "2020-09-28T06:45:17+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/resource-operations" - }, - { - "name": "sebastian/type", - "version": "3.2.1", - "version_normalized": "3.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.5" - }, - "time": "2023-02-03T06:13:03+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", - "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/type" - }, - { - "name": "sebastian/version", - "version": "3.0.2", - "version_normalized": "3.0.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "time": "2020-09-28T06:39:44+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } - ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/version" - }, { "name": "symfony/console", "version": "v6.2.5", @@ -3408,59 +1647,6 @@ ], "install-path": "../symfony/string" }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "version_normalized": "1.2.1.0", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "time": "2021-07-28T10:34:58+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "install-path": "../theseer/tokenizer" - }, { "name": "tysonandre/var_representation_polyfill", "version": "0.1.3", @@ -3593,44 +1779,17 @@ "composer/pcre", "composer/semver", "composer/xdebug-handler", - "doctrine/instantiator", "felixfbecker/advanced-json-rpc", "microsoft/tolerant-php-parser", - "myclabs/deep-copy", "netresearch/jsonmapper", - "nikic/php-parser", "phan/phan", - "phar-io/manifest", - "phar-io/version", "phpdocumentor/reflection-common", "phpdocumentor/reflection-docblock", "phpdocumentor/type-resolver", "phpstan/phpstan", - "phpunit/php-code-coverage", - "phpunit/php-file-iterator", - "phpunit/php-invoker", - "phpunit/php-text-template", - "phpunit/php-timer", - "phpunit/phpunit", "psr/container", "psr/log", "sabre/event", - "sebastian/cli-parser", - "sebastian/code-unit", - "sebastian/code-unit-reverse-lookup", - "sebastian/comparator", - "sebastian/complexity", - "sebastian/diff", - "sebastian/environment", - "sebastian/exporter", - "sebastian/global-state", - "sebastian/lines-of-code", - "sebastian/object-enumerator", - "sebastian/object-reflector", - "sebastian/recursion-context", - "sebastian/resource-operations", - "sebastian/type", - "sebastian/version", "symfony/console", "symfony/deprecation-contracts", "symfony/polyfill-ctype", @@ -3640,7 +1799,6 @@ "symfony/polyfill-php80", "symfony/service-contracts", "symfony/string", - "theseer/tokenizer", "tysonandre/var_representation_polyfill", "webmozart/assert" ] diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 23f5f3de..f425621b 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'f508b607a6709cad0897a289bbea65567d14887b', + 'reference' => 'fa0b102d1a9df2ec44e26de3fe11eb08b55cdf2b', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'f508b607a6709cad0897a289bbea65567d14887b', + 'reference' => 'fa0b102d1a9df2ec44e26de3fe11eb08b55cdf2b', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -46,15 +46,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'doctrine/instantiator' => array( - 'pretty_version' => '2.0.0', - 'version' => '2.0.0.0', - 'reference' => 'c6222283fa3f4ac679f8b9ced9a4e23f163e80d0', - 'type' => 'library', - 'install_path' => __DIR__ . '/../doctrine/instantiator', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'felixfbecker/advanced-json-rpc' => array( 'pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', @@ -73,15 +64,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'myclabs/deep-copy' => array( - 'pretty_version' => '1.11.0', - 'version' => '1.11.0.0', - 'reference' => '14daed4296fae74d9e3201d2c4925d1acb7aa614', - 'type' => 'library', - 'install_path' => __DIR__ . '/../myclabs/deep-copy', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'netresearch/jsonmapper' => array( 'pretty_version' => 'v4.1.0', 'version' => '4.1.0.0', @@ -91,15 +73,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'nikic/php-parser' => array( - 'pretty_version' => 'v4.15.3', - 'version' => '4.15.3.0', - 'reference' => '570e980a201d8ed0236b0a62ddf2c9cbb2034039', - 'type' => 'library', - 'install_path' => __DIR__ . '/../nikic/php-parser', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'phan/phan' => array( 'pretty_version' => '5.4.1', 'version' => '5.4.1.0', @@ -109,24 +82,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'phar-io/manifest' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'reference' => '97803eca37d319dfa7826cc2437fc020857acb53', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phar-io/manifest', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phar-io/version' => array( - 'pretty_version' => '3.2.1', - 'version' => '3.2.1.0', - 'reference' => '4f7fd7836c6f332bb2933569e566a0d6c4cbed74', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phar-io/version', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'phpdocumentor/reflection-common' => array( 'pretty_version' => '2.2.0', 'version' => '2.2.0.0', @@ -163,60 +118,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'phpunit/php-code-coverage' => array( - 'pretty_version' => '9.2.24', - 'version' => '9.2.24.0', - 'reference' => '2cf940ebc6355a9d430462811b5aaa308b174bed', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-code-coverage', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phpunit/php-file-iterator' => array( - 'pretty_version' => '3.0.6', - 'version' => '3.0.6.0', - 'reference' => 'cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-file-iterator', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phpunit/php-invoker' => array( - 'pretty_version' => '3.1.1', - 'version' => '3.1.1.0', - 'reference' => '5a10147d0aaf65b58940a0b72f71c9ac0423cc67', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-invoker', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phpunit/php-text-template' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'reference' => '5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-text-template', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phpunit/php-timer' => array( - 'pretty_version' => '5.0.3', - 'version' => '5.0.3.0', - 'reference' => '5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/php-timer', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'phpunit/phpunit' => array( - 'pretty_version' => '9.6.3', - 'version' => '9.6.3.0', - 'reference' => 'e7b1615e3e887d6c719121c6d4a44b0ab9645555', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpunit/phpunit', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'psr/container' => array( 'pretty_version' => '2.0.2', 'version' => '2.0.2.0', @@ -250,150 +151,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'sebastian/cli-parser' => array( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'reference' => '442e7c7e687e42adc03470c7b668bc4b2402c0b2', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/cli-parser', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/code-unit' => array( - 'pretty_version' => '1.0.8', - 'version' => '1.0.8.0', - 'reference' => '1fc9f64c0927627ef78ba436c9b17d967e68e120', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/code-unit', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/code-unit-reverse-lookup' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'reference' => 'ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/code-unit-reverse-lookup', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/comparator' => array( - 'pretty_version' => '4.0.8', - 'version' => '4.0.8.0', - 'reference' => 'fa0f136dd2334583309d32b62544682ee972b51a', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/comparator', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/complexity' => array( - 'pretty_version' => '2.0.2', - 'version' => '2.0.2.0', - 'reference' => '739b35e53379900cc9ac327b2147867b8b6efd88', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/complexity', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/diff' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/diff', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/environment' => array( - 'pretty_version' => '5.1.5', - 'version' => '5.1.5.0', - 'reference' => '830c43a844f1f8d5b7a1f6d6076b784454d8b7ed', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/environment', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/exporter' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'reference' => 'ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/exporter', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/global-state' => array( - 'pretty_version' => '5.0.5', - 'version' => '5.0.5.0', - 'reference' => '0ca8db5a5fc9c8646244e629625ac486fa286bf2', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/global-state', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/lines-of-code' => array( - 'pretty_version' => '1.0.3', - 'version' => '1.0.3.0', - 'reference' => 'c1c2e997aa3146983ed888ad08b15470a2e22ecc', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/lines-of-code', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/object-enumerator' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'reference' => '5c9eeac41b290a3712d88851518825ad78f45c71', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/object-enumerator', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/object-reflector' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'reference' => 'b4f479ebdbf63ac605d183ece17d8d7fe49c15c7', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/object-reflector', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/recursion-context' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'reference' => 'e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/recursion-context', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/resource-operations' => array( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'reference' => '0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/resource-operations', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/type' => array( - 'pretty_version' => '3.2.1', - 'version' => '3.2.1.0', - 'reference' => '75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/type', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'sebastian/version' => array( - 'pretty_version' => '3.0.2', - 'version' => '3.0.2.0', - 'reference' => 'c6c1022351a901512170118436c764e473f6de8c', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/version', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'symfony/console' => array( 'pretty_version' => 'v6.2.5', 'version' => '6.2.5.0', @@ -475,15 +232,6 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'theseer/tokenizer' => array( - 'pretty_version' => '1.2.1', - 'version' => '1.2.1.0', - 'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e', - 'type' => 'library', - 'install_path' => __DIR__ . '/../theseer/tokenizer', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'tysonandre/var_representation_polyfill' => array( 'pretty_version' => '0.1.3', 'version' => '0.1.3.0', diff --git a/www/composer.json b/www/composer.json index 18b07628..8d0957ee 100644 --- a/www/composer.json +++ b/www/composer.json @@ -13,5 +13,8 @@ "classmap": [ "lib/" ] + }, + "require-dev": { + "phpunit/phpunit": "^9" } } diff --git a/www/composer.lock b/www/composer.lock index 5912994c..fb3c4cd5 100644 --- a/www/composer.lock +++ b/www/composer.lock @@ -4,9 +4,1740 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4803358a39fae1c0e68aa8125f2ad09b", + "content-hash": "d8c65ab5a590dc9da5d04e4588e9abf3", "packages": [], - "packages-dev": [], + "packages-dev": [ + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:23:10+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.3", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + }, + "time": "2023-01-16T22:05:37+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.24", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-01-26T08:26:55+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2023-02-04T13:37:15+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:03:51+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:07:39+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:13:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + } + ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], diff --git a/vendor/bin/php-parse b/www/vendor/bin/php-parse similarity index 100% rename from vendor/bin/php-parse rename to www/vendor/bin/php-parse diff --git a/vendor/bin/phpunit b/www/vendor/bin/phpunit similarity index 100% rename from vendor/bin/phpunit rename to www/vendor/bin/phpunit diff --git a/www/vendor/composer/autoload_classmap.php b/www/vendor/composer/autoload_classmap.php index 35d9c0a3..f6329107 100644 --- a/www/vendor/composer/autoload_classmap.php +++ b/www/vendor/composer/autoload_classmap.php @@ -24,15 +24,15 @@ return array( 'CoreLibs\\Convert\\Byte' => $baseDir . '/lib/CoreLibs/Convert/Byte.php', 'CoreLibs\\Convert\\Colors' => $baseDir . '/lib/CoreLibs/Convert/Colors.php', 'CoreLibs\\Convert\\Encoding' => $baseDir . '/lib/CoreLibs/Convert/Encoding.php', - 'CoreLibs\\Convert\\Extends\\VarSetTypeMain' => $baseDir . '/lib/CoreLibs/Convert/Extends/VarSetTypeMain.php', + 'CoreLibs\\Convert\\Extends\\SetVarTypeMain' => $baseDir . '/lib/CoreLibs/Convert/Extends/SetVarTypeMain.php', 'CoreLibs\\Convert\\Html' => $baseDir . '/lib/CoreLibs/Convert/Html.php', 'CoreLibs\\Convert\\Json' => $baseDir . '/lib/CoreLibs/Convert/Json.php', 'CoreLibs\\Convert\\Math' => $baseDir . '/lib/CoreLibs/Convert/Math.php', 'CoreLibs\\Convert\\MimeAppName' => $baseDir . '/lib/CoreLibs/Convert/MimeAppName.php', 'CoreLibs\\Convert\\MimeEncode' => $baseDir . '/lib/CoreLibs/Convert/MimeEncode.php', + 'CoreLibs\\Convert\\SetVarType' => $baseDir . '/lib/CoreLibs/Convert/SetVarType.php', + 'CoreLibs\\Convert\\SetVarTypeNull' => $baseDir . '/lib/CoreLibs/Convert/SetVarTypeNull.php', 'CoreLibs\\Convert\\Strings' => $baseDir . '/lib/CoreLibs/Convert/Strings.php', - 'CoreLibs\\Convert\\VarSetType' => $baseDir . '/lib/CoreLibs/Convert/VarSetType.php', - 'CoreLibs\\Convert\\VarSetTypeNull' => $baseDir . '/lib/CoreLibs/Convert/VarSetTypeNull.php', 'CoreLibs\\Create\\Email' => $baseDir . '/lib/CoreLibs/Create/Email.php', 'CoreLibs\\Create\\Hash' => $baseDir . '/lib/CoreLibs/Create/Hash.php', 'CoreLibs\\Create\\RandomKey' => $baseDir . '/lib/CoreLibs/Create/RandomKey.php', @@ -77,6 +77,625 @@ return array( 'FileUpload\\Core\\qqUploadedFileForm' => $baseDir . '/lib/FileUpload/Core/qqUploadedFileForm.php', 'FileUpload\\Core\\qqUploadedFileXhr' => $baseDir . '/lib/FileUpload/Core/qqUploadedFileXhr.php', 'FileUpload\\qqFileUploader' => $baseDir . '/lib/FileUpload/qqFileUploader.php', + 'PHPUnit\\Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', + 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', + 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', + 'PHPUnit\\Framework\\Constraint\\Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', + 'PHPUnit\\Framework\\Constraint\\Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', + 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', + 'PHPUnit\\Framework\\Constraint\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', + 'PHPUnit\\Framework\\Constraint\\GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', + 'PHPUnit\\Framework\\Constraint\\IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', + 'PHPUnit\\Framework\\Constraint\\IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', + 'PHPUnit\\Framework\\Constraint\\IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', + 'PHPUnit\\Framework\\Constraint\\IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', + 'PHPUnit\\Framework\\Constraint\\IsFinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', + 'PHPUnit\\Framework\\Constraint\\IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', + 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', + 'PHPUnit\\Framework\\Constraint\\IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', + 'PHPUnit\\Framework\\Constraint\\IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', + 'PHPUnit\\Framework\\Constraint\\IsReadable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', + 'PHPUnit\\Framework\\Constraint\\IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', + 'PHPUnit\\Framework\\Constraint\\IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', + 'PHPUnit\\Framework\\Constraint\\IsWritable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', + 'PHPUnit\\Framework\\Constraint\\LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', + 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', + 'PHPUnit\\Framework\\Constraint\\LogicalNot' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', + 'PHPUnit\\Framework\\Constraint\\LogicalOr' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', + 'PHPUnit\\Framework\\Constraint\\LogicalXor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', + 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', + 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Operator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', + 'PHPUnit\\Framework\\Constraint\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', + 'PHPUnit\\Framework\\Constraint\\StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', + 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', + 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', + 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', + 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', + 'PHPUnit\\Framework\\DataProviderTestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', + 'PHPUnit\\Framework\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Error.php', + 'PHPUnit\\Framework\\ErrorTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', + 'PHPUnit\\Framework\\Error\\Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', + 'PHPUnit\\Framework\\Error\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Error.php', + 'PHPUnit\\Framework\\Error\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', + 'PHPUnit\\Framework\\Error\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Exception.php', + 'PHPUnit\\Framework\\ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', + 'PHPUnit\\Framework\\ExecutionOrderDependency' => $vendorDir . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', + 'PHPUnit\\Framework\\ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', + 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', + 'PHPUnit\\Framework\\InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', + 'PHPUnit\\Framework\\InvalidDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', + 'PHPUnit\\Framework\\InvalidParameterGroupException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', + 'PHPUnit\\Framework\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', + 'PHPUnit\\Framework\\MockObject\\Api' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', + 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', + 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', + 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MockBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', + 'PHPUnit\\Framework\\MockObject\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', + 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', + 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', + 'PHPUnit\\Framework\\MockObject\\Verifiable' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\NoChildTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', + 'PHPUnit\\Framework\\OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', + 'PHPUnit\\Framework\\PHPTAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\Reorderable' => $vendorDir . '/phpunit/phpunit/src/Framework/Reorderable.php', + 'PHPUnit\\Framework\\RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', + 'PHPUnit\\Framework\\SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', + 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', + 'PHPUnit\\Framework\\SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', + 'PHPUnit\\Framework\\SyntheticSkippedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', + 'PHPUnit\\Framework\\TestBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/TestBuilder.php', + 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', + 'PHPUnit\\Framework\\TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', + 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', + 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', + 'PHPUnit\\Framework\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', + 'PHPUnit\\Framework\\TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', + 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', + 'PHPUnit\\Framework\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Warning.php', + 'PHPUnit\\Framework\\WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php', + 'PHPUnit\\Runner\\AfterIncompleteTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', + 'PHPUnit\\Runner\\AfterLastTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', + 'PHPUnit\\Runner\\AfterRiskyTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', + 'PHPUnit\\Runner\\AfterSkippedTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', + 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', + 'PHPUnit\\Runner\\AfterTestErrorHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', + 'PHPUnit\\Runner\\AfterTestFailureHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', + 'PHPUnit\\Runner\\AfterTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', + 'PHPUnit\\Runner\\AfterTestWarningHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', + 'PHPUnit\\Runner\\BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', + 'PHPUnit\\Runner\\BeforeFirstTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', + 'PHPUnit\\Runner\\BeforeTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', + 'PHPUnit\\Runner\\DefaultTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', + 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', + 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Runner\\Extension\\PharLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', + 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', + 'PHPUnit\\Runner\\Hook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/Hook.php', + 'PHPUnit\\Runner\\NullTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php', + 'PHPUnit\\Runner\\ResultCacheExtension' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', + 'PHPUnit\\Runner\\StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', + 'PHPUnit\\Runner\\TestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', + 'PHPUnit\\Runner\\TestListenerAdapter' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', + 'PHPUnit\\Runner\\TestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', + 'PHPUnit\\Runner\\TestSuiteSorter' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\Mapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', + 'PHPUnit\\TextUI\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', + 'PHPUnit\\TextUI\\DefaultResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', + 'PHPUnit\\TextUI\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', + 'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', + 'PHPUnit\\TextUI\\TestFileNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', + 'PHPUnit\\TextUI\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', + 'PHPUnit\\TextUI\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', + 'PHPUnit\\Util\\Annotation\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', + 'PHPUnit\\Util\\Annotation\\Registry' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/Registry.php', + 'PHPUnit\\Util\\Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\Util\\Cloner' => $vendorDir . '/phpunit/phpunit/src/Util/Cloner.php', + 'PHPUnit\\Util\\Color' => $vendorDir . '/phpunit/phpunit/src/Util/Color.php', + 'PHPUnit\\Util\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', + 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\ExcludeList' => $vendorDir . '/phpunit/phpunit/src/Util/ExcludeList.php', + 'PHPUnit\\Util\\FileLoader' => $vendorDir . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', + 'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', + 'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', + 'PHPUnit\\Util\\InvalidDataSetException' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\Json' => $vendorDir . '/phpunit/phpunit/src/Util/Json.php', + 'PHPUnit\\Util\\Log\\JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', + 'PHPUnit\\Util\\Log\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php', + 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', + 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', + 'PHPUnit\\Util\\Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', + 'PHPUnit\\Util\\Reflection' => $vendorDir . '/phpunit/phpunit/src/Util/Reflection.php', + 'PHPUnit\\Util\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Util/RegularExpression.php', + 'PHPUnit\\Util\\Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', + 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', + 'PHPUnit\\Util\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', + 'PHPUnit\\Util\\TextTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', + 'PHPUnit\\Util\\Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\VersionComparisonOperator' => $vendorDir . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', + 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', + 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml.php', + 'PHPUnit\\Util\\XmlTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', + 'PHPUnit\\Util\\Xml\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Exception.php', + 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\Loader' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Loader.php', + 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', + 'PHPUnit\\Util\\Xml\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', + 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', + 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', + 'PHPUnit\\Util\\Xml\\Validator' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PharIo\\Manifest\\Application' => $vendorDir . '/phar-io/manifest/src/values/Application.php', + 'PharIo\\Manifest\\ApplicationName' => $vendorDir . '/phar-io/manifest/src/values/ApplicationName.php', + 'PharIo\\Manifest\\Author' => $vendorDir . '/phar-io/manifest/src/values/Author.php', + 'PharIo\\Manifest\\AuthorCollection' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollection.php', + 'PharIo\\Manifest\\AuthorCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', + 'PharIo\\Manifest\\AuthorElement' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElement.php', + 'PharIo\\Manifest\\AuthorElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/AuthorElementCollection.php', + 'PharIo\\Manifest\\BundledComponent' => $vendorDir . '/phar-io/manifest/src/values/BundledComponent.php', + 'PharIo\\Manifest\\BundledComponentCollection' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollection.php', + 'PharIo\\Manifest\\BundledComponentCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', + 'PharIo\\Manifest\\BundlesElement' => $vendorDir . '/phar-io/manifest/src/xml/BundlesElement.php', + 'PharIo\\Manifest\\ComponentElement' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElement.php', + 'PharIo\\Manifest\\ComponentElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ComponentElementCollection.php', + 'PharIo\\Manifest\\ContainsElement' => $vendorDir . '/phar-io/manifest/src/xml/ContainsElement.php', + 'PharIo\\Manifest\\CopyrightElement' => $vendorDir . '/phar-io/manifest/src/xml/CopyrightElement.php', + 'PharIo\\Manifest\\CopyrightInformation' => $vendorDir . '/phar-io/manifest/src/values/CopyrightInformation.php', + 'PharIo\\Manifest\\ElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ElementCollection.php', + 'PharIo\\Manifest\\ElementCollectionException' => $vendorDir . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', + 'PharIo\\Manifest\\Email' => $vendorDir . '/phar-io/manifest/src/values/Email.php', + 'PharIo\\Manifest\\Exception' => $vendorDir . '/phar-io/manifest/src/exceptions/Exception.php', + 'PharIo\\Manifest\\ExtElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtElement.php', + 'PharIo\\Manifest\\ExtElementCollection' => $vendorDir . '/phar-io/manifest/src/xml/ExtElementCollection.php', + 'PharIo\\Manifest\\Extension' => $vendorDir . '/phar-io/manifest/src/values/Extension.php', + 'PharIo\\Manifest\\ExtensionElement' => $vendorDir . '/phar-io/manifest/src/xml/ExtensionElement.php', + 'PharIo\\Manifest\\InvalidApplicationNameException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', + 'PharIo\\Manifest\\InvalidEmailException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', + 'PharIo\\Manifest\\InvalidUrlException' => $vendorDir . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', + 'PharIo\\Manifest\\Library' => $vendorDir . '/phar-io/manifest/src/values/Library.php', + 'PharIo\\Manifest\\License' => $vendorDir . '/phar-io/manifest/src/values/License.php', + 'PharIo\\Manifest\\LicenseElement' => $vendorDir . '/phar-io/manifest/src/xml/LicenseElement.php', + 'PharIo\\Manifest\\Manifest' => $vendorDir . '/phar-io/manifest/src/values/Manifest.php', + 'PharIo\\Manifest\\ManifestDocument' => $vendorDir . '/phar-io/manifest/src/xml/ManifestDocument.php', + 'PharIo\\Manifest\\ManifestDocumentException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', + 'PharIo\\Manifest\\ManifestDocumentLoadingException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', + 'PharIo\\Manifest\\ManifestDocumentMapper' => $vendorDir . '/phar-io/manifest/src/ManifestDocumentMapper.php', + 'PharIo\\Manifest\\ManifestDocumentMapperException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', + 'PharIo\\Manifest\\ManifestElement' => $vendorDir . '/phar-io/manifest/src/xml/ManifestElement.php', + 'PharIo\\Manifest\\ManifestElementException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestElementException.php', + 'PharIo\\Manifest\\ManifestLoader' => $vendorDir . '/phar-io/manifest/src/ManifestLoader.php', + 'PharIo\\Manifest\\ManifestLoaderException' => $vendorDir . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', + 'PharIo\\Manifest\\ManifestSerializer' => $vendorDir . '/phar-io/manifest/src/ManifestSerializer.php', + 'PharIo\\Manifest\\PhpElement' => $vendorDir . '/phar-io/manifest/src/xml/PhpElement.php', + 'PharIo\\Manifest\\PhpExtensionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', + 'PharIo\\Manifest\\PhpVersionRequirement' => $vendorDir . '/phar-io/manifest/src/values/PhpVersionRequirement.php', + 'PharIo\\Manifest\\Requirement' => $vendorDir . '/phar-io/manifest/src/values/Requirement.php', + 'PharIo\\Manifest\\RequirementCollection' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollection.php', + 'PharIo\\Manifest\\RequirementCollectionIterator' => $vendorDir . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', + 'PharIo\\Manifest\\RequiresElement' => $vendorDir . '/phar-io/manifest/src/xml/RequiresElement.php', + 'PharIo\\Manifest\\Type' => $vendorDir . '/phar-io/manifest/src/values/Type.php', + 'PharIo\\Manifest\\Url' => $vendorDir . '/phar-io/manifest/src/values/Url.php', + 'PharIo\\Version\\AbstractVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', + 'PharIo\\Version\\AndVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', + 'PharIo\\Version\\AnyVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/AnyVersionConstraint.php', + 'PharIo\\Version\\BuildMetaData' => $vendorDir . '/phar-io/version/src/BuildMetaData.php', + 'PharIo\\Version\\ExactVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/ExactVersionConstraint.php', + 'PharIo\\Version\\Exception' => $vendorDir . '/phar-io/version/src/exceptions/Exception.php', + 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', + 'PharIo\\Version\\InvalidPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', + 'PharIo\\Version\\InvalidVersionException' => $vendorDir . '/phar-io/version/src/exceptions/InvalidVersionException.php', + 'PharIo\\Version\\NoBuildMetaDataException' => $vendorDir . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', + 'PharIo\\Version\\NoPreReleaseSuffixException' => $vendorDir . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', + 'PharIo\\Version\\OrVersionConstraintGroup' => $vendorDir . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', + 'PharIo\\Version\\PreReleaseSuffix' => $vendorDir . '/phar-io/version/src/PreReleaseSuffix.php', + 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', + 'PharIo\\Version\\SpecificMajorVersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', + 'PharIo\\Version\\UnsupportedVersionConstraintException' => $vendorDir . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', + 'PharIo\\Version\\Version' => $vendorDir . '/phar-io/version/src/Version.php', + 'PharIo\\Version\\VersionConstraint' => $vendorDir . '/phar-io/version/src/constraints/VersionConstraint.php', + 'PharIo\\Version\\VersionConstraintParser' => $vendorDir . '/phar-io/version/src/VersionConstraintParser.php', + 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', + 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', + 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', + 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', + 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', + 'SebastianBergmann\\CliParser\\Parser' => $vendorDir . '/sebastian/cli-parser/src/Parser.php', + 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', + 'SebastianBergmann\\CliParser\\UnknownOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', + 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Selector.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php', + 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => $vendorDir . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Builder.php', + 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => $vendorDir . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php', + 'SebastianBergmann\\CodeCoverage\\ParserException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ParserException.php', + 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\ReflectionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', + 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Cobertura.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', + 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Filesystem.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Percentage.php', + 'SebastianBergmann\\CodeCoverage\\Version' => $vendorDir . '/phpunit/php-code-coverage/src/Version.php', + 'SebastianBergmann\\CodeCoverage\\XmlException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XmlException.php', + 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => $vendorDir . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', + 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => $vendorDir . '/sebastian/code-unit/src/ClassMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\ClassUnit' => $vendorDir . '/sebastian/code-unit/src/ClassUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnit' => $vendorDir . '/sebastian/code-unit/src/CodeUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollection.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', + 'SebastianBergmann\\CodeUnit\\Exception' => $vendorDir . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FunctionUnit' => $vendorDir . '/sebastian/code-unit/src/FunctionUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceUnit.php', + 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', + 'SebastianBergmann\\CodeUnit\\Mapper' => $vendorDir . '/sebastian/code-unit/src/Mapper.php', + 'SebastianBergmann\\CodeUnit\\NoTraitException' => $vendorDir . '/sebastian/code-unit/src/exceptions/NoTraitException.php', + 'SebastianBergmann\\CodeUnit\\ReflectionException' => $vendorDir . '/sebastian/code-unit/src/exceptions/ReflectionException.php', + 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => $vendorDir . '/sebastian/code-unit/src/TraitMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\TraitUnit' => $vendorDir . '/sebastian/code-unit/src/TraitUnit.php', + 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', + 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', + 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', + 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', + 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', + 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', + 'SebastianBergmann\\Comparator\\Exception' => $vendorDir . '/sebastian/comparator/src/exceptions/Exception.php', + 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', + 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', + 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php', + 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php', + 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php', + 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php', + 'SebastianBergmann\\Comparator\\RuntimeException' => $vendorDir . '/sebastian/comparator/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php', + 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php', + 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php', + 'SebastianBergmann\\Complexity\\Calculator' => $vendorDir . '/sebastian/complexity/src/Calculator.php', + 'SebastianBergmann\\Complexity\\Complexity' => $vendorDir . '/sebastian/complexity/src/Complexity/Complexity.php', + 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\ComplexityCollection' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', + 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => $vendorDir . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', + 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => $vendorDir . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\Exception' => $vendorDir . '/sebastian/complexity/src/Exception/Exception.php', + 'SebastianBergmann\\Complexity\\RuntimeException' => $vendorDir . '/sebastian/complexity/src/Exception/RuntimeException.php', + 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php', + 'SebastianBergmann\\Diff\\ConfigurationException' => $vendorDir . '/sebastian/diff/src/Exception/ConfigurationException.php', + 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php', + 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php', + 'SebastianBergmann\\Diff\\Exception' => $vendorDir . '/sebastian/diff/src/Exception/Exception.php', + 'SebastianBergmann\\Diff\\InvalidArgumentException' => $vendorDir . '/sebastian/diff/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php', + 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => $vendorDir . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', + 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => $vendorDir . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', + 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', + 'SebastianBergmann\\Environment\\OperatingSystem' => $vendorDir . '/sebastian/environment/src/OperatingSystem.php', + 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', + 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', + 'SebastianBergmann\\FileIterator\\Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', + 'SebastianBergmann\\FileIterator\\Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', + 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php', + 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/exceptions/Exception.php', + 'SebastianBergmann\\GlobalState\\ExcludeList' => $vendorDir . '/sebastian/global-state/src/ExcludeList.php', + 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php', + 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php', + 'SebastianBergmann\\Invoker\\Exception' => $vendorDir . '/phpunit/php-invoker/src/exceptions/Exception.php', + 'SebastianBergmann\\Invoker\\Invoker' => $vendorDir . '/phpunit/php-invoker/src/Invoker.php', + 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', + 'SebastianBergmann\\Invoker\\TimeoutException' => $vendorDir . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', + 'SebastianBergmann\\LinesOfCode\\Counter' => $vendorDir . '/sebastian/lines-of-code/src/Counter.php', + 'SebastianBergmann\\LinesOfCode\\Exception' => $vendorDir . '/sebastian/lines-of-code/src/Exception/Exception.php', + 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', + 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => $vendorDir . '/sebastian/lines-of-code/src/LineCountingVisitor.php', + 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => $vendorDir . '/sebastian/lines-of-code/src/LinesOfCode.php', + 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', + 'SebastianBergmann\\LinesOfCode\\RuntimeException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', + 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php', + 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php', + 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\Exception' => $vendorDir . '/sebastian/object-reflector/src/Exception.php', + 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => $vendorDir . '/sebastian/object-reflector/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => $vendorDir . '/sebastian/object-reflector/src/ObjectReflector.php', + 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', + 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', + 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', + 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php', + 'SebastianBergmann\\Template\\Exception' => $vendorDir . '/phpunit/php-text-template/src/exceptions/Exception.php', + 'SebastianBergmann\\Template\\InvalidArgumentException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', + 'SebastianBergmann\\Template\\RuntimeException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Template\\Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', + 'SebastianBergmann\\Timer\\Duration' => $vendorDir . '/phpunit/php-timer/src/Duration.php', + 'SebastianBergmann\\Timer\\Exception' => $vendorDir . '/phpunit/php-timer/src/exceptions/Exception.php', + 'SebastianBergmann\\Timer\\NoActiveTimerException' => $vendorDir . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', + 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => $vendorDir . '/phpunit/php-timer/src/ResourceUsageFormatter.php', + 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => $vendorDir . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', + 'SebastianBergmann\\Timer\\Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php', + 'SebastianBergmann\\Type\\CallableType' => $vendorDir . '/sebastian/type/src/type/CallableType.php', + 'SebastianBergmann\\Type\\Exception' => $vendorDir . '/sebastian/type/src/exception/Exception.php', + 'SebastianBergmann\\Type\\FalseType' => $vendorDir . '/sebastian/type/src/type/FalseType.php', + 'SebastianBergmann\\Type\\GenericObjectType' => $vendorDir . '/sebastian/type/src/type/GenericObjectType.php', + 'SebastianBergmann\\Type\\IntersectionType' => $vendorDir . '/sebastian/type/src/type/IntersectionType.php', + 'SebastianBergmann\\Type\\IterableType' => $vendorDir . '/sebastian/type/src/type/IterableType.php', + 'SebastianBergmann\\Type\\MixedType' => $vendorDir . '/sebastian/type/src/type/MixedType.php', + 'SebastianBergmann\\Type\\NeverType' => $vendorDir . '/sebastian/type/src/type/NeverType.php', + 'SebastianBergmann\\Type\\NullType' => $vendorDir . '/sebastian/type/src/type/NullType.php', + 'SebastianBergmann\\Type\\ObjectType' => $vendorDir . '/sebastian/type/src/type/ObjectType.php', + 'SebastianBergmann\\Type\\Parameter' => $vendorDir . '/sebastian/type/src/Parameter.php', + 'SebastianBergmann\\Type\\ReflectionMapper' => $vendorDir . '/sebastian/type/src/ReflectionMapper.php', + 'SebastianBergmann\\Type\\RuntimeException' => $vendorDir . '/sebastian/type/src/exception/RuntimeException.php', + 'SebastianBergmann\\Type\\SimpleType' => $vendorDir . '/sebastian/type/src/type/SimpleType.php', + 'SebastianBergmann\\Type\\StaticType' => $vendorDir . '/sebastian/type/src/type/StaticType.php', + 'SebastianBergmann\\Type\\TrueType' => $vendorDir . '/sebastian/type/src/type/TrueType.php', + 'SebastianBergmann\\Type\\Type' => $vendorDir . '/sebastian/type/src/type/Type.php', + 'SebastianBergmann\\Type\\TypeName' => $vendorDir . '/sebastian/type/src/TypeName.php', + 'SebastianBergmann\\Type\\UnionType' => $vendorDir . '/sebastian/type/src/type/UnionType.php', + 'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php', + 'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php', + 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', 'Smarty' => $baseDir . '/lib/Smarty/Smarty.class.php', 'SmartyCompilerException' => $baseDir . '/lib/Smarty/sysplugins/smartycompilerexception.php', 'SmartyException' => $baseDir . '/lib/Smarty/sysplugins/smartyexception.php', @@ -248,4 +867,12 @@ return array( 'TP_yyStackEntry' => $baseDir . '/lib/Smarty/sysplugins/smarty_internal_templateparser.php', 'Test\\DB\\TestDB' => $baseDir . '/lib/Test/DB/TestDB.php', 'Test\\Test' => $baseDir . '/lib/Test/Test.php', + 'TheSeer\\Tokenizer\\Exception' => $vendorDir . '/theseer/tokenizer/src/Exception.php', + 'TheSeer\\Tokenizer\\NamespaceUri' => $vendorDir . '/theseer/tokenizer/src/NamespaceUri.php', + 'TheSeer\\Tokenizer\\NamespaceUriException' => $vendorDir . '/theseer/tokenizer/src/NamespaceUriException.php', + 'TheSeer\\Tokenizer\\Token' => $vendorDir . '/theseer/tokenizer/src/Token.php', + 'TheSeer\\Tokenizer\\TokenCollection' => $vendorDir . '/theseer/tokenizer/src/TokenCollection.php', + 'TheSeer\\Tokenizer\\TokenCollectionException' => $vendorDir . '/theseer/tokenizer/src/TokenCollectionException.php', + 'TheSeer\\Tokenizer\\Tokenizer' => $vendorDir . '/theseer/tokenizer/src/Tokenizer.php', + 'TheSeer\\Tokenizer\\XMLSerializer' => $vendorDir . '/theseer/tokenizer/src/XMLSerializer.php', ); diff --git a/www/vendor/composer/autoload_files.php b/www/vendor/composer/autoload_files.php new file mode 100644 index 00000000..2530eb44 --- /dev/null +++ b/www/vendor/composer/autoload_files.php @@ -0,0 +1,11 @@ + $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', + 'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php', +); diff --git a/www/vendor/composer/autoload_psr4.php b/www/vendor/composer/autoload_psr4.php index 3890ddc2..1908da4c 100644 --- a/www/vendor/composer/autoload_psr4.php +++ b/www/vendor/composer/autoload_psr4.php @@ -6,4 +6,7 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( + 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), + 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), + 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), ); diff --git a/www/vendor/composer/autoload_real.php b/www/vendor/composer/autoload_real.php index f4ebcce2..a7a82972 100644 --- a/www/vendor/composer/autoload_real.php +++ b/www/vendor/composer/autoload_real.php @@ -31,6 +31,18 @@ class ComposerAutoloaderInit10fe8fe2ec4017b8644d2b64bcf398b9 $loader->register(true); + $filesToLoad = \Composer\Autoload\ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$files; + $requireFile = static function ($fileIdentifier, $file) { + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; + + require $file; + } + }; + foreach ($filesToLoad as $fileIdentifier => $file) { + ($requireFile)($fileIdentifier, $file); + } + return $loader; } } diff --git a/www/vendor/composer/autoload_static.php b/www/vendor/composer/autoload_static.php index 681c4c9c..3d11a186 100644 --- a/www/vendor/composer/autoload_static.php +++ b/www/vendor/composer/autoload_static.php @@ -6,6 +6,38 @@ namespace Composer\Autoload; class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 { + public static $files = array ( + '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', + 'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php', + ); + + public static $prefixLengthsPsr4 = array ( + 'P' => + array ( + 'PhpParser\\' => 10, + ), + 'D' => + array ( + 'Doctrine\\Instantiator\\' => 22, + 'DeepCopy\\' => 9, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'PhpParser\\' => + array ( + 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', + ), + 'Doctrine\\Instantiator\\' => + array ( + 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', + ), + 'DeepCopy\\' => + array ( + 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', + ), + ); + public static $classMap = array ( 'Autoloader\\Autoload' => __DIR__ . '/../..' . '/lib/autoloader.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', @@ -25,15 +57,15 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'CoreLibs\\Convert\\Byte' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Byte.php', 'CoreLibs\\Convert\\Colors' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Colors.php', 'CoreLibs\\Convert\\Encoding' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Encoding.php', - 'CoreLibs\\Convert\\Extends\\VarSetTypeMain' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Extends/VarSetTypeMain.php', + 'CoreLibs\\Convert\\Extends\\SetVarTypeMain' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Extends/SetVarTypeMain.php', 'CoreLibs\\Convert\\Html' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Html.php', 'CoreLibs\\Convert\\Json' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Json.php', 'CoreLibs\\Convert\\Math' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Math.php', 'CoreLibs\\Convert\\MimeAppName' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/MimeAppName.php', 'CoreLibs\\Convert\\MimeEncode' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/MimeEncode.php', + 'CoreLibs\\Convert\\SetVarType' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/SetVarType.php', + 'CoreLibs\\Convert\\SetVarTypeNull' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/SetVarTypeNull.php', 'CoreLibs\\Convert\\Strings' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/Strings.php', - 'CoreLibs\\Convert\\VarSetType' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/VarSetType.php', - 'CoreLibs\\Convert\\VarSetTypeNull' => __DIR__ . '/../..' . '/lib/CoreLibs/Convert/VarSetTypeNull.php', 'CoreLibs\\Create\\Email' => __DIR__ . '/../..' . '/lib/CoreLibs/Create/Email.php', 'CoreLibs\\Create\\Hash' => __DIR__ . '/../..' . '/lib/CoreLibs/Create/Hash.php', 'CoreLibs\\Create\\RandomKey' => __DIR__ . '/../..' . '/lib/CoreLibs/Create/RandomKey.php', @@ -78,6 +110,625 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'FileUpload\\Core\\qqUploadedFileForm' => __DIR__ . '/../..' . '/lib/FileUpload/Core/qqUploadedFileForm.php', 'FileUpload\\Core\\qqUploadedFileXhr' => __DIR__ . '/../..' . '/lib/FileUpload/Core/qqUploadedFileXhr.php', 'FileUpload\\qqFileUploader' => __DIR__ . '/../..' . '/lib/FileUpload/qqFileUploader.php', + 'PHPUnit\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php', + 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', + 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', + 'PHPUnit\\Framework\\Constraint\\Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', + 'PHPUnit\\Framework\\Constraint\\Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', + 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', + 'PHPUnit\\Framework\\Constraint\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', + 'PHPUnit\\Framework\\Constraint\\GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', + 'PHPUnit\\Framework\\Constraint\\IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', + 'PHPUnit\\Framework\\Constraint\\IsEmpty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php', + 'PHPUnit\\Framework\\Constraint\\IsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualCanonicalizing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualIgnoringCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php', + 'PHPUnit\\Framework\\Constraint\\IsEqualWithDelta' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php', + 'PHPUnit\\Framework\\Constraint\\IsFalse' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php', + 'PHPUnit\\Framework\\Constraint\\IsFinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php', + 'PHPUnit\\Framework\\Constraint\\IsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\IsInfinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', + 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', + 'PHPUnit\\Framework\\Constraint\\IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsNan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', + 'PHPUnit\\Framework\\Constraint\\IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', + 'PHPUnit\\Framework\\Constraint\\IsReadable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', + 'PHPUnit\\Framework\\Constraint\\IsTrue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php', + 'PHPUnit\\Framework\\Constraint\\IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', + 'PHPUnit\\Framework\\Constraint\\IsWritable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', + 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', + 'PHPUnit\\Framework\\Constraint\\LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', + 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', + 'PHPUnit\\Framework\\Constraint\\LogicalNot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', + 'PHPUnit\\Framework\\Constraint\\LogicalOr' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', + 'PHPUnit\\Framework\\Constraint\\LogicalXor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', + 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', + 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', + 'PHPUnit\\Framework\\Constraint\\Operator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', + 'PHPUnit\\Framework\\Constraint\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', + 'PHPUnit\\Framework\\Constraint\\StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', + 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', + 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', + 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', + 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', + 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', + 'PHPUnit\\Framework\\DataProviderTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', + 'PHPUnit\\Framework\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Error.php', + 'PHPUnit\\Framework\\ErrorTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', + 'PHPUnit\\Framework\\Error\\Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', + 'PHPUnit\\Framework\\Error\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Error.php', + 'PHPUnit\\Framework\\Error\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php', + 'PHPUnit\\Framework\\Error\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Exception.php', + 'PHPUnit\\Framework\\ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', + 'PHPUnit\\Framework\\ExecutionOrderDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', + 'PHPUnit\\Framework\\ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', + 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', + 'PHPUnit\\Framework\\InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', + 'PHPUnit\\Framework\\InvalidDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', + 'PHPUnit\\Framework\\InvalidParameterGroupException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', + 'PHPUnit\\Framework\\MissingCoversAnnotationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', + 'PHPUnit\\Framework\\MockObject\\Api' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', + 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', + 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', + 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', + 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', + 'PHPUnit\\Framework\\MockObject\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', + 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', + 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', + 'PHPUnit\\Framework\\MockObject\\Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\NoChildTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', + 'PHPUnit\\Framework\\OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', + 'PHPUnit\\Framework\\PHPTAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\Reorderable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Reorderable.php', + 'PHPUnit\\Framework\\RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', + 'PHPUnit\\Framework\\SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php', + 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', + 'PHPUnit\\Framework\\SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', + 'PHPUnit\\Framework\\SyntheticSkippedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php', + 'PHPUnit\\Framework\\TestBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestBuilder.php', + 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php', + 'PHPUnit\\Framework\\TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php', + 'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php', + 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', + 'PHPUnit\\Framework\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php', + 'PHPUnit\\Framework\\TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', + 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', + 'PHPUnit\\Framework\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Warning.php', + 'PHPUnit\\Framework\\WarningTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/WarningTestCase.php', + 'PHPUnit\\Runner\\AfterIncompleteTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', + 'PHPUnit\\Runner\\AfterLastTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', + 'PHPUnit\\Runner\\AfterRiskyTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', + 'PHPUnit\\Runner\\AfterSkippedTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', + 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', + 'PHPUnit\\Runner\\AfterTestErrorHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', + 'PHPUnit\\Runner\\AfterTestFailureHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', + 'PHPUnit\\Runner\\AfterTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', + 'PHPUnit\\Runner\\AfterTestWarningHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', + 'PHPUnit\\Runner\\BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', + 'PHPUnit\\Runner\\BeforeFirstTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', + 'PHPUnit\\Runner\\BeforeTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', + 'PHPUnit\\Runner\\DefaultTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', + 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php', + 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Runner\\Extension\\PharLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php', + 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', + 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', + 'PHPUnit\\Runner\\Hook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/Hook.php', + 'PHPUnit\\Runner\\NullTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php', + 'PHPUnit\\Runner\\ResultCacheExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', + 'PHPUnit\\Runner\\StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', + 'PHPUnit\\Runner\\TestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', + 'PHPUnit\\Runner\\TestListenerAdapter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', + 'PHPUnit\\Runner\\TestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', + 'PHPUnit\\Runner\\TestSuiteSorter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\Mapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', + 'PHPUnit\\TextUI\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php', + 'PHPUnit\\TextUI\\DefaultResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', + 'PHPUnit\\TextUI\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', + 'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', + 'PHPUnit\\TextUI\\TestFileNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', + 'PHPUnit\\TextUI\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php', + 'PHPUnit\\TextUI\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistDirectoriesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', + 'PHPUnit\\Util\\Annotation\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', + 'PHPUnit\\Util\\Annotation\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/Registry.php', + 'PHPUnit\\Util\\Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\Util\\Cloner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Cloner.php', + 'PHPUnit\\Util\\Color' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Color.php', + 'PHPUnit\\Util\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php', + 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\ExcludeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ExcludeList.php', + 'PHPUnit\\Util\\FileLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php', + 'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php', + 'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php', + 'PHPUnit\\Util\\InvalidDataSetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\Json' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Json.php', + 'PHPUnit\\Util\\Log\\JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php', + 'PHPUnit\\Util\\Log\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TeamCity.php', + 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', + 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', + 'PHPUnit\\Util\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php', + 'PHPUnit\\Util\\Reflection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Reflection.php', + 'PHPUnit\\Util\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/RegularExpression.php', + 'PHPUnit\\Util\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php', + 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', + 'PHPUnit\\Util\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', + 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', + 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', + 'PHPUnit\\Util\\TextTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', + 'PHPUnit\\Util\\Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\VersionComparisonOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', + 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', + 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml.php', + 'PHPUnit\\Util\\XmlTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', + 'PHPUnit\\Util\\Xml\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Exception.php', + 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Loader.php', + 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', + 'PHPUnit\\Util\\Xml\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', + 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', + 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', + 'PHPUnit\\Util\\Xml\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PharIo\\Manifest\\Application' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Application.php', + 'PharIo\\Manifest\\ApplicationName' => __DIR__ . '/..' . '/phar-io/manifest/src/values/ApplicationName.php', + 'PharIo\\Manifest\\Author' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Author.php', + 'PharIo\\Manifest\\AuthorCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollection.php', + 'PharIo\\Manifest\\AuthorCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/AuthorCollectionIterator.php', + 'PharIo\\Manifest\\AuthorElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElement.php', + 'PharIo\\Manifest\\AuthorElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/AuthorElementCollection.php', + 'PharIo\\Manifest\\BundledComponent' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponent.php', + 'PharIo\\Manifest\\BundledComponentCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollection.php', + 'PharIo\\Manifest\\BundledComponentCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/BundledComponentCollectionIterator.php', + 'PharIo\\Manifest\\BundlesElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/BundlesElement.php', + 'PharIo\\Manifest\\ComponentElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElement.php', + 'PharIo\\Manifest\\ComponentElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ComponentElementCollection.php', + 'PharIo\\Manifest\\ContainsElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ContainsElement.php', + 'PharIo\\Manifest\\CopyrightElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/CopyrightElement.php', + 'PharIo\\Manifest\\CopyrightInformation' => __DIR__ . '/..' . '/phar-io/manifest/src/values/CopyrightInformation.php', + 'PharIo\\Manifest\\ElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ElementCollection.php', + 'PharIo\\Manifest\\ElementCollectionException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ElementCollectionException.php', + 'PharIo\\Manifest\\Email' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Email.php', + 'PharIo\\Manifest\\Exception' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/Exception.php', + 'PharIo\\Manifest\\ExtElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElement.php', + 'PharIo\\Manifest\\ExtElementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtElementCollection.php', + 'PharIo\\Manifest\\Extension' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Extension.php', + 'PharIo\\Manifest\\ExtensionElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ExtensionElement.php', + 'PharIo\\Manifest\\InvalidApplicationNameException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php', + 'PharIo\\Manifest\\InvalidEmailException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidEmailException.php', + 'PharIo\\Manifest\\InvalidUrlException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/InvalidUrlException.php', + 'PharIo\\Manifest\\Library' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Library.php', + 'PharIo\\Manifest\\License' => __DIR__ . '/..' . '/phar-io/manifest/src/values/License.php', + 'PharIo\\Manifest\\LicenseElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/LicenseElement.php', + 'PharIo\\Manifest\\Manifest' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Manifest.php', + 'PharIo\\Manifest\\ManifestDocument' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestDocument.php', + 'PharIo\\Manifest\\ManifestDocumentException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentException.php', + 'PharIo\\Manifest\\ManifestDocumentLoadingException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php', + 'PharIo\\Manifest\\ManifestDocumentMapper' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestDocumentMapper.php', + 'PharIo\\Manifest\\ManifestDocumentMapperException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php', + 'PharIo\\Manifest\\ManifestElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/ManifestElement.php', + 'PharIo\\Manifest\\ManifestElementException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestElementException.php', + 'PharIo\\Manifest\\ManifestLoader' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestLoader.php', + 'PharIo\\Manifest\\ManifestLoaderException' => __DIR__ . '/..' . '/phar-io/manifest/src/exceptions/ManifestLoaderException.php', + 'PharIo\\Manifest\\ManifestSerializer' => __DIR__ . '/..' . '/phar-io/manifest/src/ManifestSerializer.php', + 'PharIo\\Manifest\\PhpElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/PhpElement.php', + 'PharIo\\Manifest\\PhpExtensionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpExtensionRequirement.php', + 'PharIo\\Manifest\\PhpVersionRequirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/PhpVersionRequirement.php', + 'PharIo\\Manifest\\Requirement' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Requirement.php', + 'PharIo\\Manifest\\RequirementCollection' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollection.php', + 'PharIo\\Manifest\\RequirementCollectionIterator' => __DIR__ . '/..' . '/phar-io/manifest/src/values/RequirementCollectionIterator.php', + 'PharIo\\Manifest\\RequiresElement' => __DIR__ . '/..' . '/phar-io/manifest/src/xml/RequiresElement.php', + 'PharIo\\Manifest\\Type' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Type.php', + 'PharIo\\Manifest\\Url' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Url.php', + 'PharIo\\Version\\AbstractVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AbstractVersionConstraint.php', + 'PharIo\\Version\\AndVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AndVersionConstraintGroup.php', + 'PharIo\\Version\\AnyVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/AnyVersionConstraint.php', + 'PharIo\\Version\\BuildMetaData' => __DIR__ . '/..' . '/phar-io/version/src/BuildMetaData.php', + 'PharIo\\Version\\ExactVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/ExactVersionConstraint.php', + 'PharIo\\Version\\Exception' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/Exception.php', + 'PharIo\\Version\\GreaterThanOrEqualToVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php', + 'PharIo\\Version\\InvalidPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php', + 'PharIo\\Version\\InvalidVersionException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/InvalidVersionException.php', + 'PharIo\\Version\\NoBuildMetaDataException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoBuildMetaDataException.php', + 'PharIo\\Version\\NoPreReleaseSuffixException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php', + 'PharIo\\Version\\OrVersionConstraintGroup' => __DIR__ . '/..' . '/phar-io/version/src/constraints/OrVersionConstraintGroup.php', + 'PharIo\\Version\\PreReleaseSuffix' => __DIR__ . '/..' . '/phar-io/version/src/PreReleaseSuffix.php', + 'PharIo\\Version\\SpecificMajorAndMinorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php', + 'PharIo\\Version\\SpecificMajorVersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php', + 'PharIo\\Version\\UnsupportedVersionConstraintException' => __DIR__ . '/..' . '/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php', + 'PharIo\\Version\\Version' => __DIR__ . '/..' . '/phar-io/version/src/Version.php', + 'PharIo\\Version\\VersionConstraint' => __DIR__ . '/..' . '/phar-io/version/src/constraints/VersionConstraint.php', + 'PharIo\\Version\\VersionConstraintParser' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintParser.php', + 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', + 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', + 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', + 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', + 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', + 'SebastianBergmann\\CliParser\\Parser' => __DIR__ . '/..' . '/sebastian/cli-parser/src/Parser.php', + 'SebastianBergmann\\CliParser\\RequiredOptionArgumentMissingException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php', + 'SebastianBergmann\\CliParser\\UnknownOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', + 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Selector.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Filter.php', + 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverWithPathCoverageSupportAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Node\\AbstractNode' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/AbstractNode.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Builder' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Builder.php', + 'SebastianBergmann\\CodeCoverage\\Node\\CrapIndex' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/CrapIndex.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Node\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/File.php', + 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Iterator.php', + 'SebastianBergmann\\CodeCoverage\\ParserException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ParserException.php', + 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\ReflectionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', + 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Clover.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Cobertura.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', + 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/PHP.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Facade.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/File.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Method.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Node.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Project' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Project.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Report' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Report.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Source' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Source.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Tests.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Totals' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Totals.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Unit.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysisCacheNotConfiguredException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CacheWarmer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CachingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\CodeUnitFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ExecutableLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\FileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', + 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', + 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Filesystem.php', + 'SebastianBergmann\\CodeCoverage\\Util\\Percentage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Percentage.php', + 'SebastianBergmann\\CodeCoverage\\Version' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Version.php', + 'SebastianBergmann\\CodeCoverage\\XmlException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XmlException.php', + 'SebastianBergmann\\CodeUnitReverseLookup\\Wizard' => __DIR__ . '/..' . '/sebastian/code-unit-reverse-lookup/src/Wizard.php', + 'SebastianBergmann\\CodeUnit\\ClassMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\ClassUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/ClassUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnit.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollection.php', + 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', + 'SebastianBergmann\\CodeUnit\\Exception' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FunctionUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FunctionUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceUnit.php', + 'SebastianBergmann\\CodeUnit\\InvalidCodeUnitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php', + 'SebastianBergmann\\CodeUnit\\Mapper' => __DIR__ . '/..' . '/sebastian/code-unit/src/Mapper.php', + 'SebastianBergmann\\CodeUnit\\NoTraitException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/NoTraitException.php', + 'SebastianBergmann\\CodeUnit\\ReflectionException' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/ReflectionException.php', + 'SebastianBergmann\\CodeUnit\\TraitMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitMethodUnit.php', + 'SebastianBergmann\\CodeUnit\\TraitUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/TraitUnit.php', + 'SebastianBergmann\\Comparator\\ArrayComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ArrayComparator.php', + 'SebastianBergmann\\Comparator\\Comparator' => __DIR__ . '/..' . '/sebastian/comparator/src/Comparator.php', + 'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php', + 'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php', + 'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php', + 'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php', + 'SebastianBergmann\\Comparator\\Exception' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/Exception.php', + 'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php', + 'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php', + 'SebastianBergmann\\Comparator\\MockObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/MockObjectComparator.php', + 'SebastianBergmann\\Comparator\\NumericComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/NumericComparator.php', + 'SebastianBergmann\\Comparator\\ObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ObjectComparator.php', + 'SebastianBergmann\\Comparator\\ResourceComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ResourceComparator.php', + 'SebastianBergmann\\Comparator\\RuntimeException' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Comparator\\ScalarComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ScalarComparator.php', + 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/SplObjectStorageComparator.php', + 'SebastianBergmann\\Comparator\\TypeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/TypeComparator.php', + 'SebastianBergmann\\Complexity\\Calculator' => __DIR__ . '/..' . '/sebastian/complexity/src/Calculator.php', + 'SebastianBergmann\\Complexity\\Complexity' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/Complexity.php', + 'SebastianBergmann\\Complexity\\ComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\ComplexityCollection' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollection.php', + 'SebastianBergmann\\Complexity\\ComplexityCollectionIterator' => __DIR__ . '/..' . '/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php', + 'SebastianBergmann\\Complexity\\CyclomaticComplexityCalculatingVisitor' => __DIR__ . '/..' . '/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php', + 'SebastianBergmann\\Complexity\\Exception' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/Exception.php', + 'SebastianBergmann\\Complexity\\RuntimeException' => __DIR__ . '/..' . '/sebastian/complexity/src/Exception/RuntimeException.php', + 'SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php', + 'SebastianBergmann\\Diff\\ConfigurationException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/ConfigurationException.php', + 'SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php', + 'SebastianBergmann\\Diff\\Differ' => __DIR__ . '/..' . '/sebastian/diff/src/Differ.php', + 'SebastianBergmann\\Diff\\Exception' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/Exception.php', + 'SebastianBergmann\\Diff\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/diff/src/Exception/InvalidArgumentException.php', + 'SebastianBergmann\\Diff\\Line' => __DIR__ . '/..' . '/sebastian/diff/src/Line.php', + 'SebastianBergmann\\Diff\\LongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/LongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\MemoryEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Diff\\Output\\AbstractChunkOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOnlyOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\DiffOutputBuilderInterface' => __DIR__ . '/..' . '/sebastian/diff/src/Output/DiffOutputBuilderInterface.php', + 'SebastianBergmann\\Diff\\Output\\StrictUnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Output\\UnifiedDiffOutputBuilder' => __DIR__ . '/..' . '/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php', + 'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php', + 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', + 'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php', + 'SebastianBergmann\\Environment\\OperatingSystem' => __DIR__ . '/..' . '/sebastian/environment/src/OperatingSystem.php', + 'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php', + 'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', + 'SebastianBergmann\\FileIterator\\Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', + 'SebastianBergmann\\FileIterator\\Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', + 'SebastianBergmann\\GlobalState\\CodeExporter' => __DIR__ . '/..' . '/sebastian/global-state/src/CodeExporter.php', + 'SebastianBergmann\\GlobalState\\Exception' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/Exception.php', + 'SebastianBergmann\\GlobalState\\ExcludeList' => __DIR__ . '/..' . '/sebastian/global-state/src/ExcludeList.php', + 'SebastianBergmann\\GlobalState\\Restorer' => __DIR__ . '/..' . '/sebastian/global-state/src/Restorer.php', + 'SebastianBergmann\\GlobalState\\RuntimeException' => __DIR__ . '/..' . '/sebastian/global-state/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\GlobalState\\Snapshot' => __DIR__ . '/..' . '/sebastian/global-state/src/Snapshot.php', + 'SebastianBergmann\\Invoker\\Exception' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/Exception.php', + 'SebastianBergmann\\Invoker\\Invoker' => __DIR__ . '/..' . '/phpunit/php-invoker/src/Invoker.php', + 'SebastianBergmann\\Invoker\\ProcessControlExtensionNotLoadedException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php', + 'SebastianBergmann\\Invoker\\TimeoutException' => __DIR__ . '/..' . '/phpunit/php-invoker/src/exceptions/TimeoutException.php', + 'SebastianBergmann\\LinesOfCode\\Counter' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Counter.php', + 'SebastianBergmann\\LinesOfCode\\Exception' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/Exception.php', + 'SebastianBergmann\\LinesOfCode\\IllogicalValuesException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php', + 'SebastianBergmann\\LinesOfCode\\LineCountingVisitor' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LineCountingVisitor.php', + 'SebastianBergmann\\LinesOfCode\\LinesOfCode' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/LinesOfCode.php', + 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', + 'SebastianBergmann\\LinesOfCode\\RuntimeException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', + 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Enumerator.php', + 'SebastianBergmann\\ObjectEnumerator\\Exception' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Exception.php', + 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\Exception' => __DIR__ . '/..' . '/sebastian/object-reflector/src/Exception.php', + 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-reflector/src/InvalidArgumentException.php', + 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => __DIR__ . '/..' . '/sebastian/object-reflector/src/ObjectReflector.php', + 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', + 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', + 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', + 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', + 'SebastianBergmann\\Template\\Exception' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/Exception.php', + 'SebastianBergmann\\Template\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', + 'SebastianBergmann\\Template\\RuntimeException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', + 'SebastianBergmann\\Template\\Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', + 'SebastianBergmann\\Timer\\Duration' => __DIR__ . '/..' . '/phpunit/php-timer/src/Duration.php', + 'SebastianBergmann\\Timer\\Exception' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/Exception.php', + 'SebastianBergmann\\Timer\\NoActiveTimerException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/NoActiveTimerException.php', + 'SebastianBergmann\\Timer\\ResourceUsageFormatter' => __DIR__ . '/..' . '/phpunit/php-timer/src/ResourceUsageFormatter.php', + 'SebastianBergmann\\Timer\\TimeSinceStartOfRequestNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php', + 'SebastianBergmann\\Timer\\Timer' => __DIR__ . '/..' . '/phpunit/php-timer/src/Timer.php', + 'SebastianBergmann\\Type\\CallableType' => __DIR__ . '/..' . '/sebastian/type/src/type/CallableType.php', + 'SebastianBergmann\\Type\\Exception' => __DIR__ . '/..' . '/sebastian/type/src/exception/Exception.php', + 'SebastianBergmann\\Type\\FalseType' => __DIR__ . '/..' . '/sebastian/type/src/type/FalseType.php', + 'SebastianBergmann\\Type\\GenericObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/GenericObjectType.php', + 'SebastianBergmann\\Type\\IntersectionType' => __DIR__ . '/..' . '/sebastian/type/src/type/IntersectionType.php', + 'SebastianBergmann\\Type\\IterableType' => __DIR__ . '/..' . '/sebastian/type/src/type/IterableType.php', + 'SebastianBergmann\\Type\\MixedType' => __DIR__ . '/..' . '/sebastian/type/src/type/MixedType.php', + 'SebastianBergmann\\Type\\NeverType' => __DIR__ . '/..' . '/sebastian/type/src/type/NeverType.php', + 'SebastianBergmann\\Type\\NullType' => __DIR__ . '/..' . '/sebastian/type/src/type/NullType.php', + 'SebastianBergmann\\Type\\ObjectType' => __DIR__ . '/..' . '/sebastian/type/src/type/ObjectType.php', + 'SebastianBergmann\\Type\\Parameter' => __DIR__ . '/..' . '/sebastian/type/src/Parameter.php', + 'SebastianBergmann\\Type\\ReflectionMapper' => __DIR__ . '/..' . '/sebastian/type/src/ReflectionMapper.php', + 'SebastianBergmann\\Type\\RuntimeException' => __DIR__ . '/..' . '/sebastian/type/src/exception/RuntimeException.php', + 'SebastianBergmann\\Type\\SimpleType' => __DIR__ . '/..' . '/sebastian/type/src/type/SimpleType.php', + 'SebastianBergmann\\Type\\StaticType' => __DIR__ . '/..' . '/sebastian/type/src/type/StaticType.php', + 'SebastianBergmann\\Type\\TrueType' => __DIR__ . '/..' . '/sebastian/type/src/type/TrueType.php', + 'SebastianBergmann\\Type\\Type' => __DIR__ . '/..' . '/sebastian/type/src/type/Type.php', + 'SebastianBergmann\\Type\\TypeName' => __DIR__ . '/..' . '/sebastian/type/src/TypeName.php', + 'SebastianBergmann\\Type\\UnionType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnionType.php', + 'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php', + 'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php', + 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', 'Smarty' => __DIR__ . '/../..' . '/lib/Smarty/Smarty.class.php', 'SmartyCompilerException' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smartycompilerexception.php', 'SmartyException' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smartyexception.php', @@ -249,11 +900,21 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'TP_yyStackEntry' => __DIR__ . '/../..' . '/lib/Smarty/sysplugins/smarty_internal_templateparser.php', 'Test\\DB\\TestDB' => __DIR__ . '/../..' . '/lib/Test/DB/TestDB.php', 'Test\\Test' => __DIR__ . '/../..' . '/lib/Test/Test.php', + 'TheSeer\\Tokenizer\\Exception' => __DIR__ . '/..' . '/theseer/tokenizer/src/Exception.php', + 'TheSeer\\Tokenizer\\NamespaceUri' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUri.php', + 'TheSeer\\Tokenizer\\NamespaceUriException' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUriException.php', + 'TheSeer\\Tokenizer\\Token' => __DIR__ . '/..' . '/theseer/tokenizer/src/Token.php', + 'TheSeer\\Tokenizer\\TokenCollection' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollection.php', + 'TheSeer\\Tokenizer\\TokenCollectionException' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollectionException.php', + 'TheSeer\\Tokenizer\\Tokenizer' => __DIR__ . '/..' . '/theseer/tokenizer/src/Tokenizer.php', + 'TheSeer\\Tokenizer\\XMLSerializer' => __DIR__ . '/..' . '/theseer/tokenizer/src/XMLSerializer.php', ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$prefixDirsPsr4; $loader->classMap = ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9::$classMap; }, null, ClassLoader::class); diff --git a/www/vendor/composer/installed.json b/www/vendor/composer/installed.json index 87fda747..ff9918d5 100644 --- a/www/vendor/composer/installed.json +++ b/www/vendor/composer/installed.json @@ -1,5 +1,1849 @@ { - "packages": [], + "packages": [ + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "time": "2022-12-30T00:23:10+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "install-path": "../doctrine/instantiator" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "version_normalized": "1.11.0.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "time": "2022-03-03T13:19:32+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "install-path": "../myclabs/deep-copy" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.3", + "version_normalized": "4.15.3.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "time": "2023-01-16T22:05:37+00:00", + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + }, + "install-path": "../nikic/php-parser" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "time": "2021-07-20T11:28:43+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "install-path": "../phar-io/manifest" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "version_normalized": "3.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "time": "2022-02-21T01:04:05+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "install-path": "../phar-io/version" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.24", + "version_normalized": "9.2.24.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", + "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "time": "2023-01-26T08:26:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-code-coverage" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "version_normalized": "3.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2021-12-02T12:48:52+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-file-iterator" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "version_normalized": "3.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "time": "2020-09-28T05:58:55+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-invoker" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T05:33:50+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-text-template" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "version_normalized": "5.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:16:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../phpunit/php-timer" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.3", + "version_normalized": "9.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "time": "2023-02-04T13:37:15+00:00", + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "install-path": "../phpunit/phpunit" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "version_normalized": "1.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-09-28T06:08:49+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/cli-parser" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "version_normalized": "1.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:08:54+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/code-unit" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-09-28T05:30:19+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/code-unit-reverse-lookup" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "version_normalized": "4.0.8.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2022-09-14T12:41:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/comparator" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T15:52:27+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/complexity" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "version_normalized": "4.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "time": "2020-10-26T13:10:38+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/diff" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "version_normalized": "5.1.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "time": "2023-02-03T06:03:51+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/environment" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "version_normalized": "4.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "time": "2022-09-14T06:03:37+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/exporter" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "version_normalized": "5.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "time": "2022-02-14T08:28:10+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/global-state" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "version_normalized": "1.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-11-28T06:42:11+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/lines-of-code" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "version_normalized": "4.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:12:34+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/object-enumerator" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2020-10-26T13:14:26+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/object-reflector" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "version_normalized": "4.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "time": "2023-02-03T06:07:39+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/recursion-context" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "version_normalized": "3.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "time": "2020-09-28T06:45:17+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/resource-operations" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "version_normalized": "3.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "time": "2023-02-03T06:13:03+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/type" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "time": "2020-09-28T06:39:44+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "install-path": "../sebastian/version" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "version_normalized": "1.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "time": "2021-07-28T10:34:58+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "install-path": "../theseer/tokenizer" + } + ], "dev": true, - "dev-package-names": [] + "dev-package-names": [ + "doctrine/instantiator", + "myclabs/deep-copy", + "nikic/php-parser", + "phar-io/manifest", + "phar-io/version", + "phpunit/php-code-coverage", + "phpunit/php-file-iterator", + "phpunit/php-invoker", + "phpunit/php-text-template", + "phpunit/php-timer", + "phpunit/phpunit", + "sebastian/cli-parser", + "sebastian/code-unit", + "sebastian/code-unit-reverse-lookup", + "sebastian/comparator", + "sebastian/complexity", + "sebastian/diff", + "sebastian/environment", + "sebastian/exporter", + "sebastian/global-state", + "sebastian/lines-of-code", + "sebastian/object-enumerator", + "sebastian/object-reflector", + "sebastian/recursion-context", + "sebastian/resource-operations", + "sebastian/type", + "sebastian/version", + "theseer/tokenizer" + ] } diff --git a/www/vendor/composer/installed.php b/www/vendor/composer/installed.php index 84b946fa..c91602de 100644 --- a/www/vendor/composer/installed.php +++ b/www/vendor/composer/installed.php @@ -1,6 +1,6 @@ array( - 'name' => 'gullevek/corelibs-dev', + 'name' => 'egrajp/corelibs-dev', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => NULL, @@ -10,7 +10,16 @@ 'dev' => true, ), 'versions' => array( - 'gullevek/corelibs-dev' => array( + 'doctrine/instantiator' => array( + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'c6222283fa3f4ac679f8b9ced9a4e23f163e80d0', + 'type' => 'library', + 'install_path' => __DIR__ . '/../doctrine/instantiator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'egrajp/corelibs-dev' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => NULL, @@ -19,5 +28,248 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'myclabs/deep-copy' => array( + 'pretty_version' => '1.11.0', + 'version' => '1.11.0.0', + 'reference' => '14daed4296fae74d9e3201d2c4925d1acb7aa614', + 'type' => 'library', + 'install_path' => __DIR__ . '/../myclabs/deep-copy', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'nikic/php-parser' => array( + 'pretty_version' => 'v4.15.3', + 'version' => '4.15.3.0', + 'reference' => '570e980a201d8ed0236b0a62ddf2c9cbb2034039', + 'type' => 'library', + 'install_path' => __DIR__ . '/../nikic/php-parser', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phar-io/manifest' => array( + 'pretty_version' => '2.0.3', + 'version' => '2.0.3.0', + 'reference' => '97803eca37d319dfa7826cc2437fc020857acb53', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phar-io/manifest', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phar-io/version' => array( + 'pretty_version' => '3.2.1', + 'version' => '3.2.1.0', + 'reference' => '4f7fd7836c6f332bb2933569e566a0d6c4cbed74', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phar-io/version', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-code-coverage' => array( + 'pretty_version' => '9.2.24', + 'version' => '9.2.24.0', + 'reference' => '2cf940ebc6355a9d430462811b5aaa308b174bed', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-code-coverage', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-file-iterator' => array( + 'pretty_version' => '3.0.6', + 'version' => '3.0.6.0', + 'reference' => 'cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-file-iterator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-invoker' => array( + 'pretty_version' => '3.1.1', + 'version' => '3.1.1.0', + 'reference' => '5a10147d0aaf65b58940a0b72f71c9ac0423cc67', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-invoker', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-text-template' => array( + 'pretty_version' => '2.0.4', + 'version' => '2.0.4.0', + 'reference' => '5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-text-template', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/php-timer' => array( + 'pretty_version' => '5.0.3', + 'version' => '5.0.3.0', + 'reference' => '5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/php-timer', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'phpunit/phpunit' => array( + 'pretty_version' => '9.6.3', + 'version' => '9.6.3.0', + 'reference' => 'e7b1615e3e887d6c719121c6d4a44b0ab9645555', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpunit/phpunit', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/cli-parser' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'reference' => '442e7c7e687e42adc03470c7b668bc4b2402c0b2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/cli-parser', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/code-unit' => array( + 'pretty_version' => '1.0.8', + 'version' => '1.0.8.0', + 'reference' => '1fc9f64c0927627ef78ba436c9b17d967e68e120', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/code-unit', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/code-unit-reverse-lookup' => array( + 'pretty_version' => '2.0.3', + 'version' => '2.0.3.0', + 'reference' => 'ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/code-unit-reverse-lookup', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/comparator' => array( + 'pretty_version' => '4.0.8', + 'version' => '4.0.8.0', + 'reference' => 'fa0f136dd2334583309d32b62544682ee972b51a', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/comparator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/complexity' => array( + 'pretty_version' => '2.0.2', + 'version' => '2.0.2.0', + 'reference' => '739b35e53379900cc9ac327b2147867b8b6efd88', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/complexity', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/diff' => array( + 'pretty_version' => '4.0.4', + 'version' => '4.0.4.0', + 'reference' => '3461e3fccc7cfdfc2720be910d3bd73c69be590d', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/diff', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/environment' => array( + 'pretty_version' => '5.1.5', + 'version' => '5.1.5.0', + 'reference' => '830c43a844f1f8d5b7a1f6d6076b784454d8b7ed', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/environment', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/exporter' => array( + 'pretty_version' => '4.0.5', + 'version' => '4.0.5.0', + 'reference' => 'ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/exporter', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/global-state' => array( + 'pretty_version' => '5.0.5', + 'version' => '5.0.5.0', + 'reference' => '0ca8db5a5fc9c8646244e629625ac486fa286bf2', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/global-state', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/lines-of-code' => array( + 'pretty_version' => '1.0.3', + 'version' => '1.0.3.0', + 'reference' => 'c1c2e997aa3146983ed888ad08b15470a2e22ecc', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/lines-of-code', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/object-enumerator' => array( + 'pretty_version' => '4.0.4', + 'version' => '4.0.4.0', + 'reference' => '5c9eeac41b290a3712d88851518825ad78f45c71', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/object-enumerator', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/object-reflector' => array( + 'pretty_version' => '2.0.4', + 'version' => '2.0.4.0', + 'reference' => 'b4f479ebdbf63ac605d183ece17d8d7fe49c15c7', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/object-reflector', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/recursion-context' => array( + 'pretty_version' => '4.0.5', + 'version' => '4.0.5.0', + 'reference' => 'e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/recursion-context', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/resource-operations' => array( + 'pretty_version' => '3.0.3', + 'version' => '3.0.3.0', + 'reference' => '0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/resource-operations', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/type' => array( + 'pretty_version' => '3.2.1', + 'version' => '3.2.1.0', + 'reference' => '75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/type', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'sebastian/version' => array( + 'pretty_version' => '3.0.2', + 'version' => '3.0.2.0', + 'reference' => 'c6c1022351a901512170118436c764e473f6de8c', + 'type' => 'library', + 'install_path' => __DIR__ . '/../sebastian/version', + 'aliases' => array(), + 'dev_requirement' => true, + ), + 'theseer/tokenizer' => array( + 'pretty_version' => '1.2.1', + 'version' => '1.2.1.0', + 'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e', + 'type' => 'library', + 'install_path' => __DIR__ . '/../theseer/tokenizer', + 'aliases' => array(), + 'dev_requirement' => true, + ), ), ); diff --git a/vendor/doctrine/instantiator/.doctrine-project.json b/www/vendor/doctrine/instantiator/.doctrine-project.json similarity index 100% rename from vendor/doctrine/instantiator/.doctrine-project.json rename to www/vendor/doctrine/instantiator/.doctrine-project.json diff --git a/vendor/doctrine/instantiator/CONTRIBUTING.md b/www/vendor/doctrine/instantiator/CONTRIBUTING.md similarity index 100% rename from vendor/doctrine/instantiator/CONTRIBUTING.md rename to www/vendor/doctrine/instantiator/CONTRIBUTING.md diff --git a/vendor/doctrine/instantiator/LICENSE b/www/vendor/doctrine/instantiator/LICENSE similarity index 100% rename from vendor/doctrine/instantiator/LICENSE rename to www/vendor/doctrine/instantiator/LICENSE diff --git a/vendor/doctrine/instantiator/README.md b/www/vendor/doctrine/instantiator/README.md similarity index 100% rename from vendor/doctrine/instantiator/README.md rename to www/vendor/doctrine/instantiator/README.md diff --git a/vendor/doctrine/instantiator/composer.json b/www/vendor/doctrine/instantiator/composer.json similarity index 100% rename from vendor/doctrine/instantiator/composer.json rename to www/vendor/doctrine/instantiator/composer.json diff --git a/vendor/doctrine/instantiator/docs/en/index.rst b/www/vendor/doctrine/instantiator/docs/en/index.rst similarity index 100% rename from vendor/doctrine/instantiator/docs/en/index.rst rename to www/vendor/doctrine/instantiator/docs/en/index.rst diff --git a/vendor/doctrine/instantiator/docs/en/sidebar.rst b/www/vendor/doctrine/instantiator/docs/en/sidebar.rst similarity index 100% rename from vendor/doctrine/instantiator/docs/en/sidebar.rst rename to www/vendor/doctrine/instantiator/docs/en/sidebar.rst diff --git a/vendor/doctrine/instantiator/psalm.xml b/www/vendor/doctrine/instantiator/psalm.xml similarity index 100% rename from vendor/doctrine/instantiator/psalm.xml rename to www/vendor/doctrine/instantiator/psalm.xml diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php b/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php rename to www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php b/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php rename to www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php b/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php rename to www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php b/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php rename to www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php b/www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php rename to www/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php diff --git a/vendor/myclabs/deep-copy/.github/FUNDING.yml b/www/vendor/myclabs/deep-copy/.github/FUNDING.yml similarity index 100% rename from vendor/myclabs/deep-copy/.github/FUNDING.yml rename to www/vendor/myclabs/deep-copy/.github/FUNDING.yml diff --git a/vendor/myclabs/deep-copy/.github/workflows/ci.yaml b/www/vendor/myclabs/deep-copy/.github/workflows/ci.yaml similarity index 100% rename from vendor/myclabs/deep-copy/.github/workflows/ci.yaml rename to www/vendor/myclabs/deep-copy/.github/workflows/ci.yaml diff --git a/vendor/myclabs/deep-copy/LICENSE b/www/vendor/myclabs/deep-copy/LICENSE similarity index 100% rename from vendor/myclabs/deep-copy/LICENSE rename to www/vendor/myclabs/deep-copy/LICENSE diff --git a/vendor/myclabs/deep-copy/README.md b/www/vendor/myclabs/deep-copy/README.md similarity index 100% rename from vendor/myclabs/deep-copy/README.md rename to www/vendor/myclabs/deep-copy/README.md diff --git a/vendor/myclabs/deep-copy/composer.json b/www/vendor/myclabs/deep-copy/composer.json similarity index 100% rename from vendor/myclabs/deep-copy/composer.json rename to www/vendor/myclabs/deep-copy/composer.json diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/CloneException.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Exception/PropertyException.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineCollectionFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineEmptyCollectionFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/DoctrineProxyFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Filter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Filter/SetNullFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ReflectionHelper.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ReplaceFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/ShallowCopyFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ArrayObjectFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedList.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/SplDoublyLinkedListFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/TypeFilter.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/TypeMatcher.php diff --git a/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php b/www/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php similarity index 100% rename from vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php rename to www/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php diff --git a/vendor/nikic/php-parser/LICENSE b/www/vendor/nikic/php-parser/LICENSE similarity index 100% rename from vendor/nikic/php-parser/LICENSE rename to www/vendor/nikic/php-parser/LICENSE diff --git a/vendor/nikic/php-parser/README.md b/www/vendor/nikic/php-parser/README.md similarity index 100% rename from vendor/nikic/php-parser/README.md rename to www/vendor/nikic/php-parser/README.md diff --git a/vendor/nikic/php-parser/bin/php-parse b/www/vendor/nikic/php-parser/bin/php-parse similarity index 100% rename from vendor/nikic/php-parser/bin/php-parse rename to www/vendor/nikic/php-parser/bin/php-parse diff --git a/vendor/nikic/php-parser/composer.json b/www/vendor/nikic/php-parser/composer.json similarity index 100% rename from vendor/nikic/php-parser/composer.json rename to www/vendor/nikic/php-parser/composer.json diff --git a/vendor/nikic/php-parser/grammar/README.md b/www/vendor/nikic/php-parser/grammar/README.md similarity index 100% rename from vendor/nikic/php-parser/grammar/README.md rename to www/vendor/nikic/php-parser/grammar/README.md diff --git a/vendor/nikic/php-parser/grammar/parser.template b/www/vendor/nikic/php-parser/grammar/parser.template similarity index 100% rename from vendor/nikic/php-parser/grammar/parser.template rename to www/vendor/nikic/php-parser/grammar/parser.template diff --git a/vendor/nikic/php-parser/grammar/php5.y b/www/vendor/nikic/php-parser/grammar/php5.y similarity index 100% rename from vendor/nikic/php-parser/grammar/php5.y rename to www/vendor/nikic/php-parser/grammar/php5.y diff --git a/vendor/nikic/php-parser/grammar/php7.y b/www/vendor/nikic/php-parser/grammar/php7.y similarity index 100% rename from vendor/nikic/php-parser/grammar/php7.y rename to www/vendor/nikic/php-parser/grammar/php7.y diff --git a/vendor/nikic/php-parser/grammar/phpyLang.php b/www/vendor/nikic/php-parser/grammar/phpyLang.php similarity index 100% rename from vendor/nikic/php-parser/grammar/phpyLang.php rename to www/vendor/nikic/php-parser/grammar/phpyLang.php diff --git a/vendor/nikic/php-parser/grammar/rebuildParsers.php b/www/vendor/nikic/php-parser/grammar/rebuildParsers.php similarity index 100% rename from vendor/nikic/php-parser/grammar/rebuildParsers.php rename to www/vendor/nikic/php-parser/grammar/rebuildParsers.php diff --git a/vendor/nikic/php-parser/grammar/tokens.template b/www/vendor/nikic/php-parser/grammar/tokens.template similarity index 100% rename from vendor/nikic/php-parser/grammar/tokens.template rename to www/vendor/nikic/php-parser/grammar/tokens.template diff --git a/vendor/nikic/php-parser/grammar/tokens.y b/www/vendor/nikic/php-parser/grammar/tokens.y similarity index 100% rename from vendor/nikic/php-parser/grammar/tokens.y rename to www/vendor/nikic/php-parser/grammar/tokens.y diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Declaration.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/EnumCase.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Enum_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Function_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Interface_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Method.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Trait_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php b/www/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php rename to www/vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php b/www/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php rename to www/vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Comment.php b/www/vendor/nikic/php-parser/lib/PhpParser/Comment.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Comment.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Comment.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php b/www/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php b/www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php b/www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Error.php b/www/vendor/nikic/php-parser/lib/PhpParser/Error.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Error.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Error.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php b/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php b/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Collecting.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php b/www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php b/www/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Internal/DiffElem.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php b/www/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Internal/Differ.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php b/www/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php b/www/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Internal/TokenStream.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php b/www/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php rename to www/vendor/nikic/php-parser/lib/PhpParser/JsonDecoder.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php b/www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NameContext.php b/www/vendor/nikic/php-parser/lib/PhpParser/NameContext.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NameContext.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NameContext.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/ComplexType.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Const_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Error.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Identifier.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/IntersectionType.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Name.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Name.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Name.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Name.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/NullableType.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Param.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Expression.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Finally_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/GroupUse.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Nop.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/VarLikeIdentifier.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php b/www/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Node/VariadicPlaceholder.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeDumper.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeFinder.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/CloningVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FindingVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php b/www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php rename to www/vendor/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Parser.php b/www/vendor/nikic/php-parser/lib/PhpParser/Parser.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Parser.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Parser.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php b/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Parser/Multiple.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php b/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php b/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php b/www/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php rename to www/vendor/nikic/php-parser/lib/PhpParser/Parser/Tokens.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php b/www/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php b/www/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php rename to www/vendor/nikic/php-parser/lib/PhpParser/ParserFactory.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php b/www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php rename to www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php diff --git a/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php b/www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php similarity index 100% rename from vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php rename to www/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php diff --git a/vendor/phar-io/manifest/CHANGELOG.md b/www/vendor/phar-io/manifest/CHANGELOG.md similarity index 100% rename from vendor/phar-io/manifest/CHANGELOG.md rename to www/vendor/phar-io/manifest/CHANGELOG.md diff --git a/vendor/phar-io/manifest/LICENSE b/www/vendor/phar-io/manifest/LICENSE similarity index 100% rename from vendor/phar-io/manifest/LICENSE rename to www/vendor/phar-io/manifest/LICENSE diff --git a/vendor/phar-io/manifest/README.md b/www/vendor/phar-io/manifest/README.md similarity index 100% rename from vendor/phar-io/manifest/README.md rename to www/vendor/phar-io/manifest/README.md diff --git a/vendor/phar-io/manifest/composer.json b/www/vendor/phar-io/manifest/composer.json similarity index 100% rename from vendor/phar-io/manifest/composer.json rename to www/vendor/phar-io/manifest/composer.json diff --git a/vendor/phar-io/manifest/composer.lock b/www/vendor/phar-io/manifest/composer.lock similarity index 100% rename from vendor/phar-io/manifest/composer.lock rename to www/vendor/phar-io/manifest/composer.lock diff --git a/vendor/phar-io/manifest/src/ManifestDocumentMapper.php b/www/vendor/phar-io/manifest/src/ManifestDocumentMapper.php similarity index 100% rename from vendor/phar-io/manifest/src/ManifestDocumentMapper.php rename to www/vendor/phar-io/manifest/src/ManifestDocumentMapper.php diff --git a/vendor/phar-io/manifest/src/ManifestLoader.php b/www/vendor/phar-io/manifest/src/ManifestLoader.php similarity index 100% rename from vendor/phar-io/manifest/src/ManifestLoader.php rename to www/vendor/phar-io/manifest/src/ManifestLoader.php diff --git a/vendor/phar-io/manifest/src/ManifestSerializer.php b/www/vendor/phar-io/manifest/src/ManifestSerializer.php similarity index 100% rename from vendor/phar-io/manifest/src/ManifestSerializer.php rename to www/vendor/phar-io/manifest/src/ManifestSerializer.php diff --git a/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php b/www/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php rename to www/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php diff --git a/vendor/phar-io/manifest/src/exceptions/Exception.php b/www/vendor/phar-io/manifest/src/exceptions/Exception.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/Exception.php rename to www/vendor/phar-io/manifest/src/exceptions/Exception.php diff --git a/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php b/www/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php rename to www/vendor/phar-io/manifest/src/exceptions/InvalidApplicationNameException.php diff --git a/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php b/www/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php rename to www/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php diff --git a/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php b/www/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php rename to www/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php b/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php rename to www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php b/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php rename to www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php b/www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php rename to www/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php b/www/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ManifestElementException.php rename to www/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php diff --git a/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php b/www/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php similarity index 100% rename from vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php rename to www/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php diff --git a/vendor/phar-io/manifest/src/values/Application.php b/www/vendor/phar-io/manifest/src/values/Application.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Application.php rename to www/vendor/phar-io/manifest/src/values/Application.php diff --git a/vendor/phar-io/manifest/src/values/ApplicationName.php b/www/vendor/phar-io/manifest/src/values/ApplicationName.php similarity index 100% rename from vendor/phar-io/manifest/src/values/ApplicationName.php rename to www/vendor/phar-io/manifest/src/values/ApplicationName.php diff --git a/vendor/phar-io/manifest/src/values/Author.php b/www/vendor/phar-io/manifest/src/values/Author.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Author.php rename to www/vendor/phar-io/manifest/src/values/Author.php diff --git a/vendor/phar-io/manifest/src/values/AuthorCollection.php b/www/vendor/phar-io/manifest/src/values/AuthorCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/values/AuthorCollection.php rename to www/vendor/phar-io/manifest/src/values/AuthorCollection.php diff --git a/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php b/www/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php similarity index 100% rename from vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php rename to www/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php diff --git a/vendor/phar-io/manifest/src/values/BundledComponent.php b/www/vendor/phar-io/manifest/src/values/BundledComponent.php similarity index 100% rename from vendor/phar-io/manifest/src/values/BundledComponent.php rename to www/vendor/phar-io/manifest/src/values/BundledComponent.php diff --git a/vendor/phar-io/manifest/src/values/BundledComponentCollection.php b/www/vendor/phar-io/manifest/src/values/BundledComponentCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/values/BundledComponentCollection.php rename to www/vendor/phar-io/manifest/src/values/BundledComponentCollection.php diff --git a/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php b/www/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php similarity index 100% rename from vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php rename to www/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php diff --git a/vendor/phar-io/manifest/src/values/CopyrightInformation.php b/www/vendor/phar-io/manifest/src/values/CopyrightInformation.php similarity index 100% rename from vendor/phar-io/manifest/src/values/CopyrightInformation.php rename to www/vendor/phar-io/manifest/src/values/CopyrightInformation.php diff --git a/vendor/phar-io/manifest/src/values/Email.php b/www/vendor/phar-io/manifest/src/values/Email.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Email.php rename to www/vendor/phar-io/manifest/src/values/Email.php diff --git a/vendor/phar-io/manifest/src/values/Extension.php b/www/vendor/phar-io/manifest/src/values/Extension.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Extension.php rename to www/vendor/phar-io/manifest/src/values/Extension.php diff --git a/vendor/phar-io/manifest/src/values/Library.php b/www/vendor/phar-io/manifest/src/values/Library.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Library.php rename to www/vendor/phar-io/manifest/src/values/Library.php diff --git a/vendor/phar-io/manifest/src/values/License.php b/www/vendor/phar-io/manifest/src/values/License.php similarity index 100% rename from vendor/phar-io/manifest/src/values/License.php rename to www/vendor/phar-io/manifest/src/values/License.php diff --git a/vendor/phar-io/manifest/src/values/Manifest.php b/www/vendor/phar-io/manifest/src/values/Manifest.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Manifest.php rename to www/vendor/phar-io/manifest/src/values/Manifest.php diff --git a/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php b/www/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php similarity index 100% rename from vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php rename to www/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php diff --git a/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php b/www/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php similarity index 100% rename from vendor/phar-io/manifest/src/values/PhpVersionRequirement.php rename to www/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php diff --git a/vendor/phar-io/manifest/src/values/Requirement.php b/www/vendor/phar-io/manifest/src/values/Requirement.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Requirement.php rename to www/vendor/phar-io/manifest/src/values/Requirement.php diff --git a/vendor/phar-io/manifest/src/values/RequirementCollection.php b/www/vendor/phar-io/manifest/src/values/RequirementCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/values/RequirementCollection.php rename to www/vendor/phar-io/manifest/src/values/RequirementCollection.php diff --git a/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php b/www/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php similarity index 100% rename from vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php rename to www/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php diff --git a/vendor/phar-io/manifest/src/values/Type.php b/www/vendor/phar-io/manifest/src/values/Type.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Type.php rename to www/vendor/phar-io/manifest/src/values/Type.php diff --git a/vendor/phar-io/manifest/src/values/Url.php b/www/vendor/phar-io/manifest/src/values/Url.php similarity index 100% rename from vendor/phar-io/manifest/src/values/Url.php rename to www/vendor/phar-io/manifest/src/values/Url.php diff --git a/vendor/phar-io/manifest/src/xml/AuthorElement.php b/www/vendor/phar-io/manifest/src/xml/AuthorElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/AuthorElement.php rename to www/vendor/phar-io/manifest/src/xml/AuthorElement.php diff --git a/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php b/www/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/AuthorElementCollection.php rename to www/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php diff --git a/vendor/phar-io/manifest/src/xml/BundlesElement.php b/www/vendor/phar-io/manifest/src/xml/BundlesElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/BundlesElement.php rename to www/vendor/phar-io/manifest/src/xml/BundlesElement.php diff --git a/vendor/phar-io/manifest/src/xml/ComponentElement.php b/www/vendor/phar-io/manifest/src/xml/ComponentElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ComponentElement.php rename to www/vendor/phar-io/manifest/src/xml/ComponentElement.php diff --git a/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php b/www/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ComponentElementCollection.php rename to www/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php diff --git a/vendor/phar-io/manifest/src/xml/ContainsElement.php b/www/vendor/phar-io/manifest/src/xml/ContainsElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ContainsElement.php rename to www/vendor/phar-io/manifest/src/xml/ContainsElement.php diff --git a/vendor/phar-io/manifest/src/xml/CopyrightElement.php b/www/vendor/phar-io/manifest/src/xml/CopyrightElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/CopyrightElement.php rename to www/vendor/phar-io/manifest/src/xml/CopyrightElement.php diff --git a/vendor/phar-io/manifest/src/xml/ElementCollection.php b/www/vendor/phar-io/manifest/src/xml/ElementCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ElementCollection.php rename to www/vendor/phar-io/manifest/src/xml/ElementCollection.php diff --git a/vendor/phar-io/manifest/src/xml/ExtElement.php b/www/vendor/phar-io/manifest/src/xml/ExtElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ExtElement.php rename to www/vendor/phar-io/manifest/src/xml/ExtElement.php diff --git a/vendor/phar-io/manifest/src/xml/ExtElementCollection.php b/www/vendor/phar-io/manifest/src/xml/ExtElementCollection.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ExtElementCollection.php rename to www/vendor/phar-io/manifest/src/xml/ExtElementCollection.php diff --git a/vendor/phar-io/manifest/src/xml/ExtensionElement.php b/www/vendor/phar-io/manifest/src/xml/ExtensionElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ExtensionElement.php rename to www/vendor/phar-io/manifest/src/xml/ExtensionElement.php diff --git a/vendor/phar-io/manifest/src/xml/LicenseElement.php b/www/vendor/phar-io/manifest/src/xml/LicenseElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/LicenseElement.php rename to www/vendor/phar-io/manifest/src/xml/LicenseElement.php diff --git a/vendor/phar-io/manifest/src/xml/ManifestDocument.php b/www/vendor/phar-io/manifest/src/xml/ManifestDocument.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ManifestDocument.php rename to www/vendor/phar-io/manifest/src/xml/ManifestDocument.php diff --git a/vendor/phar-io/manifest/src/xml/ManifestElement.php b/www/vendor/phar-io/manifest/src/xml/ManifestElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/ManifestElement.php rename to www/vendor/phar-io/manifest/src/xml/ManifestElement.php diff --git a/vendor/phar-io/manifest/src/xml/PhpElement.php b/www/vendor/phar-io/manifest/src/xml/PhpElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/PhpElement.php rename to www/vendor/phar-io/manifest/src/xml/PhpElement.php diff --git a/vendor/phar-io/manifest/src/xml/RequiresElement.php b/www/vendor/phar-io/manifest/src/xml/RequiresElement.php similarity index 100% rename from vendor/phar-io/manifest/src/xml/RequiresElement.php rename to www/vendor/phar-io/manifest/src/xml/RequiresElement.php diff --git a/vendor/phar-io/version/CHANGELOG.md b/www/vendor/phar-io/version/CHANGELOG.md similarity index 100% rename from vendor/phar-io/version/CHANGELOG.md rename to www/vendor/phar-io/version/CHANGELOG.md diff --git a/vendor/phar-io/version/LICENSE b/www/vendor/phar-io/version/LICENSE similarity index 100% rename from vendor/phar-io/version/LICENSE rename to www/vendor/phar-io/version/LICENSE diff --git a/vendor/phar-io/version/README.md b/www/vendor/phar-io/version/README.md similarity index 100% rename from vendor/phar-io/version/README.md rename to www/vendor/phar-io/version/README.md diff --git a/vendor/phar-io/version/composer.json b/www/vendor/phar-io/version/composer.json similarity index 100% rename from vendor/phar-io/version/composer.json rename to www/vendor/phar-io/version/composer.json diff --git a/vendor/phar-io/version/src/BuildMetaData.php b/www/vendor/phar-io/version/src/BuildMetaData.php similarity index 100% rename from vendor/phar-io/version/src/BuildMetaData.php rename to www/vendor/phar-io/version/src/BuildMetaData.php diff --git a/vendor/phar-io/version/src/PreReleaseSuffix.php b/www/vendor/phar-io/version/src/PreReleaseSuffix.php similarity index 100% rename from vendor/phar-io/version/src/PreReleaseSuffix.php rename to www/vendor/phar-io/version/src/PreReleaseSuffix.php diff --git a/vendor/phar-io/version/src/Version.php b/www/vendor/phar-io/version/src/Version.php similarity index 100% rename from vendor/phar-io/version/src/Version.php rename to www/vendor/phar-io/version/src/Version.php diff --git a/vendor/phar-io/version/src/VersionConstraintParser.php b/www/vendor/phar-io/version/src/VersionConstraintParser.php similarity index 100% rename from vendor/phar-io/version/src/VersionConstraintParser.php rename to www/vendor/phar-io/version/src/VersionConstraintParser.php diff --git a/vendor/phar-io/version/src/VersionConstraintValue.php b/www/vendor/phar-io/version/src/VersionConstraintValue.php similarity index 100% rename from vendor/phar-io/version/src/VersionConstraintValue.php rename to www/vendor/phar-io/version/src/VersionConstraintValue.php diff --git a/vendor/phar-io/version/src/VersionNumber.php b/www/vendor/phar-io/version/src/VersionNumber.php similarity index 100% rename from vendor/phar-io/version/src/VersionNumber.php rename to www/vendor/phar-io/version/src/VersionNumber.php diff --git a/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php b/www/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php similarity index 100% rename from vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php rename to www/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php diff --git a/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/AnyVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/ExactVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php b/www/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php similarity index 100% rename from vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php rename to www/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php diff --git a/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php b/www/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php diff --git a/vendor/phar-io/version/src/constraints/VersionConstraint.php b/www/vendor/phar-io/version/src/constraints/VersionConstraint.php similarity index 100% rename from vendor/phar-io/version/src/constraints/VersionConstraint.php rename to www/vendor/phar-io/version/src/constraints/VersionConstraint.php diff --git a/vendor/phar-io/version/src/exceptions/Exception.php b/www/vendor/phar-io/version/src/exceptions/Exception.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/Exception.php rename to www/vendor/phar-io/version/src/exceptions/Exception.php diff --git a/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php b/www/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php rename to www/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php diff --git a/vendor/phar-io/version/src/exceptions/InvalidVersionException.php b/www/vendor/phar-io/version/src/exceptions/InvalidVersionException.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/InvalidVersionException.php rename to www/vendor/phar-io/version/src/exceptions/InvalidVersionException.php diff --git a/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php b/www/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php rename to www/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php diff --git a/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php b/www/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php rename to www/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php diff --git a/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php b/www/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php similarity index 100% rename from vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php rename to www/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php diff --git a/vendor/phpunit/php-code-coverage/ChangeLog.md b/www/vendor/phpunit/php-code-coverage/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-code-coverage/ChangeLog.md rename to www/vendor/phpunit/php-code-coverage/ChangeLog.md diff --git a/vendor/phpunit/php-code-coverage/LICENSE b/www/vendor/phpunit/php-code-coverage/LICENSE similarity index 100% rename from vendor/phpunit/php-code-coverage/LICENSE rename to www/vendor/phpunit/php-code-coverage/LICENSE diff --git a/vendor/phpunit/php-code-coverage/README.md b/www/vendor/phpunit/php-code-coverage/README.md similarity index 100% rename from vendor/phpunit/php-code-coverage/README.md rename to www/vendor/phpunit/php-code-coverage/README.md diff --git a/vendor/phpunit/php-code-coverage/composer.json b/www/vendor/phpunit/php-code-coverage/composer.json similarity index 100% rename from vendor/phpunit/php-code-coverage/composer.json rename to www/vendor/phpunit/php-code-coverage/composer.json diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage.php b/www/vendor/phpunit/php-code-coverage/src/CodeCoverage.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage.php rename to www/vendor/phpunit/php-code-coverage/src/CodeCoverage.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Driver.php b/www/vendor/phpunit/php-code-coverage/src/Driver/Driver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/Driver.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/Driver.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php b/www/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php b/www/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Selector.php b/www/vendor/phpunit/php-code-coverage/src/Driver/Selector.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/Selector.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/Selector.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php b/www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php diff --git a/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php b/www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php rename to www/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/Exception.php b/www/vendor/phpunit/php-code-coverage/src/Exception/Exception.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/Exception.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/Exception.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/ParserException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php diff --git a/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php b/www/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Exception/XmlException.php rename to www/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php diff --git a/vendor/phpunit/php-code-coverage/src/Filter.php b/www/vendor/phpunit/php-code-coverage/src/Filter.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Filter.php rename to www/vendor/phpunit/php-code-coverage/src/Filter.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php b/www/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php rename to www/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/Builder.php b/www/vendor/phpunit/php-code-coverage/src/Node/Builder.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/Builder.php rename to www/vendor/phpunit/php-code-coverage/src/Node/Builder.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php b/www/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php rename to www/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/Directory.php b/www/vendor/phpunit/php-code-coverage/src/Node/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/Directory.php rename to www/vendor/phpunit/php-code-coverage/src/Node/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/File.php b/www/vendor/phpunit/php-code-coverage/src/Node/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/File.php rename to www/vendor/phpunit/php-code-coverage/src/Node/File.php diff --git a/vendor/phpunit/php-code-coverage/src/Node/Iterator.php b/www/vendor/phpunit/php-code-coverage/src/Node/Iterator.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Node/Iterator.php rename to www/vendor/phpunit/php-code-coverage/src/Node/Iterator.php diff --git a/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php b/www/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php rename to www/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php diff --git a/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php b/www/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php rename to www/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Clover.php b/www/vendor/phpunit/php-code-coverage/src/Report/Clover.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Clover.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Clover.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php b/www/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Cobertura.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php b/www/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Crap4j.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist b/www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist rename to www/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/Report/PHP.php b/www/vendor/phpunit/php-code-coverage/src/Report/PHP.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/PHP.php rename to www/vendor/phpunit/php-code-coverage/src/Report/PHP.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Text.php b/www/vendor/phpunit/php-code-coverage/src/Report/Text.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Text.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Text.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/File.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php b/www/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php rename to www/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php diff --git a/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php b/www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php rename to www/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php diff --git a/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php b/www/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Util/Filesystem.php rename to www/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php diff --git a/vendor/phpunit/php-code-coverage/src/Util/Percentage.php b/www/vendor/phpunit/php-code-coverage/src/Util/Percentage.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Util/Percentage.php rename to www/vendor/phpunit/php-code-coverage/src/Util/Percentage.php diff --git a/vendor/phpunit/php-code-coverage/src/Version.php b/www/vendor/phpunit/php-code-coverage/src/Version.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/Version.php rename to www/vendor/phpunit/php-code-coverage/src/Version.php diff --git a/vendor/phpunit/php-file-iterator/.psalm/baseline.xml b/www/vendor/phpunit/php-file-iterator/.psalm/baseline.xml similarity index 100% rename from vendor/phpunit/php-file-iterator/.psalm/baseline.xml rename to www/vendor/phpunit/php-file-iterator/.psalm/baseline.xml diff --git a/vendor/phpunit/php-file-iterator/.psalm/config.xml b/www/vendor/phpunit/php-file-iterator/.psalm/config.xml similarity index 100% rename from vendor/phpunit/php-file-iterator/.psalm/config.xml rename to www/vendor/phpunit/php-file-iterator/.psalm/config.xml diff --git a/vendor/phpunit/php-file-iterator/ChangeLog.md b/www/vendor/phpunit/php-file-iterator/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-file-iterator/ChangeLog.md rename to www/vendor/phpunit/php-file-iterator/ChangeLog.md diff --git a/vendor/phpunit/php-file-iterator/LICENSE b/www/vendor/phpunit/php-file-iterator/LICENSE similarity index 100% rename from vendor/phpunit/php-file-iterator/LICENSE rename to www/vendor/phpunit/php-file-iterator/LICENSE diff --git a/vendor/phpunit/php-file-iterator/README.md b/www/vendor/phpunit/php-file-iterator/README.md similarity index 100% rename from vendor/phpunit/php-file-iterator/README.md rename to www/vendor/phpunit/php-file-iterator/README.md diff --git a/vendor/phpunit/php-file-iterator/composer.json b/www/vendor/phpunit/php-file-iterator/composer.json similarity index 100% rename from vendor/phpunit/php-file-iterator/composer.json rename to www/vendor/phpunit/php-file-iterator/composer.json diff --git a/vendor/phpunit/php-file-iterator/src/Facade.php b/www/vendor/phpunit/php-file-iterator/src/Facade.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Facade.php rename to www/vendor/phpunit/php-file-iterator/src/Facade.php diff --git a/vendor/phpunit/php-file-iterator/src/Factory.php b/www/vendor/phpunit/php-file-iterator/src/Factory.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Factory.php rename to www/vendor/phpunit/php-file-iterator/src/Factory.php diff --git a/vendor/phpunit/php-file-iterator/src/Iterator.php b/www/vendor/phpunit/php-file-iterator/src/Iterator.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Iterator.php rename to www/vendor/phpunit/php-file-iterator/src/Iterator.php diff --git a/vendor/phpunit/php-invoker/ChangeLog.md b/www/vendor/phpunit/php-invoker/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-invoker/ChangeLog.md rename to www/vendor/phpunit/php-invoker/ChangeLog.md diff --git a/vendor/phpunit/php-invoker/LICENSE b/www/vendor/phpunit/php-invoker/LICENSE similarity index 100% rename from vendor/phpunit/php-invoker/LICENSE rename to www/vendor/phpunit/php-invoker/LICENSE diff --git a/vendor/phpunit/php-invoker/README.md b/www/vendor/phpunit/php-invoker/README.md similarity index 100% rename from vendor/phpunit/php-invoker/README.md rename to www/vendor/phpunit/php-invoker/README.md diff --git a/vendor/phpunit/php-invoker/composer.json b/www/vendor/phpunit/php-invoker/composer.json similarity index 100% rename from vendor/phpunit/php-invoker/composer.json rename to www/vendor/phpunit/php-invoker/composer.json diff --git a/vendor/phpunit/php-invoker/src/Invoker.php b/www/vendor/phpunit/php-invoker/src/Invoker.php similarity index 100% rename from vendor/phpunit/php-invoker/src/Invoker.php rename to www/vendor/phpunit/php-invoker/src/Invoker.php diff --git a/vendor/phpunit/php-invoker/src/exceptions/Exception.php b/www/vendor/phpunit/php-invoker/src/exceptions/Exception.php similarity index 100% rename from vendor/phpunit/php-invoker/src/exceptions/Exception.php rename to www/vendor/phpunit/php-invoker/src/exceptions/Exception.php diff --git a/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php b/www/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php similarity index 100% rename from vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php rename to www/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php diff --git a/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php b/www/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php similarity index 100% rename from vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php rename to www/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php diff --git a/vendor/phpunit/php-text-template/.psalm/baseline.xml b/www/vendor/phpunit/php-text-template/.psalm/baseline.xml similarity index 100% rename from vendor/phpunit/php-text-template/.psalm/baseline.xml rename to www/vendor/phpunit/php-text-template/.psalm/baseline.xml diff --git a/vendor/phpunit/php-text-template/.psalm/config.xml b/www/vendor/phpunit/php-text-template/.psalm/config.xml similarity index 100% rename from vendor/phpunit/php-text-template/.psalm/config.xml rename to www/vendor/phpunit/php-text-template/.psalm/config.xml diff --git a/vendor/phpunit/php-text-template/ChangeLog.md b/www/vendor/phpunit/php-text-template/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-text-template/ChangeLog.md rename to www/vendor/phpunit/php-text-template/ChangeLog.md diff --git a/vendor/phpunit/php-text-template/LICENSE b/www/vendor/phpunit/php-text-template/LICENSE similarity index 100% rename from vendor/phpunit/php-text-template/LICENSE rename to www/vendor/phpunit/php-text-template/LICENSE diff --git a/vendor/phpunit/php-text-template/README.md b/www/vendor/phpunit/php-text-template/README.md similarity index 100% rename from vendor/phpunit/php-text-template/README.md rename to www/vendor/phpunit/php-text-template/README.md diff --git a/vendor/phpunit/php-text-template/composer.json b/www/vendor/phpunit/php-text-template/composer.json similarity index 100% rename from vendor/phpunit/php-text-template/composer.json rename to www/vendor/phpunit/php-text-template/composer.json diff --git a/vendor/phpunit/php-text-template/src/Template.php b/www/vendor/phpunit/php-text-template/src/Template.php similarity index 100% rename from vendor/phpunit/php-text-template/src/Template.php rename to www/vendor/phpunit/php-text-template/src/Template.php diff --git a/vendor/phpunit/php-text-template/src/exceptions/Exception.php b/www/vendor/phpunit/php-text-template/src/exceptions/Exception.php similarity index 100% rename from vendor/phpunit/php-text-template/src/exceptions/Exception.php rename to www/vendor/phpunit/php-text-template/src/exceptions/Exception.php diff --git a/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php b/www/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php similarity index 100% rename from vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php rename to www/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php diff --git a/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php b/www/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php similarity index 100% rename from vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php rename to www/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php diff --git a/vendor/phpunit/php-timer/.psalm/baseline.xml b/www/vendor/phpunit/php-timer/.psalm/baseline.xml similarity index 100% rename from vendor/phpunit/php-timer/.psalm/baseline.xml rename to www/vendor/phpunit/php-timer/.psalm/baseline.xml diff --git a/vendor/phpunit/php-timer/.psalm/config.xml b/www/vendor/phpunit/php-timer/.psalm/config.xml similarity index 100% rename from vendor/phpunit/php-timer/.psalm/config.xml rename to www/vendor/phpunit/php-timer/.psalm/config.xml diff --git a/vendor/phpunit/php-timer/ChangeLog.md b/www/vendor/phpunit/php-timer/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-timer/ChangeLog.md rename to www/vendor/phpunit/php-timer/ChangeLog.md diff --git a/vendor/phpunit/php-timer/LICENSE b/www/vendor/phpunit/php-timer/LICENSE similarity index 100% rename from vendor/phpunit/php-timer/LICENSE rename to www/vendor/phpunit/php-timer/LICENSE diff --git a/vendor/phpunit/php-timer/README.md b/www/vendor/phpunit/php-timer/README.md similarity index 100% rename from vendor/phpunit/php-timer/README.md rename to www/vendor/phpunit/php-timer/README.md diff --git a/vendor/phpunit/php-timer/composer.json b/www/vendor/phpunit/php-timer/composer.json similarity index 100% rename from vendor/phpunit/php-timer/composer.json rename to www/vendor/phpunit/php-timer/composer.json diff --git a/vendor/phpunit/php-timer/src/Duration.php b/www/vendor/phpunit/php-timer/src/Duration.php similarity index 100% rename from vendor/phpunit/php-timer/src/Duration.php rename to www/vendor/phpunit/php-timer/src/Duration.php diff --git a/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php b/www/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php similarity index 100% rename from vendor/phpunit/php-timer/src/ResourceUsageFormatter.php rename to www/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php diff --git a/vendor/phpunit/php-timer/src/Timer.php b/www/vendor/phpunit/php-timer/src/Timer.php similarity index 100% rename from vendor/phpunit/php-timer/src/Timer.php rename to www/vendor/phpunit/php-timer/src/Timer.php diff --git a/vendor/phpunit/php-timer/src/exceptions/Exception.php b/www/vendor/phpunit/php-timer/src/exceptions/Exception.php similarity index 100% rename from vendor/phpunit/php-timer/src/exceptions/Exception.php rename to www/vendor/phpunit/php-timer/src/exceptions/Exception.php diff --git a/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php b/www/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php similarity index 100% rename from vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php rename to www/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php diff --git a/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php b/www/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php similarity index 100% rename from vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php rename to www/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php diff --git a/vendor/phpunit/phpunit/.phpstorm.meta.php b/www/vendor/phpunit/phpunit/.phpstorm.meta.php similarity index 100% rename from vendor/phpunit/phpunit/.phpstorm.meta.php rename to www/vendor/phpunit/phpunit/.phpstorm.meta.php diff --git a/vendor/phpunit/phpunit/ChangeLog-8.5.md b/www/vendor/phpunit/phpunit/ChangeLog-8.5.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-8.5.md rename to www/vendor/phpunit/phpunit/ChangeLog-8.5.md diff --git a/vendor/phpunit/phpunit/ChangeLog-9.6.md b/www/vendor/phpunit/phpunit/ChangeLog-9.6.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-9.6.md rename to www/vendor/phpunit/phpunit/ChangeLog-9.6.md diff --git a/vendor/phpunit/phpunit/LICENSE b/www/vendor/phpunit/phpunit/LICENSE similarity index 100% rename from vendor/phpunit/phpunit/LICENSE rename to www/vendor/phpunit/phpunit/LICENSE diff --git a/vendor/phpunit/phpunit/README.md b/www/vendor/phpunit/phpunit/README.md similarity index 100% rename from vendor/phpunit/phpunit/README.md rename to www/vendor/phpunit/phpunit/README.md diff --git a/vendor/phpunit/phpunit/SECURITY.md b/www/vendor/phpunit/phpunit/SECURITY.md similarity index 100% rename from vendor/phpunit/phpunit/SECURITY.md rename to www/vendor/phpunit/phpunit/SECURITY.md diff --git a/vendor/phpunit/phpunit/composer.json b/www/vendor/phpunit/phpunit/composer.json similarity index 100% rename from vendor/phpunit/phpunit/composer.json rename to www/vendor/phpunit/phpunit/composer.json diff --git a/vendor/phpunit/phpunit/phpunit b/www/vendor/phpunit/phpunit/phpunit similarity index 100% rename from vendor/phpunit/phpunit/phpunit rename to www/vendor/phpunit/phpunit/phpunit diff --git a/vendor/phpunit/phpunit/phpunit.xsd b/www/vendor/phpunit/phpunit/phpunit.xsd similarity index 100% rename from vendor/phpunit/phpunit/phpunit.xsd rename to www/vendor/phpunit/phpunit/phpunit.xsd diff --git a/vendor/phpunit/phpunit/schema/8.5.xsd b/www/vendor/phpunit/phpunit/schema/8.5.xsd similarity index 100% rename from vendor/phpunit/phpunit/schema/8.5.xsd rename to www/vendor/phpunit/phpunit/schema/8.5.xsd diff --git a/vendor/phpunit/phpunit/schema/9.2.xsd b/www/vendor/phpunit/phpunit/schema/9.2.xsd similarity index 100% rename from vendor/phpunit/phpunit/schema/9.2.xsd rename to www/vendor/phpunit/phpunit/schema/9.2.xsd diff --git a/vendor/phpunit/phpunit/src/Exception.php b/www/vendor/phpunit/phpunit/src/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Exception.php rename to www/vendor/phpunit/phpunit/src/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/Assert.php b/www/vendor/phpunit/phpunit/src/Framework/Assert.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Assert.php rename to www/vendor/phpunit/phpunit/src/Framework/Assert.php diff --git a/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php b/www/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Assert/Functions.php rename to www/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php b/www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php rename to www/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php diff --git a/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php b/www/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php rename to www/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php b/www/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php rename to www/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Error.php b/www/vendor/phpunit/phpunit/src/Framework/Error/Error.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Error.php rename to www/vendor/phpunit/phpunit/src/Framework/Error/Error.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Notice.php b/www/vendor/phpunit/phpunit/src/Framework/Error/Notice.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Notice.php rename to www/vendor/phpunit/phpunit/src/Framework/Error/Notice.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Warning.php b/www/vendor/phpunit/phpunit/src/Framework/Error/Warning.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Warning.php rename to www/vendor/phpunit/phpunit/src/Framework/Error/Warning.php diff --git a/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php b/www/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php rename to www/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Error.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/Error.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/Error.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/Error.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/Exception.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php b/www/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception/Warning.php rename to www/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php diff --git a/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php b/www/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php rename to www/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php diff --git a/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php b/www/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php rename to www/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php diff --git a/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php b/www/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/IncompleteTest.php rename to www/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php diff --git a/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php b/www/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php rename to www/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php b/www/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php rename to www/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php diff --git a/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php b/www/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php rename to www/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php diff --git a/vendor/phpunit/phpunit/src/Framework/Reorderable.php b/www/vendor/phpunit/phpunit/src/Framework/Reorderable.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Reorderable.php rename to www/vendor/phpunit/phpunit/src/Framework/Reorderable.php diff --git a/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php b/www/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SelfDescribing.php rename to www/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTest.php b/www/vendor/phpunit/phpunit/src/Framework/SkippedTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTest.php rename to www/vendor/phpunit/phpunit/src/Framework/SkippedTest.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php b/www/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php rename to www/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/Test.php b/www/vendor/phpunit/phpunit/src/Framework/Test.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Test.php rename to www/vendor/phpunit/phpunit/src/Framework/Test.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestBuilder.php b/www/vendor/phpunit/phpunit/src/Framework/TestBuilder.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestBuilder.php rename to www/vendor/phpunit/phpunit/src/Framework/TestBuilder.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestCase.php b/www/vendor/phpunit/phpunit/src/Framework/TestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestCase.php rename to www/vendor/phpunit/phpunit/src/Framework/TestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestFailure.php b/www/vendor/phpunit/phpunit/src/Framework/TestFailure.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestFailure.php rename to www/vendor/phpunit/phpunit/src/Framework/TestFailure.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestListener.php b/www/vendor/phpunit/phpunit/src/Framework/TestListener.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestListener.php rename to www/vendor/phpunit/phpunit/src/Framework/TestListener.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php b/www/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php rename to www/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestResult.php b/www/vendor/phpunit/phpunit/src/Framework/TestResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestResult.php rename to www/vendor/phpunit/phpunit/src/Framework/TestResult.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuite.php b/www/vendor/phpunit/phpunit/src/Framework/TestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestSuite.php rename to www/vendor/phpunit/phpunit/src/Framework/TestSuite.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php b/www/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php rename to www/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php diff --git a/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php b/www/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/WarningTestCase.php rename to www/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php diff --git a/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php b/www/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php rename to www/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php diff --git a/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php b/www/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php rename to www/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php diff --git a/vendor/phpunit/phpunit/src/Runner/Exception.php b/www/vendor/phpunit/phpunit/src/Runner/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Exception.php rename to www/vendor/phpunit/phpunit/src/Runner/Exception.php diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php b/www/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php rename to www/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php diff --git a/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php b/www/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php rename to www/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php b/www/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php rename to www/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php b/www/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Factory.php rename to www/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php b/www/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php rename to www/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php b/www/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php rename to www/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php b/www/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php rename to www/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/Hook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php diff --git a/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php b/www/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php rename to www/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php diff --git a/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php b/www/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php rename to www/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php diff --git a/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php b/www/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/PhptTestCase.php rename to www/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php diff --git a/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php b/www/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php rename to www/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php diff --git a/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php b/www/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php rename to www/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php diff --git a/vendor/phpunit/phpunit/src/Runner/TestResultCache.php b/www/vendor/phpunit/phpunit/src/Runner/TestResultCache.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/TestResultCache.php rename to www/vendor/phpunit/phpunit/src/Runner/TestResultCache.php diff --git a/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php b/www/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php rename to www/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php diff --git a/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php b/www/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php rename to www/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php diff --git a/vendor/phpunit/phpunit/src/Runner/Version.php b/www/vendor/phpunit/phpunit/src/Runner/Version.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Version.php rename to www/vendor/phpunit/phpunit/src/Runner/Version.php diff --git a/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php b/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php rename to www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php diff --git a/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php b/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php rename to www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php diff --git a/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php b/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php rename to www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php diff --git a/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php b/www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php rename to www/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Command.php b/www/vendor/phpunit/phpunit/src/TextUI/Command.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Command.php rename to www/vendor/phpunit/phpunit/src/TextUI/Command.php diff --git a/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php b/www/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php rename to www/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php b/www/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php rename to www/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php b/www/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php rename to www/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php b/www/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php rename to www/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php b/www/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php rename to www/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php b/www/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php rename to www/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Help.php b/www/vendor/phpunit/phpunit/src/TextUI/Help.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Help.php rename to www/vendor/phpunit/phpunit/src/TextUI/Help.php diff --git a/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php b/www/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php rename to www/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/TextUI/TestRunner.php b/www/vendor/phpunit/phpunit/src/TextUI/TestRunner.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/TestRunner.php rename to www/vendor/phpunit/phpunit/src/TextUI/TestRunner.php diff --git a/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php b/www/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php rename to www/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php diff --git a/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php b/www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php rename to www/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php diff --git a/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php b/www/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php rename to www/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php diff --git a/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php b/www/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Annotation/Registry.php rename to www/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php diff --git a/vendor/phpunit/phpunit/src/Util/Blacklist.php b/www/vendor/phpunit/phpunit/src/Util/Blacklist.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Blacklist.php rename to www/vendor/phpunit/phpunit/src/Util/Blacklist.php diff --git a/vendor/phpunit/phpunit/src/Util/Cloner.php b/www/vendor/phpunit/phpunit/src/Util/Cloner.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Cloner.php rename to www/vendor/phpunit/phpunit/src/Util/Cloner.php diff --git a/vendor/phpunit/phpunit/src/Util/Color.php b/www/vendor/phpunit/phpunit/src/Util/Color.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Color.php rename to www/vendor/phpunit/phpunit/src/Util/Color.php diff --git a/vendor/phpunit/phpunit/src/Util/ErrorHandler.php b/www/vendor/phpunit/phpunit/src/Util/ErrorHandler.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/ErrorHandler.php rename to www/vendor/phpunit/phpunit/src/Util/ErrorHandler.php diff --git a/vendor/phpunit/phpunit/src/Util/Exception.php b/www/vendor/phpunit/phpunit/src/Util/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Exception.php rename to www/vendor/phpunit/phpunit/src/Util/Exception.php diff --git a/vendor/phpunit/phpunit/src/Util/ExcludeList.php b/www/vendor/phpunit/phpunit/src/Util/ExcludeList.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/ExcludeList.php rename to www/vendor/phpunit/phpunit/src/Util/ExcludeList.php diff --git a/vendor/phpunit/phpunit/src/Util/FileLoader.php b/www/vendor/phpunit/phpunit/src/Util/FileLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/FileLoader.php rename to www/vendor/phpunit/phpunit/src/Util/FileLoader.php diff --git a/vendor/phpunit/phpunit/src/Util/Filesystem.php b/www/vendor/phpunit/phpunit/src/Util/Filesystem.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Filesystem.php rename to www/vendor/phpunit/phpunit/src/Util/Filesystem.php diff --git a/vendor/phpunit/phpunit/src/Util/Filter.php b/www/vendor/phpunit/phpunit/src/Util/Filter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Filter.php rename to www/vendor/phpunit/phpunit/src/Util/Filter.php diff --git a/vendor/phpunit/phpunit/src/Util/GlobalState.php b/www/vendor/phpunit/phpunit/src/Util/GlobalState.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/GlobalState.php rename to www/vendor/phpunit/phpunit/src/Util/GlobalState.php diff --git a/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php b/www/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php rename to www/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php diff --git a/vendor/phpunit/phpunit/src/Util/Json.php b/www/vendor/phpunit/phpunit/src/Util/Json.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Json.php rename to www/vendor/phpunit/phpunit/src/Util/Json.php diff --git a/vendor/phpunit/phpunit/src/Util/Log/JUnit.php b/www/vendor/phpunit/phpunit/src/Util/Log/JUnit.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Log/JUnit.php rename to www/vendor/phpunit/phpunit/src/Util/Log/JUnit.php diff --git a/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php b/www/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Log/TeamCity.php rename to www/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php b/www/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php rename to www/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php b/www/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php rename to www/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl b/www/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl rename to www/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl b/www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl rename to www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl b/www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl rename to www/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl diff --git a/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php b/www/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php rename to www/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php diff --git a/vendor/phpunit/phpunit/src/Util/Printer.php b/www/vendor/phpunit/phpunit/src/Util/Printer.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Printer.php rename to www/vendor/phpunit/phpunit/src/Util/Printer.php diff --git a/vendor/phpunit/phpunit/src/Util/Reflection.php b/www/vendor/phpunit/phpunit/src/Util/Reflection.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Reflection.php rename to www/vendor/phpunit/phpunit/src/Util/Reflection.php diff --git a/vendor/phpunit/phpunit/src/Util/RegularExpression.php b/www/vendor/phpunit/phpunit/src/Util/RegularExpression.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/RegularExpression.php rename to www/vendor/phpunit/phpunit/src/Util/RegularExpression.php diff --git a/vendor/phpunit/phpunit/src/Util/Test.php b/www/vendor/phpunit/phpunit/src/Util/Test.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Test.php rename to www/vendor/phpunit/phpunit/src/Util/Test.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php b/www/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php rename to www/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php b/www/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php rename to www/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php diff --git a/vendor/phpunit/phpunit/src/Util/Type.php b/www/vendor/phpunit/phpunit/src/Util/Type.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Type.php rename to www/vendor/phpunit/phpunit/src/Util/Type.php diff --git a/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php b/www/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php rename to www/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php diff --git a/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php b/www/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php rename to www/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml.php b/www/vendor/phpunit/phpunit/src/Util/Xml.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml.php rename to www/vendor/phpunit/phpunit/src/Util/Xml.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/Exception.php b/www/vendor/phpunit/phpunit/src/Util/Xml/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/Exception.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/Exception.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php b/www/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/Loader.php b/www/vendor/phpunit/phpunit/src/Util/Xml/Loader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/Loader.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/Loader.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php b/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php b/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php b/www/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php b/www/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php b/www/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php b/www/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php diff --git a/vendor/phpunit/phpunit/src/Util/Xml/Validator.php b/www/vendor/phpunit/phpunit/src/Util/Xml/Validator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Xml/Validator.php rename to www/vendor/phpunit/phpunit/src/Util/Xml/Validator.php diff --git a/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php b/www/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php rename to www/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php diff --git a/vendor/sebastian/cli-parser/ChangeLog.md b/www/vendor/sebastian/cli-parser/ChangeLog.md similarity index 100% rename from vendor/sebastian/cli-parser/ChangeLog.md rename to www/vendor/sebastian/cli-parser/ChangeLog.md diff --git a/vendor/sebastian/cli-parser/LICENSE b/www/vendor/sebastian/cli-parser/LICENSE similarity index 100% rename from vendor/sebastian/cli-parser/LICENSE rename to www/vendor/sebastian/cli-parser/LICENSE diff --git a/vendor/sebastian/cli-parser/README.md b/www/vendor/sebastian/cli-parser/README.md similarity index 100% rename from vendor/sebastian/cli-parser/README.md rename to www/vendor/sebastian/cli-parser/README.md diff --git a/vendor/sebastian/cli-parser/composer.json b/www/vendor/sebastian/cli-parser/composer.json similarity index 100% rename from vendor/sebastian/cli-parser/composer.json rename to www/vendor/sebastian/cli-parser/composer.json diff --git a/vendor/sebastian/cli-parser/infection.json b/www/vendor/sebastian/cli-parser/infection.json similarity index 100% rename from vendor/sebastian/cli-parser/infection.json rename to www/vendor/sebastian/cli-parser/infection.json diff --git a/vendor/sebastian/cli-parser/src/Parser.php b/www/vendor/sebastian/cli-parser/src/Parser.php similarity index 100% rename from vendor/sebastian/cli-parser/src/Parser.php rename to www/vendor/sebastian/cli-parser/src/Parser.php diff --git a/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php b/www/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php similarity index 100% rename from vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php rename to www/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php diff --git a/vendor/sebastian/cli-parser/src/exceptions/Exception.php b/www/vendor/sebastian/cli-parser/src/exceptions/Exception.php similarity index 100% rename from vendor/sebastian/cli-parser/src/exceptions/Exception.php rename to www/vendor/sebastian/cli-parser/src/exceptions/Exception.php diff --git a/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php b/www/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php similarity index 100% rename from vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php rename to www/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php diff --git a/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php b/www/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php similarity index 100% rename from vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php rename to www/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php diff --git a/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php b/www/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php similarity index 100% rename from vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php rename to www/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php diff --git a/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md b/www/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md similarity index 100% rename from vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md rename to www/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md diff --git a/vendor/sebastian/code-unit-reverse-lookup/LICENSE b/www/vendor/sebastian/code-unit-reverse-lookup/LICENSE similarity index 100% rename from vendor/sebastian/code-unit-reverse-lookup/LICENSE rename to www/vendor/sebastian/code-unit-reverse-lookup/LICENSE diff --git a/vendor/sebastian/code-unit-reverse-lookup/README.md b/www/vendor/sebastian/code-unit-reverse-lookup/README.md similarity index 100% rename from vendor/sebastian/code-unit-reverse-lookup/README.md rename to www/vendor/sebastian/code-unit-reverse-lookup/README.md diff --git a/vendor/sebastian/code-unit-reverse-lookup/composer.json b/www/vendor/sebastian/code-unit-reverse-lookup/composer.json similarity index 100% rename from vendor/sebastian/code-unit-reverse-lookup/composer.json rename to www/vendor/sebastian/code-unit-reverse-lookup/composer.json diff --git a/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php b/www/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php similarity index 100% rename from vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php rename to www/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php diff --git a/vendor/sebastian/code-unit/.psalm/baseline.xml b/www/vendor/sebastian/code-unit/.psalm/baseline.xml similarity index 100% rename from vendor/sebastian/code-unit/.psalm/baseline.xml rename to www/vendor/sebastian/code-unit/.psalm/baseline.xml diff --git a/vendor/sebastian/code-unit/.psalm/config.xml b/www/vendor/sebastian/code-unit/.psalm/config.xml similarity index 100% rename from vendor/sebastian/code-unit/.psalm/config.xml rename to www/vendor/sebastian/code-unit/.psalm/config.xml diff --git a/vendor/sebastian/code-unit/ChangeLog.md b/www/vendor/sebastian/code-unit/ChangeLog.md similarity index 100% rename from vendor/sebastian/code-unit/ChangeLog.md rename to www/vendor/sebastian/code-unit/ChangeLog.md diff --git a/vendor/sebastian/code-unit/LICENSE b/www/vendor/sebastian/code-unit/LICENSE similarity index 100% rename from vendor/sebastian/code-unit/LICENSE rename to www/vendor/sebastian/code-unit/LICENSE diff --git a/vendor/sebastian/code-unit/README.md b/www/vendor/sebastian/code-unit/README.md similarity index 100% rename from vendor/sebastian/code-unit/README.md rename to www/vendor/sebastian/code-unit/README.md diff --git a/vendor/sebastian/code-unit/composer.json b/www/vendor/sebastian/code-unit/composer.json similarity index 100% rename from vendor/sebastian/code-unit/composer.json rename to www/vendor/sebastian/code-unit/composer.json diff --git a/vendor/sebastian/code-unit/src/ClassMethodUnit.php b/www/vendor/sebastian/code-unit/src/ClassMethodUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/ClassMethodUnit.php rename to www/vendor/sebastian/code-unit/src/ClassMethodUnit.php diff --git a/vendor/sebastian/code-unit/src/ClassUnit.php b/www/vendor/sebastian/code-unit/src/ClassUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/ClassUnit.php rename to www/vendor/sebastian/code-unit/src/ClassUnit.php diff --git a/vendor/sebastian/code-unit/src/CodeUnit.php b/www/vendor/sebastian/code-unit/src/CodeUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/CodeUnit.php rename to www/vendor/sebastian/code-unit/src/CodeUnit.php diff --git a/vendor/sebastian/code-unit/src/CodeUnitCollection.php b/www/vendor/sebastian/code-unit/src/CodeUnitCollection.php similarity index 100% rename from vendor/sebastian/code-unit/src/CodeUnitCollection.php rename to www/vendor/sebastian/code-unit/src/CodeUnitCollection.php diff --git a/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php b/www/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php similarity index 100% rename from vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php rename to www/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php diff --git a/vendor/sebastian/code-unit/src/FunctionUnit.php b/www/vendor/sebastian/code-unit/src/FunctionUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/FunctionUnit.php rename to www/vendor/sebastian/code-unit/src/FunctionUnit.php diff --git a/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php b/www/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/InterfaceMethodUnit.php rename to www/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php diff --git a/vendor/sebastian/code-unit/src/InterfaceUnit.php b/www/vendor/sebastian/code-unit/src/InterfaceUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/InterfaceUnit.php rename to www/vendor/sebastian/code-unit/src/InterfaceUnit.php diff --git a/vendor/sebastian/code-unit/src/Mapper.php b/www/vendor/sebastian/code-unit/src/Mapper.php similarity index 100% rename from vendor/sebastian/code-unit/src/Mapper.php rename to www/vendor/sebastian/code-unit/src/Mapper.php diff --git a/vendor/sebastian/code-unit/src/TraitMethodUnit.php b/www/vendor/sebastian/code-unit/src/TraitMethodUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/TraitMethodUnit.php rename to www/vendor/sebastian/code-unit/src/TraitMethodUnit.php diff --git a/vendor/sebastian/code-unit/src/TraitUnit.php b/www/vendor/sebastian/code-unit/src/TraitUnit.php similarity index 100% rename from vendor/sebastian/code-unit/src/TraitUnit.php rename to www/vendor/sebastian/code-unit/src/TraitUnit.php diff --git a/vendor/sebastian/code-unit/src/exceptions/Exception.php b/www/vendor/sebastian/code-unit/src/exceptions/Exception.php similarity index 100% rename from vendor/sebastian/code-unit/src/exceptions/Exception.php rename to www/vendor/sebastian/code-unit/src/exceptions/Exception.php diff --git a/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php b/www/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php similarity index 100% rename from vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php rename to www/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php diff --git a/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php b/www/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php similarity index 100% rename from vendor/sebastian/code-unit/src/exceptions/NoTraitException.php rename to www/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php diff --git a/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php b/www/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php similarity index 100% rename from vendor/sebastian/code-unit/src/exceptions/ReflectionException.php rename to www/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php diff --git a/vendor/sebastian/comparator/ChangeLog.md b/www/vendor/sebastian/comparator/ChangeLog.md similarity index 100% rename from vendor/sebastian/comparator/ChangeLog.md rename to www/vendor/sebastian/comparator/ChangeLog.md diff --git a/vendor/sebastian/comparator/LICENSE b/www/vendor/sebastian/comparator/LICENSE similarity index 100% rename from vendor/sebastian/comparator/LICENSE rename to www/vendor/sebastian/comparator/LICENSE diff --git a/vendor/sebastian/comparator/README.md b/www/vendor/sebastian/comparator/README.md similarity index 100% rename from vendor/sebastian/comparator/README.md rename to www/vendor/sebastian/comparator/README.md diff --git a/vendor/sebastian/comparator/composer.json b/www/vendor/sebastian/comparator/composer.json similarity index 100% rename from vendor/sebastian/comparator/composer.json rename to www/vendor/sebastian/comparator/composer.json diff --git a/vendor/sebastian/comparator/src/ArrayComparator.php b/www/vendor/sebastian/comparator/src/ArrayComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ArrayComparator.php rename to www/vendor/sebastian/comparator/src/ArrayComparator.php diff --git a/vendor/sebastian/comparator/src/Comparator.php b/www/vendor/sebastian/comparator/src/Comparator.php similarity index 100% rename from vendor/sebastian/comparator/src/Comparator.php rename to www/vendor/sebastian/comparator/src/Comparator.php diff --git a/vendor/sebastian/comparator/src/ComparisonFailure.php b/www/vendor/sebastian/comparator/src/ComparisonFailure.php similarity index 100% rename from vendor/sebastian/comparator/src/ComparisonFailure.php rename to www/vendor/sebastian/comparator/src/ComparisonFailure.php diff --git a/vendor/sebastian/comparator/src/DOMNodeComparator.php b/www/vendor/sebastian/comparator/src/DOMNodeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DOMNodeComparator.php rename to www/vendor/sebastian/comparator/src/DOMNodeComparator.php diff --git a/vendor/sebastian/comparator/src/DateTimeComparator.php b/www/vendor/sebastian/comparator/src/DateTimeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DateTimeComparator.php rename to www/vendor/sebastian/comparator/src/DateTimeComparator.php diff --git a/vendor/sebastian/comparator/src/DoubleComparator.php b/www/vendor/sebastian/comparator/src/DoubleComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DoubleComparator.php rename to www/vendor/sebastian/comparator/src/DoubleComparator.php diff --git a/vendor/sebastian/comparator/src/ExceptionComparator.php b/www/vendor/sebastian/comparator/src/ExceptionComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ExceptionComparator.php rename to www/vendor/sebastian/comparator/src/ExceptionComparator.php diff --git a/vendor/sebastian/comparator/src/Factory.php b/www/vendor/sebastian/comparator/src/Factory.php similarity index 100% rename from vendor/sebastian/comparator/src/Factory.php rename to www/vendor/sebastian/comparator/src/Factory.php diff --git a/vendor/sebastian/comparator/src/MockObjectComparator.php b/www/vendor/sebastian/comparator/src/MockObjectComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/MockObjectComparator.php rename to www/vendor/sebastian/comparator/src/MockObjectComparator.php diff --git a/vendor/sebastian/comparator/src/NumericComparator.php b/www/vendor/sebastian/comparator/src/NumericComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/NumericComparator.php rename to www/vendor/sebastian/comparator/src/NumericComparator.php diff --git a/vendor/sebastian/comparator/src/ObjectComparator.php b/www/vendor/sebastian/comparator/src/ObjectComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ObjectComparator.php rename to www/vendor/sebastian/comparator/src/ObjectComparator.php diff --git a/vendor/sebastian/comparator/src/ResourceComparator.php b/www/vendor/sebastian/comparator/src/ResourceComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ResourceComparator.php rename to www/vendor/sebastian/comparator/src/ResourceComparator.php diff --git a/vendor/sebastian/comparator/src/ScalarComparator.php b/www/vendor/sebastian/comparator/src/ScalarComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ScalarComparator.php rename to www/vendor/sebastian/comparator/src/ScalarComparator.php diff --git a/vendor/sebastian/comparator/src/SplObjectStorageComparator.php b/www/vendor/sebastian/comparator/src/SplObjectStorageComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/SplObjectStorageComparator.php rename to www/vendor/sebastian/comparator/src/SplObjectStorageComparator.php diff --git a/vendor/sebastian/comparator/src/TypeComparator.php b/www/vendor/sebastian/comparator/src/TypeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/TypeComparator.php rename to www/vendor/sebastian/comparator/src/TypeComparator.php diff --git a/vendor/sebastian/comparator/src/exceptions/Exception.php b/www/vendor/sebastian/comparator/src/exceptions/Exception.php similarity index 100% rename from vendor/sebastian/comparator/src/exceptions/Exception.php rename to www/vendor/sebastian/comparator/src/exceptions/Exception.php diff --git a/vendor/sebastian/comparator/src/exceptions/RuntimeException.php b/www/vendor/sebastian/comparator/src/exceptions/RuntimeException.php similarity index 100% rename from vendor/sebastian/comparator/src/exceptions/RuntimeException.php rename to www/vendor/sebastian/comparator/src/exceptions/RuntimeException.php diff --git a/vendor/sebastian/complexity/.psalm/baseline.xml b/www/vendor/sebastian/complexity/.psalm/baseline.xml similarity index 100% rename from vendor/sebastian/complexity/.psalm/baseline.xml rename to www/vendor/sebastian/complexity/.psalm/baseline.xml diff --git a/vendor/sebastian/complexity/.psalm/config.xml b/www/vendor/sebastian/complexity/.psalm/config.xml similarity index 100% rename from vendor/sebastian/complexity/.psalm/config.xml rename to www/vendor/sebastian/complexity/.psalm/config.xml diff --git a/vendor/sebastian/complexity/ChangeLog.md b/www/vendor/sebastian/complexity/ChangeLog.md similarity index 100% rename from vendor/sebastian/complexity/ChangeLog.md rename to www/vendor/sebastian/complexity/ChangeLog.md diff --git a/vendor/sebastian/complexity/LICENSE b/www/vendor/sebastian/complexity/LICENSE similarity index 100% rename from vendor/sebastian/complexity/LICENSE rename to www/vendor/sebastian/complexity/LICENSE diff --git a/vendor/sebastian/complexity/README.md b/www/vendor/sebastian/complexity/README.md similarity index 100% rename from vendor/sebastian/complexity/README.md rename to www/vendor/sebastian/complexity/README.md diff --git a/vendor/sebastian/complexity/composer.json b/www/vendor/sebastian/complexity/composer.json similarity index 100% rename from vendor/sebastian/complexity/composer.json rename to www/vendor/sebastian/complexity/composer.json diff --git a/vendor/sebastian/complexity/src/Calculator.php b/www/vendor/sebastian/complexity/src/Calculator.php similarity index 100% rename from vendor/sebastian/complexity/src/Calculator.php rename to www/vendor/sebastian/complexity/src/Calculator.php diff --git a/vendor/sebastian/complexity/src/Complexity/Complexity.php b/www/vendor/sebastian/complexity/src/Complexity/Complexity.php similarity index 100% rename from vendor/sebastian/complexity/src/Complexity/Complexity.php rename to www/vendor/sebastian/complexity/src/Complexity/Complexity.php diff --git a/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php b/www/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php similarity index 100% rename from vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php rename to www/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php diff --git a/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php b/www/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php similarity index 100% rename from vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php rename to www/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php diff --git a/vendor/sebastian/complexity/src/Exception/Exception.php b/www/vendor/sebastian/complexity/src/Exception/Exception.php similarity index 100% rename from vendor/sebastian/complexity/src/Exception/Exception.php rename to www/vendor/sebastian/complexity/src/Exception/Exception.php diff --git a/vendor/sebastian/complexity/src/Exception/RuntimeException.php b/www/vendor/sebastian/complexity/src/Exception/RuntimeException.php similarity index 100% rename from vendor/sebastian/complexity/src/Exception/RuntimeException.php rename to www/vendor/sebastian/complexity/src/Exception/RuntimeException.php diff --git a/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php b/www/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php similarity index 100% rename from vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php rename to www/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php diff --git a/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php b/www/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php similarity index 100% rename from vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php rename to www/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php diff --git a/vendor/sebastian/diff/ChangeLog.md b/www/vendor/sebastian/diff/ChangeLog.md similarity index 100% rename from vendor/sebastian/diff/ChangeLog.md rename to www/vendor/sebastian/diff/ChangeLog.md diff --git a/vendor/sebastian/diff/LICENSE b/www/vendor/sebastian/diff/LICENSE similarity index 100% rename from vendor/sebastian/diff/LICENSE rename to www/vendor/sebastian/diff/LICENSE diff --git a/vendor/sebastian/diff/README.md b/www/vendor/sebastian/diff/README.md similarity index 100% rename from vendor/sebastian/diff/README.md rename to www/vendor/sebastian/diff/README.md diff --git a/vendor/sebastian/diff/composer.json b/www/vendor/sebastian/diff/composer.json similarity index 100% rename from vendor/sebastian/diff/composer.json rename to www/vendor/sebastian/diff/composer.json diff --git a/vendor/sebastian/diff/src/Chunk.php b/www/vendor/sebastian/diff/src/Chunk.php similarity index 100% rename from vendor/sebastian/diff/src/Chunk.php rename to www/vendor/sebastian/diff/src/Chunk.php diff --git a/vendor/sebastian/diff/src/Diff.php b/www/vendor/sebastian/diff/src/Diff.php similarity index 100% rename from vendor/sebastian/diff/src/Diff.php rename to www/vendor/sebastian/diff/src/Diff.php diff --git a/vendor/sebastian/diff/src/Differ.php b/www/vendor/sebastian/diff/src/Differ.php similarity index 100% rename from vendor/sebastian/diff/src/Differ.php rename to www/vendor/sebastian/diff/src/Differ.php diff --git a/vendor/sebastian/diff/src/Exception/ConfigurationException.php b/www/vendor/sebastian/diff/src/Exception/ConfigurationException.php similarity index 100% rename from vendor/sebastian/diff/src/Exception/ConfigurationException.php rename to www/vendor/sebastian/diff/src/Exception/ConfigurationException.php diff --git a/vendor/sebastian/diff/src/Exception/Exception.php b/www/vendor/sebastian/diff/src/Exception/Exception.php similarity index 100% rename from vendor/sebastian/diff/src/Exception/Exception.php rename to www/vendor/sebastian/diff/src/Exception/Exception.php diff --git a/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php b/www/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/sebastian/diff/src/Exception/InvalidArgumentException.php rename to www/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php diff --git a/vendor/sebastian/diff/src/Line.php b/www/vendor/sebastian/diff/src/Line.php similarity index 100% rename from vendor/sebastian/diff/src/Line.php rename to www/vendor/sebastian/diff/src/Line.php diff --git a/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php b/www/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php similarity index 100% rename from vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php rename to www/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php diff --git a/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php b/www/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php similarity index 100% rename from vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php rename to www/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php diff --git a/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php b/www/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php similarity index 100% rename from vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php rename to www/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php diff --git a/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php b/www/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php similarity index 100% rename from vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php rename to www/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php diff --git a/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php b/www/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php similarity index 100% rename from vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php rename to www/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php diff --git a/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php b/www/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php similarity index 100% rename from vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php rename to www/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php diff --git a/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php b/www/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php similarity index 100% rename from vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php rename to www/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php diff --git a/vendor/sebastian/diff/src/Parser.php b/www/vendor/sebastian/diff/src/Parser.php similarity index 100% rename from vendor/sebastian/diff/src/Parser.php rename to www/vendor/sebastian/diff/src/Parser.php diff --git a/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php b/www/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php similarity index 100% rename from vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php rename to www/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php diff --git a/vendor/sebastian/environment/ChangeLog.md b/www/vendor/sebastian/environment/ChangeLog.md similarity index 100% rename from vendor/sebastian/environment/ChangeLog.md rename to www/vendor/sebastian/environment/ChangeLog.md diff --git a/vendor/sebastian/environment/LICENSE b/www/vendor/sebastian/environment/LICENSE similarity index 100% rename from vendor/sebastian/environment/LICENSE rename to www/vendor/sebastian/environment/LICENSE diff --git a/vendor/sebastian/environment/README.md b/www/vendor/sebastian/environment/README.md similarity index 100% rename from vendor/sebastian/environment/README.md rename to www/vendor/sebastian/environment/README.md diff --git a/vendor/sebastian/environment/composer.json b/www/vendor/sebastian/environment/composer.json similarity index 100% rename from vendor/sebastian/environment/composer.json rename to www/vendor/sebastian/environment/composer.json diff --git a/vendor/sebastian/environment/src/Console.php b/www/vendor/sebastian/environment/src/Console.php similarity index 100% rename from vendor/sebastian/environment/src/Console.php rename to www/vendor/sebastian/environment/src/Console.php diff --git a/vendor/sebastian/environment/src/OperatingSystem.php b/www/vendor/sebastian/environment/src/OperatingSystem.php similarity index 100% rename from vendor/sebastian/environment/src/OperatingSystem.php rename to www/vendor/sebastian/environment/src/OperatingSystem.php diff --git a/vendor/sebastian/environment/src/Runtime.php b/www/vendor/sebastian/environment/src/Runtime.php similarity index 100% rename from vendor/sebastian/environment/src/Runtime.php rename to www/vendor/sebastian/environment/src/Runtime.php diff --git a/vendor/sebastian/exporter/ChangeLog.md b/www/vendor/sebastian/exporter/ChangeLog.md similarity index 100% rename from vendor/sebastian/exporter/ChangeLog.md rename to www/vendor/sebastian/exporter/ChangeLog.md diff --git a/vendor/sebastian/exporter/LICENSE b/www/vendor/sebastian/exporter/LICENSE similarity index 100% rename from vendor/sebastian/exporter/LICENSE rename to www/vendor/sebastian/exporter/LICENSE diff --git a/vendor/sebastian/exporter/README.md b/www/vendor/sebastian/exporter/README.md similarity index 100% rename from vendor/sebastian/exporter/README.md rename to www/vendor/sebastian/exporter/README.md diff --git a/vendor/sebastian/exporter/composer.json b/www/vendor/sebastian/exporter/composer.json similarity index 100% rename from vendor/sebastian/exporter/composer.json rename to www/vendor/sebastian/exporter/composer.json diff --git a/vendor/sebastian/exporter/src/Exporter.php b/www/vendor/sebastian/exporter/src/Exporter.php similarity index 100% rename from vendor/sebastian/exporter/src/Exporter.php rename to www/vendor/sebastian/exporter/src/Exporter.php diff --git a/vendor/sebastian/global-state/ChangeLog.md b/www/vendor/sebastian/global-state/ChangeLog.md similarity index 100% rename from vendor/sebastian/global-state/ChangeLog.md rename to www/vendor/sebastian/global-state/ChangeLog.md diff --git a/vendor/sebastian/global-state/LICENSE b/www/vendor/sebastian/global-state/LICENSE similarity index 100% rename from vendor/sebastian/global-state/LICENSE rename to www/vendor/sebastian/global-state/LICENSE diff --git a/vendor/sebastian/global-state/README.md b/www/vendor/sebastian/global-state/README.md similarity index 100% rename from vendor/sebastian/global-state/README.md rename to www/vendor/sebastian/global-state/README.md diff --git a/vendor/sebastian/global-state/composer.json b/www/vendor/sebastian/global-state/composer.json similarity index 100% rename from vendor/sebastian/global-state/composer.json rename to www/vendor/sebastian/global-state/composer.json diff --git a/vendor/sebastian/global-state/src/CodeExporter.php b/www/vendor/sebastian/global-state/src/CodeExporter.php similarity index 100% rename from vendor/sebastian/global-state/src/CodeExporter.php rename to www/vendor/sebastian/global-state/src/CodeExporter.php diff --git a/vendor/sebastian/global-state/src/ExcludeList.php b/www/vendor/sebastian/global-state/src/ExcludeList.php similarity index 100% rename from vendor/sebastian/global-state/src/ExcludeList.php rename to www/vendor/sebastian/global-state/src/ExcludeList.php diff --git a/vendor/sebastian/global-state/src/Restorer.php b/www/vendor/sebastian/global-state/src/Restorer.php similarity index 100% rename from vendor/sebastian/global-state/src/Restorer.php rename to www/vendor/sebastian/global-state/src/Restorer.php diff --git a/vendor/sebastian/global-state/src/Snapshot.php b/www/vendor/sebastian/global-state/src/Snapshot.php similarity index 100% rename from vendor/sebastian/global-state/src/Snapshot.php rename to www/vendor/sebastian/global-state/src/Snapshot.php diff --git a/vendor/sebastian/global-state/src/exceptions/Exception.php b/www/vendor/sebastian/global-state/src/exceptions/Exception.php similarity index 100% rename from vendor/sebastian/global-state/src/exceptions/Exception.php rename to www/vendor/sebastian/global-state/src/exceptions/Exception.php diff --git a/vendor/sebastian/global-state/src/exceptions/RuntimeException.php b/www/vendor/sebastian/global-state/src/exceptions/RuntimeException.php similarity index 100% rename from vendor/sebastian/global-state/src/exceptions/RuntimeException.php rename to www/vendor/sebastian/global-state/src/exceptions/RuntimeException.php diff --git a/vendor/sebastian/lines-of-code/.psalm/baseline.xml b/www/vendor/sebastian/lines-of-code/.psalm/baseline.xml similarity index 100% rename from vendor/sebastian/lines-of-code/.psalm/baseline.xml rename to www/vendor/sebastian/lines-of-code/.psalm/baseline.xml diff --git a/vendor/sebastian/lines-of-code/.psalm/config.xml b/www/vendor/sebastian/lines-of-code/.psalm/config.xml similarity index 100% rename from vendor/sebastian/lines-of-code/.psalm/config.xml rename to www/vendor/sebastian/lines-of-code/.psalm/config.xml diff --git a/vendor/sebastian/lines-of-code/ChangeLog.md b/www/vendor/sebastian/lines-of-code/ChangeLog.md similarity index 100% rename from vendor/sebastian/lines-of-code/ChangeLog.md rename to www/vendor/sebastian/lines-of-code/ChangeLog.md diff --git a/vendor/sebastian/lines-of-code/LICENSE b/www/vendor/sebastian/lines-of-code/LICENSE similarity index 100% rename from vendor/sebastian/lines-of-code/LICENSE rename to www/vendor/sebastian/lines-of-code/LICENSE diff --git a/vendor/sebastian/lines-of-code/README.md b/www/vendor/sebastian/lines-of-code/README.md similarity index 100% rename from vendor/sebastian/lines-of-code/README.md rename to www/vendor/sebastian/lines-of-code/README.md diff --git a/vendor/sebastian/lines-of-code/composer.json b/www/vendor/sebastian/lines-of-code/composer.json similarity index 100% rename from vendor/sebastian/lines-of-code/composer.json rename to www/vendor/sebastian/lines-of-code/composer.json diff --git a/vendor/sebastian/lines-of-code/src/Counter.php b/www/vendor/sebastian/lines-of-code/src/Counter.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/Counter.php rename to www/vendor/sebastian/lines-of-code/src/Counter.php diff --git a/vendor/sebastian/lines-of-code/src/Exception/Exception.php b/www/vendor/sebastian/lines-of-code/src/Exception/Exception.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/Exception/Exception.php rename to www/vendor/sebastian/lines-of-code/src/Exception/Exception.php diff --git a/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php b/www/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php rename to www/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php diff --git a/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php b/www/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php rename to www/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php diff --git a/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php b/www/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php rename to www/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php diff --git a/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php b/www/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/LineCountingVisitor.php rename to www/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php diff --git a/vendor/sebastian/lines-of-code/src/LinesOfCode.php b/www/vendor/sebastian/lines-of-code/src/LinesOfCode.php similarity index 100% rename from vendor/sebastian/lines-of-code/src/LinesOfCode.php rename to www/vendor/sebastian/lines-of-code/src/LinesOfCode.php diff --git a/vendor/sebastian/object-enumerator/.psalm/baseline.xml b/www/vendor/sebastian/object-enumerator/.psalm/baseline.xml similarity index 100% rename from vendor/sebastian/object-enumerator/.psalm/baseline.xml rename to www/vendor/sebastian/object-enumerator/.psalm/baseline.xml diff --git a/vendor/sebastian/object-enumerator/.psalm/config.xml b/www/vendor/sebastian/object-enumerator/.psalm/config.xml similarity index 100% rename from vendor/sebastian/object-enumerator/.psalm/config.xml rename to www/vendor/sebastian/object-enumerator/.psalm/config.xml diff --git a/vendor/sebastian/object-enumerator/ChangeLog.md b/www/vendor/sebastian/object-enumerator/ChangeLog.md similarity index 100% rename from vendor/sebastian/object-enumerator/ChangeLog.md rename to www/vendor/sebastian/object-enumerator/ChangeLog.md diff --git a/vendor/sebastian/object-enumerator/LICENSE b/www/vendor/sebastian/object-enumerator/LICENSE similarity index 100% rename from vendor/sebastian/object-enumerator/LICENSE rename to www/vendor/sebastian/object-enumerator/LICENSE diff --git a/vendor/sebastian/object-enumerator/README.md b/www/vendor/sebastian/object-enumerator/README.md similarity index 100% rename from vendor/sebastian/object-enumerator/README.md rename to www/vendor/sebastian/object-enumerator/README.md diff --git a/vendor/sebastian/object-enumerator/composer.json b/www/vendor/sebastian/object-enumerator/composer.json similarity index 100% rename from vendor/sebastian/object-enumerator/composer.json rename to www/vendor/sebastian/object-enumerator/composer.json diff --git a/vendor/sebastian/object-enumerator/phpunit.xml b/www/vendor/sebastian/object-enumerator/phpunit.xml similarity index 100% rename from vendor/sebastian/object-enumerator/phpunit.xml rename to www/vendor/sebastian/object-enumerator/phpunit.xml diff --git a/vendor/sebastian/object-enumerator/src/Enumerator.php b/www/vendor/sebastian/object-enumerator/src/Enumerator.php similarity index 100% rename from vendor/sebastian/object-enumerator/src/Enumerator.php rename to www/vendor/sebastian/object-enumerator/src/Enumerator.php diff --git a/vendor/sebastian/object-enumerator/src/Exception.php b/www/vendor/sebastian/object-enumerator/src/Exception.php similarity index 100% rename from vendor/sebastian/object-enumerator/src/Exception.php rename to www/vendor/sebastian/object-enumerator/src/Exception.php diff --git a/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php b/www/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php similarity index 100% rename from vendor/sebastian/object-enumerator/src/InvalidArgumentException.php rename to www/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php diff --git a/vendor/sebastian/object-reflector/.psalm/baseline.xml b/www/vendor/sebastian/object-reflector/.psalm/baseline.xml similarity index 100% rename from vendor/sebastian/object-reflector/.psalm/baseline.xml rename to www/vendor/sebastian/object-reflector/.psalm/baseline.xml diff --git a/vendor/sebastian/object-reflector/.psalm/config.xml b/www/vendor/sebastian/object-reflector/.psalm/config.xml similarity index 100% rename from vendor/sebastian/object-reflector/.psalm/config.xml rename to www/vendor/sebastian/object-reflector/.psalm/config.xml diff --git a/vendor/sebastian/object-reflector/ChangeLog.md b/www/vendor/sebastian/object-reflector/ChangeLog.md similarity index 100% rename from vendor/sebastian/object-reflector/ChangeLog.md rename to www/vendor/sebastian/object-reflector/ChangeLog.md diff --git a/vendor/sebastian/object-reflector/LICENSE b/www/vendor/sebastian/object-reflector/LICENSE similarity index 100% rename from vendor/sebastian/object-reflector/LICENSE rename to www/vendor/sebastian/object-reflector/LICENSE diff --git a/vendor/sebastian/object-reflector/README.md b/www/vendor/sebastian/object-reflector/README.md similarity index 100% rename from vendor/sebastian/object-reflector/README.md rename to www/vendor/sebastian/object-reflector/README.md diff --git a/vendor/sebastian/object-reflector/composer.json b/www/vendor/sebastian/object-reflector/composer.json similarity index 100% rename from vendor/sebastian/object-reflector/composer.json rename to www/vendor/sebastian/object-reflector/composer.json diff --git a/vendor/sebastian/object-reflector/src/Exception.php b/www/vendor/sebastian/object-reflector/src/Exception.php similarity index 100% rename from vendor/sebastian/object-reflector/src/Exception.php rename to www/vendor/sebastian/object-reflector/src/Exception.php diff --git a/vendor/sebastian/object-reflector/src/InvalidArgumentException.php b/www/vendor/sebastian/object-reflector/src/InvalidArgumentException.php similarity index 100% rename from vendor/sebastian/object-reflector/src/InvalidArgumentException.php rename to www/vendor/sebastian/object-reflector/src/InvalidArgumentException.php diff --git a/vendor/sebastian/object-reflector/src/ObjectReflector.php b/www/vendor/sebastian/object-reflector/src/ObjectReflector.php similarity index 100% rename from vendor/sebastian/object-reflector/src/ObjectReflector.php rename to www/vendor/sebastian/object-reflector/src/ObjectReflector.php diff --git a/vendor/sebastian/recursion-context/ChangeLog.md b/www/vendor/sebastian/recursion-context/ChangeLog.md similarity index 100% rename from vendor/sebastian/recursion-context/ChangeLog.md rename to www/vendor/sebastian/recursion-context/ChangeLog.md diff --git a/vendor/sebastian/recursion-context/LICENSE b/www/vendor/sebastian/recursion-context/LICENSE similarity index 100% rename from vendor/sebastian/recursion-context/LICENSE rename to www/vendor/sebastian/recursion-context/LICENSE diff --git a/vendor/sebastian/recursion-context/README.md b/www/vendor/sebastian/recursion-context/README.md similarity index 100% rename from vendor/sebastian/recursion-context/README.md rename to www/vendor/sebastian/recursion-context/README.md diff --git a/vendor/sebastian/recursion-context/composer.json b/www/vendor/sebastian/recursion-context/composer.json similarity index 100% rename from vendor/sebastian/recursion-context/composer.json rename to www/vendor/sebastian/recursion-context/composer.json diff --git a/vendor/sebastian/recursion-context/src/Context.php b/www/vendor/sebastian/recursion-context/src/Context.php similarity index 100% rename from vendor/sebastian/recursion-context/src/Context.php rename to www/vendor/sebastian/recursion-context/src/Context.php diff --git a/vendor/sebastian/recursion-context/src/Exception.php b/www/vendor/sebastian/recursion-context/src/Exception.php similarity index 100% rename from vendor/sebastian/recursion-context/src/Exception.php rename to www/vendor/sebastian/recursion-context/src/Exception.php diff --git a/vendor/sebastian/recursion-context/src/InvalidArgumentException.php b/www/vendor/sebastian/recursion-context/src/InvalidArgumentException.php similarity index 100% rename from vendor/sebastian/recursion-context/src/InvalidArgumentException.php rename to www/vendor/sebastian/recursion-context/src/InvalidArgumentException.php diff --git a/vendor/sebastian/resource-operations/.gitattributes b/www/vendor/sebastian/resource-operations/.gitattributes similarity index 100% rename from vendor/sebastian/resource-operations/.gitattributes rename to www/vendor/sebastian/resource-operations/.gitattributes diff --git a/vendor/sebastian/resource-operations/.gitignore b/www/vendor/sebastian/resource-operations/.gitignore similarity index 100% rename from vendor/sebastian/resource-operations/.gitignore rename to www/vendor/sebastian/resource-operations/.gitignore diff --git a/vendor/sebastian/resource-operations/ChangeLog.md b/www/vendor/sebastian/resource-operations/ChangeLog.md similarity index 100% rename from vendor/sebastian/resource-operations/ChangeLog.md rename to www/vendor/sebastian/resource-operations/ChangeLog.md diff --git a/vendor/sebastian/resource-operations/LICENSE b/www/vendor/sebastian/resource-operations/LICENSE similarity index 100% rename from vendor/sebastian/resource-operations/LICENSE rename to www/vendor/sebastian/resource-operations/LICENSE diff --git a/vendor/sebastian/resource-operations/README.md b/www/vendor/sebastian/resource-operations/README.md similarity index 100% rename from vendor/sebastian/resource-operations/README.md rename to www/vendor/sebastian/resource-operations/README.md diff --git a/vendor/sebastian/resource-operations/build/generate.php b/www/vendor/sebastian/resource-operations/build/generate.php similarity index 100% rename from vendor/sebastian/resource-operations/build/generate.php rename to www/vendor/sebastian/resource-operations/build/generate.php diff --git a/vendor/sebastian/resource-operations/composer.json b/www/vendor/sebastian/resource-operations/composer.json similarity index 100% rename from vendor/sebastian/resource-operations/composer.json rename to www/vendor/sebastian/resource-operations/composer.json diff --git a/vendor/sebastian/resource-operations/src/ResourceOperations.php b/www/vendor/sebastian/resource-operations/src/ResourceOperations.php similarity index 100% rename from vendor/sebastian/resource-operations/src/ResourceOperations.php rename to www/vendor/sebastian/resource-operations/src/ResourceOperations.php diff --git a/vendor/sebastian/type/ChangeLog.md b/www/vendor/sebastian/type/ChangeLog.md similarity index 100% rename from vendor/sebastian/type/ChangeLog.md rename to www/vendor/sebastian/type/ChangeLog.md diff --git a/vendor/sebastian/type/LICENSE b/www/vendor/sebastian/type/LICENSE similarity index 100% rename from vendor/sebastian/type/LICENSE rename to www/vendor/sebastian/type/LICENSE diff --git a/vendor/sebastian/type/README.md b/www/vendor/sebastian/type/README.md similarity index 100% rename from vendor/sebastian/type/README.md rename to www/vendor/sebastian/type/README.md diff --git a/vendor/sebastian/type/composer.json b/www/vendor/sebastian/type/composer.json similarity index 100% rename from vendor/sebastian/type/composer.json rename to www/vendor/sebastian/type/composer.json diff --git a/vendor/sebastian/type/src/Parameter.php b/www/vendor/sebastian/type/src/Parameter.php similarity index 100% rename from vendor/sebastian/type/src/Parameter.php rename to www/vendor/sebastian/type/src/Parameter.php diff --git a/vendor/sebastian/type/src/ReflectionMapper.php b/www/vendor/sebastian/type/src/ReflectionMapper.php similarity index 100% rename from vendor/sebastian/type/src/ReflectionMapper.php rename to www/vendor/sebastian/type/src/ReflectionMapper.php diff --git a/vendor/sebastian/type/src/TypeName.php b/www/vendor/sebastian/type/src/TypeName.php similarity index 100% rename from vendor/sebastian/type/src/TypeName.php rename to www/vendor/sebastian/type/src/TypeName.php diff --git a/vendor/sebastian/type/src/exception/Exception.php b/www/vendor/sebastian/type/src/exception/Exception.php similarity index 100% rename from vendor/sebastian/type/src/exception/Exception.php rename to www/vendor/sebastian/type/src/exception/Exception.php diff --git a/vendor/sebastian/type/src/exception/RuntimeException.php b/www/vendor/sebastian/type/src/exception/RuntimeException.php similarity index 100% rename from vendor/sebastian/type/src/exception/RuntimeException.php rename to www/vendor/sebastian/type/src/exception/RuntimeException.php diff --git a/vendor/sebastian/type/src/type/CallableType.php b/www/vendor/sebastian/type/src/type/CallableType.php similarity index 100% rename from vendor/sebastian/type/src/type/CallableType.php rename to www/vendor/sebastian/type/src/type/CallableType.php diff --git a/vendor/sebastian/type/src/type/FalseType.php b/www/vendor/sebastian/type/src/type/FalseType.php similarity index 100% rename from vendor/sebastian/type/src/type/FalseType.php rename to www/vendor/sebastian/type/src/type/FalseType.php diff --git a/vendor/sebastian/type/src/type/GenericObjectType.php b/www/vendor/sebastian/type/src/type/GenericObjectType.php similarity index 100% rename from vendor/sebastian/type/src/type/GenericObjectType.php rename to www/vendor/sebastian/type/src/type/GenericObjectType.php diff --git a/vendor/sebastian/type/src/type/IntersectionType.php b/www/vendor/sebastian/type/src/type/IntersectionType.php similarity index 100% rename from vendor/sebastian/type/src/type/IntersectionType.php rename to www/vendor/sebastian/type/src/type/IntersectionType.php diff --git a/vendor/sebastian/type/src/type/IterableType.php b/www/vendor/sebastian/type/src/type/IterableType.php similarity index 100% rename from vendor/sebastian/type/src/type/IterableType.php rename to www/vendor/sebastian/type/src/type/IterableType.php diff --git a/vendor/sebastian/type/src/type/MixedType.php b/www/vendor/sebastian/type/src/type/MixedType.php similarity index 100% rename from vendor/sebastian/type/src/type/MixedType.php rename to www/vendor/sebastian/type/src/type/MixedType.php diff --git a/vendor/sebastian/type/src/type/NeverType.php b/www/vendor/sebastian/type/src/type/NeverType.php similarity index 100% rename from vendor/sebastian/type/src/type/NeverType.php rename to www/vendor/sebastian/type/src/type/NeverType.php diff --git a/vendor/sebastian/type/src/type/NullType.php b/www/vendor/sebastian/type/src/type/NullType.php similarity index 100% rename from vendor/sebastian/type/src/type/NullType.php rename to www/vendor/sebastian/type/src/type/NullType.php diff --git a/vendor/sebastian/type/src/type/ObjectType.php b/www/vendor/sebastian/type/src/type/ObjectType.php similarity index 100% rename from vendor/sebastian/type/src/type/ObjectType.php rename to www/vendor/sebastian/type/src/type/ObjectType.php diff --git a/vendor/sebastian/type/src/type/SimpleType.php b/www/vendor/sebastian/type/src/type/SimpleType.php similarity index 100% rename from vendor/sebastian/type/src/type/SimpleType.php rename to www/vendor/sebastian/type/src/type/SimpleType.php diff --git a/vendor/sebastian/type/src/type/StaticType.php b/www/vendor/sebastian/type/src/type/StaticType.php similarity index 100% rename from vendor/sebastian/type/src/type/StaticType.php rename to www/vendor/sebastian/type/src/type/StaticType.php diff --git a/vendor/sebastian/type/src/type/TrueType.php b/www/vendor/sebastian/type/src/type/TrueType.php similarity index 100% rename from vendor/sebastian/type/src/type/TrueType.php rename to www/vendor/sebastian/type/src/type/TrueType.php diff --git a/vendor/sebastian/type/src/type/Type.php b/www/vendor/sebastian/type/src/type/Type.php similarity index 100% rename from vendor/sebastian/type/src/type/Type.php rename to www/vendor/sebastian/type/src/type/Type.php diff --git a/vendor/sebastian/type/src/type/UnionType.php b/www/vendor/sebastian/type/src/type/UnionType.php similarity index 100% rename from vendor/sebastian/type/src/type/UnionType.php rename to www/vendor/sebastian/type/src/type/UnionType.php diff --git a/vendor/sebastian/type/src/type/UnknownType.php b/www/vendor/sebastian/type/src/type/UnknownType.php similarity index 100% rename from vendor/sebastian/type/src/type/UnknownType.php rename to www/vendor/sebastian/type/src/type/UnknownType.php diff --git a/vendor/sebastian/type/src/type/VoidType.php b/www/vendor/sebastian/type/src/type/VoidType.php similarity index 100% rename from vendor/sebastian/type/src/type/VoidType.php rename to www/vendor/sebastian/type/src/type/VoidType.php diff --git a/vendor/sebastian/version/.gitattributes b/www/vendor/sebastian/version/.gitattributes similarity index 100% rename from vendor/sebastian/version/.gitattributes rename to www/vendor/sebastian/version/.gitattributes diff --git a/vendor/sebastian/version/.gitignore b/www/vendor/sebastian/version/.gitignore similarity index 100% rename from vendor/sebastian/version/.gitignore rename to www/vendor/sebastian/version/.gitignore diff --git a/vendor/sebastian/version/ChangeLog.md b/www/vendor/sebastian/version/ChangeLog.md similarity index 100% rename from vendor/sebastian/version/ChangeLog.md rename to www/vendor/sebastian/version/ChangeLog.md diff --git a/vendor/sebastian/version/LICENSE b/www/vendor/sebastian/version/LICENSE similarity index 100% rename from vendor/sebastian/version/LICENSE rename to www/vendor/sebastian/version/LICENSE diff --git a/vendor/sebastian/version/README.md b/www/vendor/sebastian/version/README.md similarity index 100% rename from vendor/sebastian/version/README.md rename to www/vendor/sebastian/version/README.md diff --git a/vendor/sebastian/version/composer.json b/www/vendor/sebastian/version/composer.json similarity index 100% rename from vendor/sebastian/version/composer.json rename to www/vendor/sebastian/version/composer.json diff --git a/vendor/sebastian/version/src/Version.php b/www/vendor/sebastian/version/src/Version.php similarity index 100% rename from vendor/sebastian/version/src/Version.php rename to www/vendor/sebastian/version/src/Version.php diff --git a/vendor/theseer/tokenizer/.php_cs.dist b/www/vendor/theseer/tokenizer/.php_cs.dist similarity index 100% rename from vendor/theseer/tokenizer/.php_cs.dist rename to www/vendor/theseer/tokenizer/.php_cs.dist diff --git a/vendor/theseer/tokenizer/CHANGELOG.md b/www/vendor/theseer/tokenizer/CHANGELOG.md similarity index 100% rename from vendor/theseer/tokenizer/CHANGELOG.md rename to www/vendor/theseer/tokenizer/CHANGELOG.md diff --git a/vendor/theseer/tokenizer/LICENSE b/www/vendor/theseer/tokenizer/LICENSE similarity index 100% rename from vendor/theseer/tokenizer/LICENSE rename to www/vendor/theseer/tokenizer/LICENSE diff --git a/vendor/theseer/tokenizer/README.md b/www/vendor/theseer/tokenizer/README.md similarity index 100% rename from vendor/theseer/tokenizer/README.md rename to www/vendor/theseer/tokenizer/README.md diff --git a/vendor/theseer/tokenizer/composer.json b/www/vendor/theseer/tokenizer/composer.json similarity index 100% rename from vendor/theseer/tokenizer/composer.json rename to www/vendor/theseer/tokenizer/composer.json diff --git a/vendor/theseer/tokenizer/composer.lock b/www/vendor/theseer/tokenizer/composer.lock similarity index 100% rename from vendor/theseer/tokenizer/composer.lock rename to www/vendor/theseer/tokenizer/composer.lock diff --git a/vendor/theseer/tokenizer/src/Exception.php b/www/vendor/theseer/tokenizer/src/Exception.php similarity index 100% rename from vendor/theseer/tokenizer/src/Exception.php rename to www/vendor/theseer/tokenizer/src/Exception.php diff --git a/vendor/theseer/tokenizer/src/NamespaceUri.php b/www/vendor/theseer/tokenizer/src/NamespaceUri.php similarity index 100% rename from vendor/theseer/tokenizer/src/NamespaceUri.php rename to www/vendor/theseer/tokenizer/src/NamespaceUri.php diff --git a/vendor/theseer/tokenizer/src/NamespaceUriException.php b/www/vendor/theseer/tokenizer/src/NamespaceUriException.php similarity index 100% rename from vendor/theseer/tokenizer/src/NamespaceUriException.php rename to www/vendor/theseer/tokenizer/src/NamespaceUriException.php diff --git a/vendor/theseer/tokenizer/src/Token.php b/www/vendor/theseer/tokenizer/src/Token.php similarity index 100% rename from vendor/theseer/tokenizer/src/Token.php rename to www/vendor/theseer/tokenizer/src/Token.php diff --git a/vendor/theseer/tokenizer/src/TokenCollection.php b/www/vendor/theseer/tokenizer/src/TokenCollection.php similarity index 100% rename from vendor/theseer/tokenizer/src/TokenCollection.php rename to www/vendor/theseer/tokenizer/src/TokenCollection.php diff --git a/vendor/theseer/tokenizer/src/TokenCollectionException.php b/www/vendor/theseer/tokenizer/src/TokenCollectionException.php similarity index 100% rename from vendor/theseer/tokenizer/src/TokenCollectionException.php rename to www/vendor/theseer/tokenizer/src/TokenCollectionException.php diff --git a/vendor/theseer/tokenizer/src/Tokenizer.php b/www/vendor/theseer/tokenizer/src/Tokenizer.php similarity index 100% rename from vendor/theseer/tokenizer/src/Tokenizer.php rename to www/vendor/theseer/tokenizer/src/Tokenizer.php diff --git a/vendor/theseer/tokenizer/src/XMLSerializer.php b/www/vendor/theseer/tokenizer/src/XMLSerializer.php similarity index 100% rename from vendor/theseer/tokenizer/src/XMLSerializer.php rename to www/vendor/theseer/tokenizer/src/XMLSerializer.php