> DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 1 install, 67 updates, 0 removals - Updating commerceguys/intl (v0.7.5 => v1.0.0): Downloading (100%) - Updating zendf...
事件的起因是我在 ~/.bash_profile 里添加了 ~/.composer/vendor/bin 这个东西导致,或许是 OS X 10.11 的 bug?先说说 Mac OS 里对环境变量文件的加载顺序/etc/profile -> /etc/paths -> ~/.bash_profile主要就是这 3 个,如果在找不到 ~/.bash_profile 还会继续按照下方的顺序 ...
Then add the following lines in thecomposer.jsonfiles under"scripts"to inform PHP CodeSniffer about the location of the PHP compatibility standard. "scripts": { "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", "post-update-cmd"...
If PHPCompatibility is theonlyexternal PHP CodeSniffer standard you use, you can add the following to yourcomposer.jsonfile to automatically run the necessary command: "scripts": {"post-install-cmd":"\"vendor/bin/phpcs\"--config-set installed_paths vendor/phpcompatibility/php-compatibility","post...
@justinamt if you put the two bundles in your bundle's "require" section of composer.json, they will be installed when you install yours. I'm not sure whether that answers your question, but either way if you have other issues please open a new ticket because indeed it's not related ...
analyzer.composer.lock.enabled='true' 2022-10-21 09:06:22,307 org.owasp.dependencycheck.utils.Settings:917 DEBUG - Setting: analyzer.cpanfile.enabled='true' 2022-10-21 09:06:22,307 org.owasp.dependencycheck.utils.Settings:917 DEBUG - Setting: analyzer.golang.dep.enabled='true' 2022-10-...
git-checkout with: repository: https://go.googlesource.com/vuln tag: v${{package.version}} expected-commit: e313109e39439a94eee0185a019b909e74ba6665 - uses: go/build with: output: govulncheck packages: ./cmd/govulncheck # This isn't on GitHub and it's not in release-monitor update:...
<data_composer blob_size="None" /> <plugins> <plugin name="anti-bloat" user_enabled="no" /> <plugin name="data-files" user_enabled="no" /> <plugin name="delvewheel" user_enabled="no" /> <plugin name="dll-files" user_enabled=...
name: MorciTravel CI on: [push] jobs: morcitravel_job: name: Morcitravel job runs-on: ubuntu-latest env: KILL_JAVA_SH: ${{ github.workspace }}/ci/kill_java_process.sh SERVER_PUB_KEY: ${{ github.workspace }}/data/server/server_pub_key.txt JAVA_CMD_PATH: /opt/prod_jdk/bin/java...