symfony-cmf / cmf-sandbox

Base project for trying CMF components integration
http://cmf.symfony.com
Other
367 stars 140 forks source link

Doesn't work #411

Closed john-clark closed 2 years ago

john-clark commented 3 years ago

Following instructions here: https://symfony.com/doc/current/cmf/quick_tour/the_big_picture.html

Creates error:

Creating a "symfony-cmf/sandbox" project at "./"
Installing symfony-cmf/sandbox (2.0.0)
  - Installing symfony-cmf/sandbox (2.0.0): Extracting archive
Created project in /vwh/grad-college/symfony/.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - phpcr/phpcr-utils is locked to version 1.3.0 and an update of this package was not requested.
    - phpcr/phpcr-utils 1.3.0 requires php ^5.6|7.0.x|7.1.x -> your php version (7.4.21) does not satisfy that requirement.
  Problem 2
    - phpcr/phpcr-utils 1.3.0 requires php ^5.6|7.0.x|7.1.x -> your php version (7.4.21) does not satisfy that requirement.
    - doctrine/phpcr-odm 1.4.2 requires phpcr/phpcr-utils ^1.2.8 -> satisfiable by phpcr/phpcr-utils[1.3.0].
    - doctrine/phpcr-odm is locked to version 1.4.2 and an update of this package was not requested.
john-clark commented 3 years ago

running composer update

Loading composer repositories with package information
Updating dependencies
Lock file operations: 18 installs, 88 updates, 3 removals
  - Removing composer/ca-bundle (1.0.7)
  - Removing paragonie/random_compat (v2.0.10)
  - Removing symfony/polyfill-util (v1.5.0)
  - Upgrading burgov/key-value-form-bundle (1.4.1 => 1.6.1)
  - Upgrading cocur/slugify (v2.5 => v3.2)
  - Upgrading doctrine/annotations (v1.4.0 => 1.13.2)
  - Upgrading doctrine/cache (v1.6.2 => 1.12.1)
  - Upgrading doctrine/collections (v1.4.0 => 1.6.8)
  - Upgrading doctrine/common (v2.7.3 => 2.13.3)
  - Upgrading doctrine/data-fixtures (v1.2.2 => 1.5.0)
  - Upgrading doctrine/dbal (v2.5.13 => 2.13.2)
  - Locking doctrine/deprecations (v0.5.3)
  - Upgrading doctrine/doctrine-bundle (1.6.8 => 1.12.13)
  - Upgrading doctrine/doctrine-cache-bundle (1.3.0 => 1.4.0)
  - Locking doctrine/event-manager (1.1.1)
  - Upgrading doctrine/inflector (v1.2.0 => 1.4.4)
  - Upgrading doctrine/instantiator (1.0.5 => 1.4.0)
  - Upgrading doctrine/lexer (v1.0.1 => 1.2.1)
  - Locking doctrine/persistence (1.3.8)
  - Upgrading doctrine/phpcr-bundle (1.3.9 => 1.3.11)
  - Upgrading doctrine/phpcr-odm (1.4.2 => 1.4.5)
  - Locking doctrine/reflection (1.2.2)
  - Upgrading eko/feedbundle (1.2.8 => 1.2.9)
  - Upgrading fig/link-util (1.0.0 => 1.1.2)
  - Upgrading friendsofsymfony/jsrouting-bundle (1.6.2 => 1.6.3)
  - Upgrading friendsofsymfony/rest-bundle (1.7.7 => 1.8.0)
  - Upgrading incenteev/composer-parameter-handler (v2.1.2 => v2.1.4)
  - Upgrading jms/metadata (1.6.0 => 1.7.0)
  - Upgrading jms/serializer (1.8.1 => 1.14.1)
  - Upgrading knplabs/knp-menu (2.2.0 => 2.6.1)
  - Upgrading knplabs/knp-menu-bundle (2.1.3 => v2.3.0)
  - Upgrading liip/functional-test-bundle (1.8.0 => 1.11.0)
  - Upgrading lunetics/locale-bundle (2.5.3 => 2.6.4)
  - Upgrading monolog/monolog (1.23.0 => 1.26.1)
  - Upgrading phpcr/phpcr (2.1.4 => 2.1.6)
  - Upgrading phpcr/phpcr-utils (1.3.0 => 1.5.2)
  - Upgrading phpdocumentor/reflection-common (1.0 => 1.0.1)
  - Upgrading phpdocumentor/reflection-docblock (3.1.1 => 3.3.2)
  - Upgrading phpdocumentor/type-resolver (0.2.1 => 0.4.0)
  - Upgrading phpoption/phpoption (1.5.0 => 1.8.0)
  - Upgrading psr/container (1.0.0 => 1.1.1)
  - Locking psr/http-client (1.0.1)
  - Locking psr/http-message (1.0.1)
  - Upgrading psr/log (1.0.2 => 1.1.4)
  - Upgrading psr/simple-cache (1.0.0 => 1.0.1)
  - Upgrading sensio/distribution-bundle (v5.0.20 => v5.0.25)
  - Downgrading sensio/framework-extra-bundle (v3.0.26 => v3.0.12)
  - Upgrading sensio/generator-bundle (v3.1.6 => v3.1.7)
  - Upgrading sensiolabs/security-checker (v4.1.4 => v6.0.3)
  - Upgrading sonata-project/admin-bundle (3.22.0 => 3.49.1)
  - Upgrading sonata-project/block-bundle (3.3.2 => 3.19.0)
  - Upgrading sonata-project/cache (1.0.7 => 1.1.1)
  - Upgrading sonata-project/cache-bundle (2.3.1 => 2.4.2)
  - Upgrading sonata-project/core-bundle (3.4.0 => 3.17.2)
  - Upgrading sonata-project/datagrid-bundle (2.2.1 => 2.5.0)
  - Locking sonata-project/doctrine-extensions (1.9.1)
  - Upgrading sonata-project/doctrine-phpcr-admin-bundle (2.0.0 => 2.3.0)
  - Upgrading sonata-project/exporter (1.7.1 => 2.7.0)
  - Upgrading sonata-project/seo-bundle (2.2.0 => 2.10.0)
  - Upgrading swiftmailer/swiftmailer (v5.4.8 => v5.4.12)
  - Upgrading symfony-cmf/block-bundle (2.0.0 => 2.1.1)
  - Upgrading symfony-cmf/content-bundle (2.0.0 => 2.1.0)
  - Upgrading symfony-cmf/core-bundle (2.0.0 => 2.1.1)
  - Upgrading symfony-cmf/menu-bundle (2.1.0 => 2.2.0)
  - Upgrading symfony-cmf/resource (1.0.0 => 1.1.0)
  - Upgrading symfony-cmf/resource-bundle (1.0.0 => 1.1.0)
  - Upgrading symfony-cmf/resource-rest-bundle (1.0.0 => 1.2.0)
  - Upgrading symfony-cmf/routing (2.0.1 => 2.2.0)
  - Upgrading symfony-cmf/routing-auto (2.0.0 => 2.1.2)
  - Upgrading symfony-cmf/routing-auto-bundle (2.0.0 => 2.1.0)
  - Upgrading symfony-cmf/routing-bundle (2.0.0 => 2.1.1)
  - Upgrading symfony-cmf/seo-bundle (2.0.0 => 2.1.0)
  - Upgrading symfony-cmf/slugifier-api (2.0.0 => 2.1.0)
  - Upgrading symfony-cmf/sonata-phpcr-admin-integration-bundle (1.0.0 => 1.1.0)
  - Upgrading symfony-cmf/symfony-cmf (2.0.0 => 2.1.0)
  - Upgrading symfony-cmf/testing (2.0.0 => 2.0.1)
  - Upgrading symfony-cmf/tree-browser-bundle (2.0.2 => 2.1.1)
  - Locking symfony/deprecation-contracts (v2.4.0)
  - Locking symfony/http-client (v5.3.7)
  - Locking symfony/http-client-contracts (v2.4.0)
  - Locking symfony/mime (v5.2.1)
  - Upgrading symfony/monolog-bundle (v3.1.0 => v3.6.0)
  - Upgrading symfony/phpunit-bridge (v3.3.6 => v3.4.47)
  - Upgrading symfony/polyfill-apcu (v1.5.0 => v1.23.0)
  - Locking symfony/polyfill-ctype (v1.23.0)
  - Upgrading symfony/polyfill-intl-icu (v1.5.0 => v1.23.0)
  - Locking symfony/polyfill-intl-idn (v1.23.0)
  - Locking symfony/polyfill-intl-normalizer (v1.23.0)
  - Upgrading symfony/polyfill-mbstring (v1.5.0 => v1.23.1)
  - Upgrading symfony/polyfill-php56 (v1.5.0 => v1.20.0)
  - Upgrading symfony/polyfill-php70 (v1.5.0 => v1.20.0)
  - Locking symfony/polyfill-php72 (v1.23.0)
  - Locking symfony/polyfill-php73 (v1.23.0)
  - Locking symfony/polyfill-php80 (v1.23.1)
  - Upgrading symfony/security-acl (v3.0.0 => v3.1.2)
  - Locking symfony/service-contracts (v2.4.0)
  - Upgrading symfony/swiftmailer-bundle (v2.6.3 => v2.6.7)
  - Upgrading symfony/symfony (v3.3.6 => v3.4.49)
  - Upgrading twig/extensions (v1.5.1 => v1.5.4)
  - Upgrading twig/twig (v1.34.4 => v1.44.4)
  - Upgrading webmozart/assert (1.2.0 => 1.10.0)
  - Upgrading zendframework/zend-escaper (2.5.2 => 2.6.1)
  - Upgrading zendframework/zend-feed (2.8.0 => 2.12.0)
  - Upgrading zendframework/zend-http (2.6.0 => 2.11.2)
  - Upgrading zendframework/zend-loader (2.5.1 => 2.6.1)
  - Upgrading zendframework/zend-servicemanager (3.3.0 => 3.4.0)
  - Upgrading zendframework/zend-stdlib (3.1.0 => 3.2.1)
  - Upgrading zendframework/zend-uri (2.5.2 => 2.7.1)
  - Upgrading zendframework/zend-validator (2.10.0 => 2.13.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 126 installs, 0 updates, 0 removals
  - Downloading twig/twig (v1.44.4)
  - Downloading symfony/polyfill-apcu (v1.23.0)
  - Downloading psr/simple-cache (1.0.1)
  - Downloading fig/link-util (1.1.2)
  - Downloading doctrine/cache (1.12.1)
  - Downloading symfony/symfony (v3.4.49)
  - Downloading burgov/key-value-form-bundle (1.6.1)
  - Downloading cocur/slugify (v3.2)
  - Downloading dantleech/glob-finder (1.0.0)
  - Downloading doctrine/doctrine-cache-bundle (1.4.0)
  - Downloading egeloen/json-builder (2.0.1)
  - Downloading egeloen/ckeditor-bundle (4.0.6)
  - Downloading zendframework/zend-stdlib (3.2.1)
  - Downloading zendframework/zend-servicemanager (3.4.0)
  - Downloading zendframework/zend-validator (2.13.0)
  - Downloading zendframework/zend-escaper (2.6.1)
  - Downloading zendframework/zend-uri (2.7.1)
  - Downloading zendframework/zend-loader (2.6.1)
  - Downloading zendframework/zend-http (2.11.2)
  - Downloading zendframework/zend-feed (2.12.0)
  - Downloading eko/feedbundle (1.2.9)
  - Downloading willdurand/negotiation (1.5.0)
  - Downloading willdurand/jsonp-callback-validator (v1.1.0)
  - Downloading friendsofsymfony/rest-bundle (1.8.0)
  - Downloading incenteev/composer-parameter-handler (v2.1.4)
  - Downloading phpcr/phpcr (2.1.6)
  - Downloading phpcr/phpcr-utils (1.5.2)
  - Downloading jackalope/jackalope (1.2.9)
  - Downloading jackalope/jackalope-doctrine-dbal (1.2.8)
  - Downloading jackalope/jackalope-jackrabbit (1.2.2)
  - Downloading jdorn/sql-formatter (v1.2.17)
  - Downloading jms/metadata (1.7.0)
  - Downloading phpoption/phpoption (1.8.0)
  - Downloading jms/parser-lib (1.0.0)
  - Downloading phpcollection/phpcollection (0.5.0)
  - Downloading jms/serializer (1.14.1)
  - Downloading jms/serializer-bundle (1.5.0)
  - Downloading knplabs/knp-menu (2.6.1)
  - Downloading knplabs/knp-menu-bundle (v2.3.0)
  - Downloading liip/functional-test-bundle (1.11.0)
  - Downloading lunetics/locale-bundle (2.6.4)
  - Downloading phpdocumentor/reflection-common (1.0.1)
  - Downloading phpdocumentor/type-resolver (0.4.0)
  - Downloading psr/http-client (1.0.1)
  - Downloading symfony/mime (v5.2.1)
  - Downloading sensiolabs/security-checker (v6.0.3)
  - Downloading sensio/distribution-bundle (v5.0.25)
  - Downloading sensio/framework-extra-bundle (v3.0.12)
  - Downloading sensio/generator-bundle (v3.1.7)
  - Downloading sonata-project/doctrine-extensions (1.9.1)
  - Downloading twig/extensions (v1.5.4)
  - Downloading sonata-project/datagrid-bundle (2.5.0)
  - Downloading sonata-project/core-bundle (3.17.2)
  - Downloading sonata-project/cache (1.1.1)
  - Downloading sonata-project/block-bundle (3.19.0)
  - Downloading sonata-project/cache-bundle (2.4.2)
  - Downloading sonata-project/exporter (2.7.0)
  - Downloading symfony/security-acl (v3.1.2)
  - Downloading sonata-project/admin-bundle (3.49.1)
  - Downloading sonata-project/translation-bundle (2.1.0)
  - Downloading webmozart/path-util (2.3.0)
  - Downloading symfony-cmf/resource (1.1.0)
  - Downloading symfony-cmf/resource-bundle (1.1.0)
  - Downloading symfony-cmf/routing (2.2.0)
  - Downloading symfony-cmf/routing-bundle (2.1.1)
  - Downloading symfony-cmf/slugifier-api (2.1.0)
  - Downloading symfony-cmf/routing-auto (2.1.2)
  - Downloading phpdocumentor/reflection-docblock (3.3.2)
  - Downloading aferrandini/urlizer (1.0.0)
  - Downloading symfony-cmf/routing-auto-bundle (2.1.0)
  - Downloading sonata-project/seo-bundle (2.10.0)
  - Downloading symfony-cmf/seo-bundle (2.1.0)
  - Downloading symfony-cmf/resource-rest-bundle (1.2.0)
  - Downloading symfony-cmf/tree-browser-bundle (2.1.1)
  - Downloading doctrine/data-fixtures (1.5.0)
  - Downloading doctrine/phpcr-odm (1.4.5)
  - Downloading doctrine/phpcr-bundle (1.3.11)
  - Downloading sonata-project/doctrine-phpcr-admin-bundle (2.3.0)
  - Downloading symfony-cmf/sonata-phpcr-admin-integration-bundle (1.1.0)
  - Downloading symfony-cmf/menu-bundle (2.2.0)
  - Downloading symfony-cmf/core-bundle (2.1.1)
  - Downloading symfony-cmf/content-bundle (2.1.0)
  - Downloading symfony-cmf/block-bundle (2.1.1)
  - Downloading symfony-cmf/symfony-cmf (2.1.0)
  - Downloading monolog/monolog (1.26.1)
  - Downloading symfony/monolog-bundle (v3.6.0)
  - Downloading friendsofsymfony/jsrouting-bundle (1.6.3)
  - Downloading doctrine/doctrine-bundle (1.12.13)
  - Downloading symfony-cmf/testing (2.0.1)
  - Downloading kriswallsmith/assetic (v1.4.0)
  - Downloading symfony/assetic-bundle (v2.8.2)
  - Downloading symfony/phpunit-bridge (v3.4.47)
  - Downloading swiftmailer/swiftmailer (v5.4.12)
  - Downloading symfony/swiftmailer-bundle (v2.6.7)
  - Installing symfony/polyfill-ctype (v1.23.0): Extracting archive
  - Installing twig/twig (v1.44.4): Extracting archive
  - Installing symfony/polyfill-php70 (v1.20.0)
  - Installing symfony/polyfill-php56 (v1.20.0)
  - Installing symfony/polyfill-mbstring (v1.23.1): Extracting archive
  - Installing symfony/polyfill-intl-icu (v1.23.0): Extracting archive
  - Installing symfony/polyfill-apcu (v1.23.0): Extracting archive
  - Installing psr/simple-cache (1.0.1): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing psr/link (1.0.0): Extracting archive
  - Installing psr/container (1.1.1): Extracting archive
  - Installing psr/cache (1.0.1): Extracting archive
  - Installing fig/link-util (1.1.2): Extracting archive
  - Installing doctrine/lexer (1.2.1): Extracting archive
  - Installing doctrine/annotations (1.13.2): Extracting archive
  - Installing doctrine/reflection (1.2.2): Extracting archive
  - Installing doctrine/event-manager (1.1.1): Extracting archive
  - Installing doctrine/collections (1.6.8): Extracting archive
  - Installing doctrine/cache (1.12.1): Extracting archive
  - Installing doctrine/persistence (1.3.8): Extracting archive
  - Installing doctrine/inflector (1.4.4): Extracting archive
  - Installing doctrine/common (2.13.3): Extracting archive
  - Installing symfony/symfony (v3.4.49): Extracting archive
  - Installing burgov/key-value-form-bundle (1.6.1): Extracting archive
  - Installing cocur/slugify (v3.2): Extracting archive
  - Installing dantleech/glob-finder (1.0.0): Extracting archive
  - Installing doctrine/deprecations (v0.5.3): Extracting archive
  - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
  - Installing doctrine/instantiator (1.4.0): Extracting archive
  - Installing egeloen/json-builder (2.0.1): Extracting archive
  - Installing egeloen/ckeditor-bundle (4.0.6): Extracting archive
  - Installing zendframework/zend-stdlib (3.2.1): Extracting archive
  - Installing container-interop/container-interop (1.2.0): Extracting archive
  - Installing zendframework/zend-servicemanager (3.4.0): Extracting archive
  - Installing zendframework/zend-validator (2.13.0): Extracting archive
  - Installing zendframework/zend-escaper (2.6.1): Extracting archive
  - Installing zendframework/zend-uri (2.7.1): Extracting archive
  - Installing zendframework/zend-loader (2.6.1): Extracting archive
  - Installing zendframework/zend-http (2.11.2): Extracting archive
  - Installing zendframework/zend-feed (2.12.0): Extracting archive
  - Installing eko/feedbundle (1.2.9): Extracting archive
  - Installing willdurand/negotiation (1.5.0): Extracting archive
  - Installing willdurand/jsonp-callback-validator (v1.1.0): Extracting archive
  - Installing friendsofsymfony/rest-bundle (1.8.0): Extracting archive
  - Installing incenteev/composer-parameter-handler (v2.1.4): Extracting archive
  - Installing phpcr/phpcr (2.1.6): Extracting archive
  - Installing phpcr/phpcr-utils (1.5.2): Extracting archive
  - Installing jackalope/jackalope (1.2.9): Extracting archive
  - Installing doctrine/dbal (2.13.2): Extracting archive
  - Installing jackalope/jackalope-doctrine-dbal (1.2.8): Extracting archive
  - Installing jackalope/jackalope-jackrabbit (1.2.2): Extracting archive
  - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
  - Installing jms/metadata (1.7.0): Extracting archive
  - Installing phpoption/phpoption (1.8.0): Extracting archive
  - Installing jms/parser-lib (1.0.0): Extracting archive
  - Installing phpcollection/phpcollection (0.5.0): Extracting archive
  - Installing jms/serializer (1.14.1): Extracting archive
  - Installing jms/serializer-bundle (1.5.0): Extracting archive
  - Installing knplabs/knp-menu (2.6.1): Extracting archive
  - Installing knplabs/knp-menu-bundle (v2.3.0): Extracting archive
  - Installing liip/functional-test-bundle (1.11.0): Extracting archive
  - Installing lunetics/locale-bundle (2.6.4): Extracting archive
  - Installing phpdocumentor/reflection-common (1.0.1): Extracting archive
  - Installing phpdocumentor/type-resolver (0.4.0): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing psr/http-client (1.0.1): Extracting archive
  - Installing symfony/polyfill-php80 (v1.23.1): Extracting archive
  - Installing symfony/polyfill-php72 (v1.23.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.23.0): Extracting archive
  - Installing symfony/polyfill-intl-idn (v1.23.0): Extracting archive
  - Installing symfony/deprecation-contracts (v2.4.0): Extracting archive
  - Installing symfony/mime (v5.2.1): Extracting archive
  - Installing symfony/service-contracts (v2.4.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.23.0): Extracting archive
  - Installing symfony/http-client-contracts (v2.4.0): Extracting archive
  - Installing symfony/http-client (v5.3.7): Extracting archive
  - Installing sensiolabs/security-checker (v6.0.3): Extracting archive
  - Installing sensio/distribution-bundle (v5.0.25): Extracting archive
  - Installing sensio/framework-extra-bundle (v3.0.12): Extracting archive
  - Installing sensio/generator-bundle (v3.1.7): Extracting archive
  - Installing sonata-project/doctrine-extensions (1.9.1): Extracting archive
  - Installing twig/extensions (v1.5.4): Extracting archive
  - Installing sonata-project/datagrid-bundle (2.5.0): Extracting archive
  - Installing sonata-project/core-bundle (3.17.2): Extracting archive
  - Installing sonata-project/cache (1.1.1): Extracting archive
  - Installing sonata-project/block-bundle (3.19.0): Extracting archive
  - Installing sonata-project/cache-bundle (2.4.2): Extracting archive
  - Installing sonata-project/exporter (2.7.0): Extracting archive
  - Installing symfony/security-acl (v3.1.2): Extracting archive
  - Installing sonata-project/admin-bundle (3.49.1): Extracting archive
  - Installing sonata-project/translation-bundle (2.1.0): Extracting archive
  - Installing webmozart/assert (1.10.0): Extracting archive
  - Installing webmozart/path-util (2.3.0): Extracting archive
  - Installing symfony-cmf/resource (1.1.0): Extracting archive
  - Installing symfony-cmf/resource-bundle (1.1.0): Extracting archive
  - Installing symfony-cmf/routing (2.2.0): Extracting archive
  - Installing symfony-cmf/routing-bundle (2.1.1): Extracting archive
  - Installing symfony-cmf/slugifier-api (2.1.0): Extracting archive
  - Installing symfony-cmf/routing-auto (2.1.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (3.3.2): Extracting archive
  - Installing aferrandini/urlizer (1.0.0): Extracting archive
  - Installing symfony-cmf/routing-auto-bundle (2.1.0): Extracting archive
  - Installing sonata-project/seo-bundle (2.10.0): Extracting archive
  - Installing symfony-cmf/seo-bundle (2.1.0): Extracting archive
  - Installing symfony-cmf/resource-rest-bundle (1.2.0): Extracting archive
  - Installing symfony-cmf/tree-browser-bundle (2.1.1): Extracting archive
  - Installing doctrine/data-fixtures (1.5.0): Extracting archive
  - Installing doctrine/phpcr-odm (1.4.5): Extracting archive
  - Installing doctrine/phpcr-bundle (1.3.11): Extracting archive
  - Installing sonata-project/doctrine-phpcr-admin-bundle (2.3.0): Extracting archive
  - Installing symfony-cmf/sonata-phpcr-admin-integration-bundle (1.1.0): Extracting archive
  - Installing symfony-cmf/menu-bundle (2.2.0): Extracting archive
  - Installing symfony-cmf/core-bundle (2.1.1): Extracting archive
  - Installing symfony-cmf/content-bundle (2.1.0): Extracting archive
  - Installing symfony-cmf/block-bundle (2.1.1): Extracting archive
  - Installing symfony-cmf/symfony-cmf (2.1.0): Extracting archive
  - Installing monolog/monolog (1.26.1): Extracting archive
  - Installing symfony/monolog-bundle (v3.6.0): Extracting archive
  - Installing friendsofsymfony/jsrouting-bundle (1.6.3): Extracting archive
  - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
  - Installing symfony-cmf/testing (2.0.1): Extracting archive
  - Installing kriswallsmith/assetic (v1.4.0): Extracting archive
  - Installing symfony/assetic-bundle (v2.8.2): Extracting archive
  - Installing symfony/phpunit-bridge (v3.4.47): Extracting archive
  - Installing swiftmailer/swiftmailer (v5.4.12): Extracting archive
  - Installing symfony/swiftmailer-bundle (v2.6.7): Extracting archive
  48/124 [==========>-----------------]  38%    Skipped installation of bin bin/jackalope for package jackalope/jackalope-jackrabbit: name conflicts with an existing file
4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package sensio/distribution-bundle is abandoned, you should avoid using it. No replacement was suggested.
Package sensiolabs/security-checker is abandoned, you should avoid using it. Use https://github.com/fabpot/local-php-security-checker instead.
Package sonata-project/core-bundle is abandoned, you should avoid using it. No replacement was suggested.
Package sonata-project/doctrine-phpcr-admin-bundle is abandoned, you should avoid using it. No replacement was suggested.
Package symfony/assetic-bundle is abandoned, you should avoid using it. Use symfony/webpack-encore-pack instead.
Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
Package zendframework/zend-escaper is abandoned, you should avoid using it. Use laminas/laminas-escaper instead.
Package zendframework/zend-feed is abandoned, you should avoid using it. Use laminas/laminas-feed instead.
Package zendframework/zend-http is abandoned, you should avoid using it. Use laminas/laminas-http instead.
Package zendframework/zend-loader is abandoned, you should avoid using it. Use laminas/laminas-loader instead.
Package zendframework/zend-servicemanager is abandoned, you should avoid using it. Use laminas/laminas-servicemanager instead.
Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead.
Package zendframework/zend-uri is abandoned, you should avoid using it. Use laminas/laminas-uri instead.
Package zendframework/zend-validator is abandoned, you should avoid using it. Use laminas/laminas-validator instead.
Package sensio/generator-bundle is abandoned, you should avoid using it. Use symfony/maker-bundle instead.
Generating autoload files
34 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> Incenteev\ParameterHandler\ScriptHandler::buildParameters
Creating the "app/config/parameters.yml" file
Some parameters are missing. Please provide them.
locale (en):
locales ([en, fr, de]): en
secret (ThisTokenIsNotSoSecretChangeIt): no
coffee.extension (\.coffee-disabled$):
coffee.bin (''):
coffee.node (''):
database_driver (pdo_sqlite):
database_host (null):
database_port (null):
database_name (null):
database_user (null):
database_password (null):
database_path ('%kernel.root_dir%/../var/app.sqlite'):
mailer_transport (smtp):
mailer_host (localhost):
mailer_user (null):
mailer_password (null):
Creating the "app/config/phpcr.yml" file
Some parameters are missing. Please provide them.
phpcr_backend ({ logging: true, profiling: true, type: doctrinedbal, connection: default, caches: { meta: doctrine_cache.providers.phpcr_meta, nodes: doctrine_cache.providers.phpcr_nodes }, parameters: { jackalope.check_login_on_server: false } }):
phpcr_workspace (default):
phpcr_user (admin):
phpcr_pass (admin):
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache

In ArrayNode.php line 261:

  Invalid type for path "cmf_core.multilang.locales". Expected array, but got
   string

Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-update-cmd event terminated with an exception

  [RuntimeException]
  An error occurred when executing the "'cache:clear --no-warmup'" command:

  In ArrayNode.php line 261:

    Invalid type for path "cmf_core.multilang.locales". Expected array, but got
     string
dbu commented 2 years ago

thanks for the interest in the cmf and for the detailed error report.

unfortunately, due to lacking interest in the cmf ecosystem, we will have to abandon most repositories as there is just not the time to work on it.

the only exception will be the routing bundle and its dependencies, as that part is widely used. if you want to build very custom CMS things, maybe look into the cmf routing bundle. otherwise, if you need a symfony-based cms, i recommend to look at https://sulu.io/

john-clark commented 2 years ago

Thank you for the update. I was just looking at the instructions on the symfony website and trying to learn. I took over a project that uses symfony and this seems to be a common state of affairs. I wish the developers the best in their new ventures.

dbu commented 2 years ago

thanks for the good wishes, and sorry for the disappointment.

are you sure that you took over a project that uses symfony cmf, or one that is plain symfony? the cmf is a couple of bundles offered on top of symfony to add content management functionality.