feat: rename package to lthn/php-plug-cdn for Packagist
This commit is contained in:
parent
9742b5a31e
commit
56f66788c8
1 changed files with 6 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "core/php-plug-cdn",
|
||||
"name": "lthn/php-plug-cdn",
|
||||
"description": "CDN provider integrations for the Plug framework",
|
||||
"type": "library",
|
||||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*"
|
||||
"lthn/php": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -13,5 +13,8 @@
|
|||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"replace": {
|
||||
"core/php-plug-cdn": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue