Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobLoach’s picture

Status: Postponed » Active
Crell’s picture

ParisLiakos’s picture

Status: Active » Needs review
FileSize
1.05 MB

lets do this..there is a new Session storage i want to try

dawehner’s picture

I'm wondering whether we should have a look at our code, like for example HttpKernel and see whether we should adapt some of the overrides.

Crell’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Needs work

In order to prove that the code has not been tampered with I use the following procedure.

  1. Apply patch
  2. Do commit
  3. remove core/vendor
  4. run composer install

Do this with this patch reveals the following files with diff...

git diff --name-only
core/vendor/autoload.php
core/vendor/composer/autoload_real.php
core/vendor/composer/include_paths.php
core/vendor/composer/installed.json
core/vendor/phpunit/phpunit/phpunit.bat
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/Exception/ContextErrorException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/Exception/FatalErrorException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/Exception/FlattenException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Tests/ErrorHandlerTest.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Tests/Exception/FlattenExceptionTest.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Tests/ExceptionHandlerTest.php

The autoload.php and composer diffs are expected but the other are not... it seems that the core/vendor/symfony/debug/Symfony/Component/Debug... files have been removed.

Crell’s picture

2.3.1 was just released yesterday. Perhaps that's a factor? (We should use 2.3.1 regardless, although the changes there have no effect on us.)

ParisLiakos’s picture

Status: Needs work » Needs review
FileSize
1.05 MB

update to 2.3.1

i have no clue why this fails

all i do:

  • edit composer.json to change 2.2 to 2.3 and then
  • composer update
ParisLiakos’s picture

and here is a patch where i:

  1. changed composer.json
  2. rm -rf core/vendor
  3. composer install

as suggested by alexpott on irc

Status: Needs review » Needs work

The last submitted patch, drupal-composer_update-1989230-9.patch, failed testing.

ParisLiakos’s picture

Status: Needs work » Needs review

out of disk space

#9: drupal-composer_update-1989230-9.patch queued for re-testing.

Crell’s picture

Status: Needs review » Reviewed & tested by the community
ParisLiakos’s picture

patch in #9 is 1.02mb easyrdf changes..i clearly suck at this

ParisLiakos’s picture

Status: Reviewed & tested by the community » Needs work
alexpott’s picture

Status: Needs work » Needs review
FileSize
1.02 MB

The patch attached updates Symfony to 2.3.1

I applied the patch above composer.json and then took the following steps...

$ rm -rf ./core/vendor
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing doctrine/common (2.3.0)
    Loading from cache

  - Installing easyrdf/easyrdf (0.8.0-beta.1)
    Loading from cache

  - Installing symfony/class-loader (v2.3.1)
    Downloading: 100%

  - Installing psr/log (1.0.0)
    Loading from cache

  - Installing twig/twig (v1.12.3)
    Loading from cache

  - Installing symfony/debug (v2.3.1)
    Downloading: 100%

  - Installing symfony/http-foundation (v2.3.1)
    Downloading: 100%

  - Installing symfony/event-dispatcher (v2.3.0)
    Loading from cache

  - Installing symfony/http-kernel (v2.3.0)
    Loading from cache

  - Installing symfony/routing (v2.3.0)
    Loading from cache

  - Installing symfony-cmf/routing (1.1.0-alpha2)
    Loading from cache

  - Installing symfony/dependency-injection (v2.3.1)
    Downloading: 100%

  - Installing symfony/serializer (v2.3.1)
    Downloading: 100%

  - Installing symfony/translation (v2.3.0)
    Loading from cache

  - Installing symfony/validator (v2.3.1)
    Downloading: 100%

  - Installing guzzle/common (v3.1.2)
    Loading from cache

  - Installing guzzle/stream (v3.1.2)
    Loading from cache

  - Installing guzzle/parser (v3.1.2)
    Loading from cache

  - Installing guzzle/http (v3.1.2)
    Loading from cache

  - Installing symfony/process (v2.3.1)
    Loading from cache

  - Installing kriswallsmith/assetic (v1.1.1)
    Loading from cache

  - Installing symfony/yaml (v2.3.0)
    Loading from cache

  - Installing phpunit/php-text-template (1.1.4)
    Loading from cache

  - Installing phpunit/phpunit-mock-objects (1.2.3)
    Loading from cache

  - Installing phpunit/php-timer (1.0.4)
    Loading from cache

  - Installing phpunit/php-token-stream (1.1.5)
    Loading from cache

  - Installing phpunit/php-file-iterator (1.3.3)
    Loading from cache

  - Installing phpunit/php-code-coverage (1.2.11)
    Loading from cache

  - Installing phpunit/phpunit (3.7.21)
    Loading from cache
alexpott’s picture

The files that are changing in the above patch...

composer.json
composer.lock
core/vendor/autoload.php
core/vendor/composer/ClassLoader.php
core/vendor/composer/autoload_classmap.php
core/vendor/composer/autoload_namespaces.php
core/vendor/composer/autoload_real.php
core/vendor/composer/installed.json
core/vendor/kriswallsmith/assetic/CHANGELOG-1.1.md
core/vendor/kriswallsmith/assetic/Gemfile
core/vendor/kriswallsmith/assetic/README.md
core/vendor/kriswallsmith/assetic/composer.json
core/vendor/kriswallsmith/assetic/package.json
core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php
core/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php
core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php
core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php
core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php
core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php
core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php
core/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php
core/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php
core/vendor/kriswallsmith/assetic/src/Assetic/Util/PathUtils.php
core/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php
core/vendor/phpunit/php-code-coverage/.gitignore
core/vendor/phpunit/php-code-coverage/ChangeLog.markdown
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Autoload.php
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Autoload.php.in
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Filter.php
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Util.php
core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Version.php
core/vendor/phpunit/php-code-coverage/README.markdown
core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/FilterTest.php
core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php
core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php
core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesWhitespaceTest.php
core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesTest.php
core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesWhitespaceTest.php
core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_oneline_annotations.php
core/vendor/phpunit/php-code-coverage/composer.json
core/vendor/phpunit/php-code-coverage/package.xml
core/vendor/phpunit/phpunit/.gitignore
core/vendor/phpunit/phpunit/ChangeLog.md
core/vendor/phpunit/phpunit/PHPUnit/Autoload.php
core/vendor/phpunit/phpunit/PHPUnit/Autoload.php.in
core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsJson.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/SameSize.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php
core/vendor/phpunit/phpunit/PHPUnit/Runner/Version.php
core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php
core/vendor/phpunit/phpunit/PHPUnit/Util/ErrorHandler.php
core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php
core/vendor/phpunit/phpunit/Tests/Framework/Assert/FunctionsTest.php
core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php
core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatchesTest.php
core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php
core/vendor/phpunit/phpunit/Tests/Framework/TestFailureTest.php
core/vendor/phpunit/phpunit/Tests/Util/TestTest.php
core/vendor/phpunit/phpunit/Tests/_files/ExceptionTest.php
core/vendor/phpunit/phpunit/build/assertions.php
core/vendor/phpunit/phpunit/composer.json
core/vendor/phpunit/phpunit/package.xml
core/vendor/phpunit/phpunit/phpdox.xml.dist
core/vendor/phpunit/phpunit/phpunit.xml.dist
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php
core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/composer.json
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/CHANGELOG.md
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassMapGenerator.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/DebugClassLoaderTest.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/WinCacheClassLoader.php
core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/composer.json
core/vendor/symfony/debug/Symfony/Component/Debug/.gitignore
core/vendor/symfony/debug/Symfony/Component/Debug/CHANGELOG.md
core/vendor/symfony/debug/Symfony/Component/Debug/Debug.php
core/vendor/symfony/debug/Symfony/Component/Debug/ErrorHandler.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/ContextErrorException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FatalErrorException.php
core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php
core/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php
core/vendor/symfony/debug/Symfony/Component/Debug/LICENSE
core/vendor/symfony/debug/Symfony/Component/Debug/README.md
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php
core/vendor/symfony/debug/Symfony/Component/Debug/composer.json
core/vendor/symfony/debug/Symfony/Component/Debug/phpunit.xml.dist
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/Extension.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/graphviz/services9.dot
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services9.yml
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php
core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/composer.json
core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/composer.json
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/BinaryFileResponse.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/CHANGELOG.md
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/IpUtils.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/composer.json
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CHANGELOG.md
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ErrorsLoggerListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/FragmentListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/LocaleListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FatalErrorException.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FlattenException.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php
core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/composer.json
core/vendor/symfony/process/Symfony/Component/Process/CHANGELOG.md
core/vendor/symfony/process/Symfony/Component/Process/Exception/ProcessFailedException.php
core/vendor/symfony/process/Symfony/Component/Process/Process.php
core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php
core/vendor/symfony/process/Symfony/Component/Process/ProcessUtils.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/NonStopableProcess.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessUtilsTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SignalListener.php
core/vendor/symfony/process/Symfony/Component/Process/Tests/SimpleProcessTest.php
core/vendor/symfony/process/Symfony/Component/Process/composer.json
core/vendor/symfony/routing/Symfony/Component/Routing/CHANGELOG.md
core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php
core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php
core/vendor/symfony/routing/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd
core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php
core/vendor/symfony/routing/Symfony/Component/Routing/Route.php
core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php
core/vendor/symfony/routing/Symfony/Component/Routing/Router.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperCollectionTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php
core/vendor/symfony/routing/Symfony/Component/Routing/composer.json
core/vendor/symfony/serializer/Symfony/Component/Serializer/CHANGELOG.md
core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonDecode.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php
core/vendor/symfony/serializer/Symfony/Component/Serializer/composer.json
core/vendor/symfony/validator/Symfony/Component/Validator/CHANGELOG.md
core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php
core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparison.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/All.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Blank.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Callback.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Choice.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection/Optional.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection/Required.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CollectionValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Count.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Country.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CountryValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Currency.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CurrencyValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Date.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/DateTime.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Email.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/EqualTo.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/EqualToValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Existence.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/False.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/File.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GreaterThan.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GreaterThanValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Iban.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IbanValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IdenticalTo.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IdenticalToValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Ip.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Isbn.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IsbnValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Issn.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IssnValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Language.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LanguageValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Length.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThan.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThanOrEqual.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LessThanValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Locale.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LocaleValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MaxLength.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MaxLengthValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MaxValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Min.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MinLength.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MinLengthValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/MinValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotBlank.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotBlankValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotEqualTo.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotEqualToValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotIdenticalTo.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/NotNull.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Null.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Optional.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Range.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Regex.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Required.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Time.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/True.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Type.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Url.php
core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Valid.php
core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php
core/vendor/symfony/validator/Symfony/Component/Validator/GraphWalker.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactoryAdapter.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactoryInterface.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/GetterMetadata.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php
core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/PropertyMetadata.php
core/vendor/symfony/validator/Symfony/Component/Validator/README.md
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LocalizedTestCase.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/MaxLengthValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/MaxValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/MinLengthValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/MinValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/GraphWalkerTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorContextTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorFactoryTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitorInterface.php
core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilder.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorContext.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorContextInterface.php
core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorFactory.php
core/vendor/symfony/validator/Symfony/Component/Validator/composer.json
core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php
core/vendor/symfony/yaml/Symfony/Component/Yaml/composer.json
ParisLiakos’s picture

Status: Needs review » Reviewed & tested by the community

So i run procedure described in #6
and thats what i got

git diff --name-only
core/vendor/autoload.php
core/vendor/composer/autoload_real.php
core/vendor/composer/include_paths.php
core/vendor/composer/installed.json
RobLoach’s picture

+++ b/composer.lockundefined
@@ -887,38 +890,95 @@
+        {
+            "name": "symfony/debug",
+            "version": "v2.3.1",
+            "target-dir": "Symfony/Component/Debug",
+            "source": {
+                "type": "git",

Looks like it's bringing in 2.3.1, as well as adding symfony/debug. RTBC++

alexpott’s picture

symfony/debug must be a dependency of one of our components then as I just applied the composer.json from #3

ParisLiakos’s picture

Priority: Normal » Major

this blocks quite some stuff, so i am promoting to major
see #5 for a few of them

catch’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Committed/pushed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.