composer.utils.VersionedDeprecationWarning# exception composer.utils.VersionedDeprecationWarning(message, remove_version)[source]# A custom deprecation warning class that includes version information. message# The deprecation message describing why the feature is deprecated. Type str remove_version# The version in which the feature will be removed. Type str