feat: rename package to lthn/php-commerce for Packagist
This commit is contained in:
parent
517b91845e
commit
347b7b8b36
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "core/php-commerce",
|
||||
"name": "lthn/php-commerce",
|
||||
"description": "Commerce, subscriptions and payments for Laravel",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*"
|
||||
"lthn/php": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.18",
|
||||
|
|
@ -55,5 +55,8 @@
|
|||
"type": "path",
|
||||
"url": "../php"
|
||||
}
|
||||
]
|
||||
],
|
||||
"replace": {
|
||||
"core/php-commerce": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue