fix: remove broken GitHub VCS repository reference
Some checks failed
CI / PHP 8.3 (push) Failing after 1m10s
CI / PHP 8.4 (push) Failing after 1m3s

This commit is contained in:
Claude 2026-02-23 06:31:44 +00:00
parent 2c0c5f2e32
commit 86e5de62a1

View file

@ -2,7 +2,13 @@
"name": "host-uk/core-template",
"type": "project",
"description": "Core PHP Framework - Project Template",
"keywords": ["laravel", "core-php", "modular", "framework", "template"],
"keywords": [
"laravel",
"core-php",
"modular",
"framework",
"template"
],
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
@ -40,8 +46,9 @@
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/host-uk/core-php.git"
"name": "core",
"type": "path",
"url": "../php-framework"
}
],
"scripts": {