Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. {
  2. "name": "vendorname/packagename",
  3. "minimum-stability": "dev",
  4. "prefer-stable": true,
  5. "require": {
  6. "vantoozz/proxy-scraper": "1.8.0.01",
  7. "mithereal/bonanza": "dev-master"
  8. },
  9. "repositories": [
  10. {
  11. "type": "path",
  12. "url": "src/vendorlocal/vantoozz/proxy-scraper",
  13. "options": {
  14. "symlink": true
  15. }
  16. },
  17. {
  18. "type": "path",
  19. "url": "src/vendorlocal/mithereal/bonanza",
  20. "options": {
  21. "symlink": true
  22. }
  23. }
  24. ]
  25.  
  26. }
  27.  
  28. > $ composer update Loading composer repositories with package
  29. > information Updating dependencies (including require-dev) Package
  30. > operations: 2 installs, 0 updates, 0 removals
  31. > - Installing vantoozz/proxy-scraper (1.8.0.01): Junctioning from src/vendorlocal/vantoozz/proxy-scraper
  32. > - Installing mithereal/bonanza (dev-master 500aebe): Cloning 500aebe617 from cache Writing lock file Generating autoload files
  33.  
  34. "require": {
  35. "ecomlogic/bonanza-sdk": "1.1.0.0"
  36. . . . .
  37. "repositories": [
  38. {
  39. "type": "path",
  40. "url": "src/vendorlocal/php-bonanza",
  41. "options": {
  42. "symlink": true
  43. }
  44. }
  45. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement