You've already forked wc-licensed-product
Some checks failed
Create Release Package / build-release (push) Failing after 1m0s
Force Composer to copy files instead of symlink so vendor/ is properly included in release package (lib/ is excluded). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "magdev/wc-licensed-product",
|
|
"description": "WooCommerce plugin to sell software products using license keys",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Marco Graetsch",
|
|
"email": "magdev3.0@gmail.com",
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "lib/wc-licensed-product-client",
|
|
"options": {
|
|
"symlink": false
|
|
}
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.3.0",
|
|
"twig/twig": "^3.0",
|
|
"magdev/wc-licensed-product-client": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jeremias\\WcLicensedProduct\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "8.3.0"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|