feat: rename package to lthn/php-commerce for Packagist
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s

This commit is contained in:
Snider 2026-03-09 18:00:04 +00:00
parent 517b91845e
commit 347b7b8b36

View file

@ -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"
}
}