home.social

#phive — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phive, aggregated by home.social.

fetched live
  1. @heiglandreas @naderman @Schrank @packagist Which versions of the dev tools do I need to install to be able to use them without composer? Dev tools via composer is a convenience on installation, but can become a pain if new packages get blocked because dev tools have a certain package with a constrain.

    I had a few issues with #phive in CI some years ago. I should give it a try again.

  2. @heiglandreas @naderman @Schrank @packagist Which versions of the dev tools do I need to install to be able to use them without composer? Dev tools via composer is a convenience on installation, but can become a pain if new packages get blocked because dev tools have a certain package with a constrain.

    I had a few issues with #phive in CI some years ago. I should give it a try again.

  3. @heiglandreas @naderman @Schrank @packagist Which versions of the dev tools do I need to install to be able to use them without composer? Dev tools via composer is a convenience on installation, but can become a pain if new packages get blocked because dev tools have a certain package with a constrain.

    I had a few issues with #phive in CI some years ago. I should give it a try again.

  4. @heiglandreas @naderman @Schrank @packagist Which versions of the dev tools do I need to install to be able to use them without composer? Dev tools via composer is a convenience on installation, but can become a pain if new packages get blocked because dev tools have a certain package with a constrain.

    I had a few issues with #phive in CI some years ago. I should give it a try again.

  5. @heiglandreas @naderman @Schrank @packagist Which versions of the dev tools do I need to install to be able to use them without composer? Dev tools via composer is a convenience on installation, but can become a pain if new packages get blocked because dev tools have a certain package with a constrain.

    I had a few issues with #phive in CI some years ago. I should give it a try again.

  6. Is there a way to install PHIVE packages without confirming or specifying the signatures?

    I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

    #php #phive #phar

  7. Is there a way to install PHIVE packages without confirming or specifying the signatures?

    I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

    #php #phive #phar

  8. Is there a way to install PHIVE packages without confirming or specifying the signatures?

    I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

    #php #phive #phar

  9. Is there a way to install PHIVE packages without confirming or specifying the signatures?

    I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

    #php #phive #phar

  10. Is there a way to install PHIVE packages without confirming or specifying the signatures?

    I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

    #php #phive #phar

  11. hey #PHP devs, do you use #PHIVE / phar.io for installing the tools you work with? I really like their approach of downloading and verifying artifacts!

  12. hey #PHP devs, do you use #PHIVE / phar.io for installing the tools you work with? I really like their approach of downloading and verifying artifacts!

  13. hey #PHP devs, do you use #PHIVE / phar.io for installing the tools you work with? I really like their approach of downloading and verifying artifacts!

  14. hey #PHP devs, do you use #PHIVE / phar.io for installing the tools you work with? I really like their approach of downloading and verifying artifacts!

  15. hey #PHP devs, do you use #PHIVE / phar.io for installing the tools you work with? I really like their approach of downloading and verifying artifacts!

  16. Half of my CI jobs fail due to "Trying to connect to keys.openpgp.org" when using #Phive to download tools.

    I would use #Psalm as a Composer dependency, if I could, but it depends on an older version of #AMPHP than my project uses, so I'm installing it with Phive.

    But this intermittent error is frustrating me. 🤬

    #PHP

  17. Half of my CI jobs fail due to "Trying to connect to keys.openpgp.org" when using #Phive to download tools.

    I would use #Psalm as a Composer dependency, if I could, but it depends on an older version of #AMPHP than my project uses, so I'm installing it with Phive.

    But this intermittent error is frustrating me. 🤬

    #PHP

  18. Half of my CI jobs fail due to "Trying to connect to keys.openpgp.org" when using #Phive to download tools.

    I would use #Psalm as a Composer dependency, if I could, but it depends on an older version of #AMPHP than my project uses, so I'm installing it with Phive.

    But this intermittent error is frustrating me. 🤬

    #PHP

  19. Half of my CI jobs fail due to "Trying to connect to keys.openpgp.org" when using #Phive to download tools.

    I would use #Psalm as a Composer dependency, if I could, but it depends on an older version of #AMPHP than my project uses, so I'm installing it with Phive.

    But this intermittent error is frustrating me. 🤬

    #PHP

  20. Half of my CI jobs fail due to "Trying to connect to keys.openpgp.org" when using #Phive to download tools.

    I would use #Psalm as a Composer dependency, if I could, but it depends on an older version of #AMPHP than my project uses, so I'm installing it with Phive.

    But this intermittent error is frustrating me. 🤬

    #PHP

  21. @ramsey @OndrejMirtes Imho there are three options:
    1) you install somehow the plugins and have some kind of autoloading before running phar (I have no clue how to do this)
    2) you have a directory `tools` or something with a composer.json for your tools, so you are independent of your project composer
    3) you compile your own phar files (which is like 2) but with more hassle :D)

    Good luck and I'm happy to read the blog article!
    P.S. #phive without plugin is awesome 🙈

  22. @ramsey @OndrejMirtes Imho there are three options:
    1) you install somehow the plugins and have some kind of autoloading before running phar (I have no clue how to do this)
    2) you have a directory `tools` or something with a composer.json for your tools, so you are independent of your project composer
    3) you compile your own phar files (which is like 2) but with more hassle :D)

    Good luck and I'm happy to read the blog article!
    P.S. #phive without plugin is awesome 🙈

  23. @ramsey @OndrejMirtes Imho there are three options:
    1) you install somehow the plugins and have some kind of autoloading before running phar (I have no clue how to do this)
    2) you have a directory `tools` or something with a composer.json for your tools, so you are independent of your project composer
    3) you compile your own phar files (which is like 2) but with more hassle :D)

    Good luck and I'm happy to read the blog article!
    P.S. #phive without plugin is awesome 🙈

  24. @ramsey @OndrejMirtes Imho there are three options:
    1) you install somehow the plugins and have some kind of autoloading before running phar (I have no clue how to do this)
    2) you have a directory `tools` or something with a composer.json for your tools, so you are independent of your project composer
    3) you compile your own phar files (which is like 2) but with more hassle :D)

    Good luck and I'm happy to read the blog article!
    P.S. #phive without plugin is awesome 🙈

  25. @ramsey @OndrejMirtes Imho there are three options:
    1) you install somehow the plugins and have some kind of autoloading before running phar (I have no clue how to do this)
    2) you have a directory `tools` or something with a composer.json for your tools, so you are independent of your project composer
    3) you compile your own phar files (which is like 2) but with more hassle :D)

    Good luck and I'm happy to read the blog article!
    P.S. #phive without plugin is awesome 🙈

  26. I want to try to get past this, so I'm going to bite the bullet and finally learn how to use #Phive.

    If I install #PsalmPHP or #PHPStan via Phive, how to I install plugins like psalm/plugin-phpunit and phpstan/phpstan-phpunit. I can't use `composer require` on these, since they also require the "parent" packages.

    @theseer, any pointers?

  27. I want to try to get past this, so I'm going to bite the bullet and finally learn how to use #Phive.

    If I install #PsalmPHP or #PHPStan via Phive, how to I install plugins like psalm/plugin-phpunit and phpstan/phpstan-phpunit. I can't use `composer require` on these, since they also require the "parent" packages.

    @theseer, any pointers?

  28. I want to try to get past this, so I'm going to bite the bullet and finally learn how to use #Phive.

    If I install #PsalmPHP or #PHPStan via Phive, how to I install plugins like psalm/plugin-phpunit and phpstan/phpstan-phpunit. I can't use `composer require` on these, since they also require the "parent" packages.

    @theseer, any pointers?

  29. I want to try to get past this, so I'm going to bite the bullet and finally learn how to use #Phive.

    If I install #PsalmPHP or #PHPStan via Phive, how to I install plugins like psalm/plugin-phpunit and phpstan/phpstan-phpunit. I can't use `composer require` on these, since they also require the "parent" packages.

    @theseer, any pointers?

  30. I want to try to get past this, so I'm going to bite the bullet and finally learn how to use #Phive.

    If I install #PsalmPHP or #PHPStan via Phive, how to I install plugins like psalm/plugin-phpunit and phpstan/phpstan-phpunit. I can't use `composer require` on these, since they also require the "parent" packages.

    @theseer, any pointers?

  31. I got phive on it
    Grab your phars that you need
    I got phive on it.
    Not messin with deps conflict sh*t
    I got phive on it
    If security concerns let you bide
    I got #phive on it.
    It has verifications deep inside

    #HitsOfTheITs

  32. I got phive on it
    Grab your phars that you need
    I got phive on it.
    Not messin with deps conflict sh*t
    I got phive on it
    If security concerns let you bide
    I got #phive on it.
    It has verifications deep inside

    #HitsOfTheITs

  33. I got phive on it
    Grab your phars that you need
    I got phive on it.
    Not messin with deps conflict sh*t
    I got phive on it
    If security concerns let you bide
    I got #phive on it.
    It has verifications deep inside

    #HitsOfTheITs

  34. I got phive on it
    Grab your phars that you need
    I got phive on it.
    Not messin with deps conflict sh*t
    I got phive on it
    If security concerns let you bide
    I got #phive on it.
    It has verifications deep inside

    #HitsOfTheITs