satis icon indicating copy to clipboard operation
satis copied to clipboard

Simple static Composer repository generator - For a full private Composer repo use Private Packagist

Results 119 satis issues
Sort by recently updated
recently updated
newest added

**Describe the bug** when updating a dependency using "composer update vendor/packagename" and in the composer json the require is like this: ``` "repositories": { { "type": "composer", "url": "https://packagist.vendor.tld" }...

bug

Hello, Using the satis.json from the docs at https://getcomposer.org/doc/articles/handling-private-packages.md#setup : ```json { "name": "My Repository", "homepage": "http://packages.example.org", "repositories": [ { "type": "vcs", "url": "https://github.com/mycompany/privaterepo" }, { "type": "vcs", "url": "http://svn.example.org/private/repo"...

support

**Describe the bug** I believe satis is no longer working with Composer 2.3: **To Reproduce** Try a satis build with Composer 2.3 **Outcome** ``` $ php satis/bin/satis build -vvv satis.json...

feature

**Describe the bug** I've got multiple packages in my satis.json that are abandoned ( `"abandoned": true` in their composer.json). However, Satis does not mark all of them as abandoned on...

bug

Hi, I tried to fix all errors from phpstan on level 6. Not sure if you have a specific wish for the format for iterable types (`array` vs `string[]`) but...

Hi, We're trying to upgrade satis from 1.0.0 to latest version. To get rid of old junk and get a fresh start we setup a new installation and migrated stuff...

bug

**Is your feature request related to a problem? Please describe.** It seems that there is no way to configure satis to build repository working for given PHP version if `only-best-candidates`...

feature
bug

I've deployed several packages with satis, so this worked before. When building now, I receive this error: ```sh [UnexpectedValueException] Your github oauth token for github.com contains invalid characters ``` I...

bug

We encountered with disappearing packages after sometime, we got no clue when and how it happens, does anyone encountered also?

bug