Testing below functionalities
- Composer
- Private registry
- Grouping
- Multi directory
composer create-project phpstan/phpstan:1.12.0 --no-dev phpstan-1.12.0
zip -r phpstan-1.12.0.zip phpstan-1.12.0
cd phpstan-1.12.0
cp composer.json ../phpstan-1.12.0.json
cd ..
"name": "phpstan/phpstan",
"version": "1.12.0",
curl -u [email protected]:<> -T phpstan-1.12.0.zip https://jfrogghdemo.jfrog.io/artifactory/dependabot-php/phpstan/phpstan/phpstan-1.12.0.zip
curl -u [email protected]:<> -T phpstan-1.12.0.json https://jfrogghdemo.jfrog.io/artifactory/dependabot-php/phpstan/phpstan/phpstan-1.12.0.json