Breaking: #61859 - deprecated file type FILETYPE_SOFTWARE removed 

See forge#61859

Description 

The constant TYPO3CMSCoreResourceAbstractFile::FILETYPE_SOFTWARE has been removed.

Impact 

Using the removed constant will result in a fatal error.

Affected installations 

Any installation using an extension that uses the constant TYPO3CMSCoreResourceAbstractFile::FILETYPE_SOFTWARE.

Migration 

Use TYPO3CMSCoreResourceAbstractFile::FILETYPE_APPLICATION instead, which matches the Iana standard.