chore: rename package to core/php-content
Aligns composer package name with forge repo path (forge.lthn.ai/core/php-content). Part of host-uk/* → core/* migration. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
fbfc0f9e3e
commit
9fbc41fdfe
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "host-uk/core-content",
|
"name": "core/php-content",
|
||||||
"description": "Content management and headless CMS for Laravel",
|
"description": "Content management and headless CMS for Laravel",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"laravel",
|
"laravel",
|
||||||
|
|
@ -10,14 +10,14 @@
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"host-uk/core": "dev-main",
|
"core/php-framework": "dev-main",
|
||||||
"ezyang/htmlpurifier": "^4.17"
|
"ezyang/htmlpurifier": "^4.17"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/pint": "^1.18",
|
"laravel/pint": "^1.18",
|
||||||
"orchestra/testbench": "^9.0|^10.0",
|
"orchestra/testbench": "^9.0|^10.0",
|
||||||
"pestphp/pest": "^3.0",
|
"pestphp/pest": "^3.0",
|
||||||
"host-uk/core-tenant": "@dev"
|
"core/php-tenant": "@dev"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue