packages
Here are 655 public repositories matching this topic...
-
Updated
Sep 2, 2020 - C++
-
Updated
Jun 9, 2020 - HTML
-
Updated
Sep 2, 2020 - Shell
Description
Running the following command:
./scancode -clpieu --json-pp facet_summary.json samples --summary --facet dev=*.java --summary-by-facet
Generates the following Error
ERROR: failed to run post-scan plugin: summary-by-facet:
Traceback (most recent call last):
File "/home/ayansm/Desktop/GSoD/scancode-toolkit-versions/scancode-toolkit-3.1.1/src/scancode/cli.py", lin
-
Updated
Dec 17, 2017 - Makefile
-
Updated
Jun 16, 2020
Deleting a status message doesn't require a confirmation. All destructive actions should require confirmation to prevent user errors.
As you can see in the screenshot above, clicking on the delete icon should trigger a confirmation modal. We already have a few modals doing e
-
Updated
Sep 2, 2020 - Shell
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
-
Updated
Dec 3, 2019 - PHP
-
Updated
Aug 30, 2020 - TypeScript
-
Updated
Jan 15, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Shell
-
Updated
Sep 1, 2020 - Shell
-
Updated
Apr 30, 2020 - PHP
-
Updated
Jul 5, 2020 - PowerShell
-
Updated
May 27, 2020 - Perl
Improve this page
Add a description, image, and links to the packages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packages topic, visit your repo's landing page and select "manage topics."



So if you happen to insert invalid version string when requiring package, it will still write it into
composer.jsonand nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"My
composer.json:{ "require": { "phpunit/phpunit": "8.3.3 as ^8.3" } }Output of
composer diagnose: