Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kawsarahmedr committed Sep 2, 2024
1 parent d29ca2e commit 12515f3
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
{
"name": "pluginever/wc-min-max-quantities",
"description": "The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.",
"homepage": "https://pluginever.com/",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"repositories": [
{
"url": "[email protected]:pluginever/framework-plugin.git",
"type": "github"
},
{
"url": "[email protected]:pluginever/framework-settings.git",
"type": "github"
}
],
"license": "GPL v2 or later",
"require": {
"php": ">=7.0"
"php": ">=7.4"
},
"require-dev": {
"byteever/byteever-sniffs": "dev-master",
"coenjacobs/mozart": "^0.7.1",
"phpcompatibility/php-compatibility": "9.3.5",
"pluginever/framework-plugin": "dev-master",
"pluginever/framework-settings": "dev-master"
"byteever/bytekit-plugin": "dev-master",
"byteever/bytekit-settings": "dev-master",
"coenjacobs/mozart": "^0.7.1"
},
"autoload": {
"psr-4": {
"WooCommerceMinMaxQuantities\\": ["includes/", "lib/"]
}
},
"autoload-dev": {},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
Expand All @@ -33,7 +27,18 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "github",
"url": "[email protected]:byteever/bytekit-plugin.git"
},
{
"type": "github",
"url": "[email protected]:byteever/bytekit-settings.git"
}
],
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
Expand All @@ -54,8 +59,8 @@
"classmap_prefix": "WooCommerceMinMaxQuantities_",
"delete_vendor_directories": true,
"packages": [
"pluginever/framework-plugin",
"pluginever/framework-settings"
"byteever/bytekit-plugin",
"byteever/bytekit-settings"
]
}
}
Expand Down

0 comments on commit 12515f3

Please sign in to comment.