composer / composer/satis

Is it possible to add packages defined under repositories?

Open
#385 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
3.3k
Forks
530
Avg merge
6h 53m
Merged PRs (30d)
13

Description

Is it possible somehow to to let satis cache this types of packages?

```
"repositories": [
{
"type": "package",
"package": {
"name": "components/placeholdersjs",
"type": "component",
"version": "4.0.1",
"dist": {
"url": "https://github.com/jamesallardice/Placeholders.js/archive/v4.0.1.zip",
"type": "zip"
},
"extra": {
"component": {
"scripts": [
"dist/placeholders.min.js",
"dist/placeholders.jquery.min.js"
]
}
}
}
}
]
```

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by reviewing how Satis handles Composer repositories and package definitions, then clarify the expected caching behavior for the shown package repository and identify coverage needed for that behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.