Switch Composer source to Gitea package registry
Some checks failed
CodeQL Security Scanning / Analyze (actions) (push) Failing after 33s
CodeQL Security Scanning / Analyze (javascript) (push) Failing after 31s
Standards Compliance / Secret Scanning (push) Failing after 39s
Standards Compliance / License Header Validation (push) Failing after 32s
Standards Compliance / Repository Structure Validation (push) Failing after 39s
Standards Compliance / Coding Standards Check (push) Failing after 33s
Standards Compliance / Version Consistency Check (push) Failing after 42s
Standards Compliance / Workflow Configuration Check (push) Failing after 38s
Standards Compliance / README Completeness Check (push) Failing after 23s
Standards Compliance / Documentation Quality Check (push) Failing after 40s
Standards Compliance / Git Repository Hygiene (push) Failing after 27s
Standards Compliance / Script Integrity Validation (push) Failing after 25s
Standards Compliance / Line Length Check (push) Failing after 28s
Standards Compliance / File Naming Standards (push) Failing after 29s
Standards Compliance / Insecure Code Pattern Detection (push) Failing after 27s
Standards Compliance / Code Complexity Analysis (push) Failing after 25s
Standards Compliance / Code Duplication Detection (push) Failing after 34s
Standards Compliance / Dead Code Detection (push) Failing after 33s
Standards Compliance / File Size Limits (push) Failing after 30s
Standards Compliance / Binary File Detection (push) Failing after 31s
Standards Compliance / TODO/FIXME Tracking (push) Failing after 28s
Standards Compliance / Dependency Vulnerability Scanning (push) Failing after 33s
Standards Compliance / Unused Dependencies Check (push) Failing after 37s
Standards Compliance / Broken Link Detection (push) Failing after 35s
Standards Compliance / API Documentation Coverage (push) Failing after 37s
Standards Compliance / Accessibility Check (push) Failing after 32s
Standards Compliance / Performance Metrics (push) Failing after 35s
Standards Compliance / Enterprise Readiness Check (push) Failing after 40s
Standards Compliance / Repository Health Check (push) Failing after 32s
Standards Compliance / Terraform Configuration Validation (push) Failing after 25s
Repo Health / Access control (push) Failing after 2s
CodeQL Security Scanning / Security Scan Summary (push) Successful in 1s
Standards Compliance / Compliance Summary (push) Failing after 1s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Assign Issues & PRs / Assign unassigned issues and PRs (push) Successful in 1s
Some checks failed
CodeQL Security Scanning / Analyze (actions) (push) Failing after 33s
CodeQL Security Scanning / Analyze (javascript) (push) Failing after 31s
Standards Compliance / Secret Scanning (push) Failing after 39s
Standards Compliance / License Header Validation (push) Failing after 32s
Standards Compliance / Repository Structure Validation (push) Failing after 39s
Standards Compliance / Coding Standards Check (push) Failing after 33s
Standards Compliance / Version Consistency Check (push) Failing after 42s
Standards Compliance / Workflow Configuration Check (push) Failing after 38s
Standards Compliance / README Completeness Check (push) Failing after 23s
Standards Compliance / Documentation Quality Check (push) Failing after 40s
Standards Compliance / Git Repository Hygiene (push) Failing after 27s
Standards Compliance / Script Integrity Validation (push) Failing after 25s
Standards Compliance / Line Length Check (push) Failing after 28s
Standards Compliance / File Naming Standards (push) Failing after 29s
Standards Compliance / Insecure Code Pattern Detection (push) Failing after 27s
Standards Compliance / Code Complexity Analysis (push) Failing after 25s
Standards Compliance / Code Duplication Detection (push) Failing after 34s
Standards Compliance / Dead Code Detection (push) Failing after 33s
Standards Compliance / File Size Limits (push) Failing after 30s
Standards Compliance / Binary File Detection (push) Failing after 31s
Standards Compliance / TODO/FIXME Tracking (push) Failing after 28s
Standards Compliance / Dependency Vulnerability Scanning (push) Failing after 33s
Standards Compliance / Unused Dependencies Check (push) Failing after 37s
Standards Compliance / Broken Link Detection (push) Failing after 35s
Standards Compliance / API Documentation Coverage (push) Failing after 37s
Standards Compliance / Accessibility Check (push) Failing after 32s
Standards Compliance / Performance Metrics (push) Failing after 35s
Standards Compliance / Enterprise Readiness Check (push) Failing after 40s
Standards Compliance / Repository Health Check (push) Failing after 32s
Standards Compliance / Terraform Configuration Validation (push) Failing after 25s
Repo Health / Access control (push) Failing after 2s
CodeQL Security Scanning / Security Scan Summary (push) Successful in 1s
Standards Compliance / Compliance Summary (push) Failing after 1s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Auto-Assign Issues & PRs / Assign unassigned issues and PRs (push) Successful in 1s
This commit is contained in:
@@ -1,55 +1 @@
|
||||
{
|
||||
"name": "mokoconsulting-tech/mokocassiopeia",
|
||||
"description": "MokoCassiopeia Joomla component by Moko Consulting",
|
||||
"type": "joomla-component",
|
||||
"version": "03.09.03",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Moko Consulting",
|
||||
"email": "hello@mokoconsulting.tech"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"mokoconsulting-tech/enterprise": "dev-version/04"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"phpstan/phpstan": "^2.0",
|
||||
"squizlabs/php_codesniffer": "^4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MokoConsulting\\MokoCassiopeia\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"MokoConsulting\\MokoCassiopeia\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/mokoconsulting-tech/MokoStandards"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"validate-manifest": "vendor/bin/validate-manifest --path .",
|
||||
"build": "vendor/bin/build-package --path .",
|
||||
"test": "phpunit",
|
||||
"phpcs": "phpcs --standard=vendor/mokoconsulting-tech/enterprise/phpcs.xml src/",
|
||||
"phpstan": "phpstan analyse -c phpstan.neon src/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user