peterbenke / pb_fileinfo

Adds infos to linked files in your website (filetype and -size).
0 stars 3 forks source link

Composer warning #5

Open schi opened 3 years ago

schi commented 3 years ago

The TYPO3 extension package "peterbenke/pb-fileinfo", does not define an extension key in its composer.json. Please report this to the author of this package. Specifying the extension key will be mandatory in future versions of TYPO3 (see: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra)

schi commented 3 years ago

Add this in composer.json

  "autoload": {
    "psr-4": {
      "PeterBenke\\PbFileinfo\\": "Classes"
    }
  }