Skip to content

dsp-testing/composer-private-registry-sample-global

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing below functionalities

  1. Composer
  2. Private registry
  3. Grouping
  4. Multi directory

Dowload package from public registry

composer create-project phpstan/phpstan:1.12.0 --no-dev phpstan-1.12.0

Zip content

zip -r phpstan-1.12.0.zip phpstan-1.12.0

Create json

cd phpstan-1.12.0

cp composer.json ../phpstan-1.12.0.json

cd ..

"name": "phpstan/phpstan",
  "version": "1.12.0",

Deploy both to private registry

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published