Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Apr 16, 2024
1 parent 770f055 commit 58498ed
Showing 1 changed file with 64 additions and 62 deletions.
126 changes: 64 additions & 62 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,65 @@
{
"name": "tastyigniter/ti-ext-coupons",
"type": "tastyigniter-package",
"description": "Extend the checkout experience with coupons and discount codes.",
"license": "MIT",
"authors": [
{
"name": "Sam Poyigi",
"email": "[email protected]"
}
],
"keywords": [
"tastyigniter",
"coupons",
"discounts"
],
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.5",
"pestphp/pest-plugin-laravel": "^2.0",
"tastyigniter/core": "dev-master",
"tastyigniter/ti-ext-api": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-cart": "v4.x-dev as 4.0"
},
"autoload": {
"psr-4": {
"Igniter\\Coupons\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Igniter\\Coupons\\Tests\\": "tests/"
}
},
"extra": {
"tastyigniter-extension": {
"code": "igniter.coupons",
"name": "Coupons",
"icon": {
"class": "fa fa-percent",
"color": "#FFF",
"backgroundColor": "#ED561A"
},
"homepage": "https://tastyigniter.com/marketplace/item/igniter-coupons"
}
},
"scripts": {
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint",
"static": "vendor/bin/phpstan analyse --ansi --memory-limit 1056M"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"composer/installers": true
},
"sort-packages": true
},
"minimum-stability": "dev"
}
"name": "tastyigniter/ti-ext-coupons",
"type": "tastyigniter-package",
"description": "Extend the checkout experience with coupons and discount codes.",
"license": "MIT",
"authors": [
{
"name": "Sam Poyigi",
"email": "[email protected]"
}
],
"keywords": [
"tastyigniter",
"coupons",
"discounts"
],
"require": {
"tastyigniter/core": "dev-master",
"tastyigniter/ti-ext-api": "*",
"tastyigniter/ti-ext-cart": "*"
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.5",
"pestphp/pest-plugin-laravel": "^2.0"
},
"autoload": {
"psr-4": {
"Igniter\\Coupons\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Igniter\\Coupons\\Tests\\": "tests/"
}
},
"extra": {
"tastyigniter-extension": {
"code": "igniter.coupons",
"name": "Coupons",
"icon": {
"class": "fa fa-percent",
"color": "#FFF",
"backgroundColor": "#ED561A"
},
"homepage": "https://tastyigniter.com/marketplace/item/igniter-coupons"
}
},
"scripts": {
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint",
"static": "vendor/bin/phpstan analyse --ansi --memory-limit 1056M"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"composer/installers": true
},
"sort-packages": true
},
"minimum-stability": "dev"
}

0 comments on commit 58498ed

Please sign in to comment.