utils icon indicating copy to clipboard operation
utils copied to clipboard

The emoticons that you put in the description field of the composer.json of your packages breaks uploads to Artifactory.

Open DR4296 opened this issue 1 year ago • 6 comments
trafficstars

Version: ALL

Bug Description

I'm a developer who works in an organization that uses JFrog's Artifactory as its repo system. I couldn't figure out why Composer was complaining that your nette/schema and later nette/utils libraries weren't in the repository when I could plainly see them. However, I noticed that they were missing a lot of listings on their "properties" tab in Artifactory. And this tipped me off. When I saw the emoticons in the Description fields, I removed them and repackaged the .zip. I then uploaded them to Artifactory and suddenly Composer could see them.

Steps To Reproduce

... If possible a minimal demo of the problem ...

Expected Behavior

... A clear and concise description of what you expected to happen.

Possible Solution

  Remove emoticons from your composer.json for your packages.  Keep everything UTF-8. 

DR4296 avatar Oct 22 '24 19:10 DR4296