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