Skip to content

Commit

Permalink
sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 17, 2023
1 parent c2bd230 commit 2f6447e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions workspace/sample_satis_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

"require-all": true,

"repositories-dep": [
{ "type": "composer", "url": "https://packagist.org" }
],
"require-dependencies": false,
"only-best-candidates": false,

"archive": {
"directory": "dist",
"format": "tar",
Expand All @@ -23,10 +29,10 @@
"path": "temp",
"copy": false
},
"skip-remote-versions": false,
"file-restrictions-map-generator": false,
"skip-remote-versions": true,
"file-restrictions-map-generator": true,
"remove-fields-from-json": {
"enabled": false,
"enabled": true,
"remove": [
"source",
"authors",
Expand Down

0 comments on commit 2f6447e

Please sign in to comment.