Update siteworxpro/config version and modify repositories structure in composer.json
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m24s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m21s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m39s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m29s

This commit is contained in:
2025-09-27 08:54:52 -04:00
parent 6e874927a5
commit b15827b7b1
2 changed files with 636 additions and 335 deletions

View File

@@ -15,7 +15,7 @@
"nyholm/psr7": "^1.8",
"illuminate/support": "^v12.10.2",
"roadrunner-php/app-logger": "^1.2",
"siteworxpro/config": "^1.1",
"siteworxpro/config": "^1.1.1",
"predis/predis": "^3.0"
},
"require-dev": {
@@ -53,16 +53,10 @@
"phpstan analyse --level 4 ./src/ -c phpstan.neon"
]
},
"repositories": {
"git.siteworxpro.com/24": {
"repositories": [
{
"type": "composer",
"url": "https://git.siteworxpro.com/api/v4/group/24/-/packages/composer/packages.json",
"options": {
"ssl": {
"verify_peer": false,
"allow_self_signed": true
}
}
"url": "https://gitea.siteworxpro.com/api/packages/php-packages/composer"
}
}
]
}

955
composer.lock generated

File diff suppressed because it is too large Load Diff