feat: rename package to lthn/php-content for Packagist
This commit is contained in:
parent
b30e9dfb26
commit
58efde279f
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "core/php-content",
|
||||
"name": "lthn/php-content",
|
||||
"description": "Content management and headless CMS for Laravel",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*",
|
||||
"lthn/php": "*",
|
||||
"ezyang/htmlpurifier": "^4.17"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -55,5 +55,8 @@
|
|||
"type": "path",
|
||||
"url": "../php-framework"
|
||||
}
|
||||
]
|
||||
],
|
||||
"replace": {
|
||||
"core/php-content": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue