Merge remote-tracking branch 'origin/master' into devcontainer/phpunit

This commit is contained in:
rugk
2026-02-24 12:13:31 +00:00
4 changed files with 7 additions and 3 deletions

View File

@@ -42,6 +42,6 @@
8080 8080
], ],
"postCreateCommand": ".devcontainer/postCreateCommand.sh", "postCreateCommand": ".devcontainer/postCreateCommand.sh",
// alternatiuve: apache2ctl start (but requires root) // alternative: apache2ctl start (but requires root)
"postAttachCommand": "php -S 0.0.0.0:8080" "postAttachCommand": "php -S 0.0.0.0:8080"
} }

View File

@@ -11,7 +11,6 @@ This PR fixes
* *
## ToDo ## ToDo
<!-- Add things, you still want to do. It is recommend to put "[DNM]", "[DONOTMERGE]", "[WIP]" or "[WORKINPROGRESS]" **into the title** of your PR if you still want to work on this PR, but just do not want to have it merged yet. -->
* [ ] * [ ]
* [ ] * [ ]
* [ ] * [ ]

View File

@@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Download and Extract Artifacts - name: Download and Extract Artifacts
uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8
with: with:
run_id: ${{ github.event.workflow_run.id }} run_id: ${{ github.event.workflow_run.id }}
path: artifacts path: artifacts

View File

@@ -43,6 +43,11 @@
} }
}, },
"config" : { "config" : {
"audit": {
"ignore": {
"CVE-2025-45769": "disputed on the basis that key lengths are expected to be set by an application, not by this library"
}
},
"autoloader-suffix" : "DontChange", "autoloader-suffix" : "DontChange",
"optimize-autoloader": true, "optimize-autoloader": true,
"preferred-install": "dist", "preferred-install": "dist",