platformsh-templates / typo3

TYPO3 template for Platform.sh.
GNU General Public License v2.0
2 stars 5 forks source link

Fix composer deps to make the build go through #34

Closed rhubinak closed 1 year ago

rhubinak commented 1 year ago

Motivation and Context

Build fails due to

    Executing build hook...
      W: 
      W:                                                               
      W:   [ Error ]                                                   
      W:   Call to undefined function Composer\Autoload\includeFile()  
      W:                                                               
      W: 
      W: Exception trace:
      W: #0 ()
      W:    vendor/helhum/typo3-console/Classes/Compatibility/CompatibilityClassLoader.php:50
      W: #1 Helhum\Typo3Console\CompatibilityClassLoader->loadClass()
      W: #2 spl_autoload_call()
      W:    vendor/helhum/typo3-console/Classes/Console/Core/Kernel.php:94
      W: #3 Helhum\Typo3Console\Core\Kernel->handle()
      W:    vendor/helhum/typo3-console/Scripts/typo3-console.php:31
      W: #4 {closure}()
      W:    vendor/helhum/typo3-console/Scripts/typo3-console.php:33
      W: #5 require()
      W:    vendor/helhum/typo3-console/typo3cms:2
      W: #6 include()
      W:    vendor/bin/typo3cms:115
      W: 

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following list, and put an x in all the boxes that apply. If you're unsure about what any of these mean, don't hesitate to ask. We're here to help!