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 a27508e commit 3330c20
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"name": "tastyigniter/ti-ext-cart",
"type": "tastyigniter-package",
"description": "Easily add a shopping cart to your site. The most powerful way to sell your menu items.",
"license": "MIT",
"authors": [
{
"name": "Sam Poyigi",
"email": "[email protected]"
}
],
"keywords": [
"tastyigniter",
"cart",
"online-food-ordering",
"ordering"
],
"require": {
"tastyigniter/ti-ext-automation": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-local": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-payregister": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-user": "v4.x-dev as 4.0"
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.5",
"pestphp/pest-plugin-laravel": "^2.0",
"igniterlabs/ti-ext-importexport": "v4.x-dev as 4.0",
"tastyigniter/core": "dev-master"
},
"autoload": {
"psr-4": {
"Igniter\\Cart\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Igniter\\Cart\\Tests\\": "tests/"
}
},
"extra": {
"tastyigniter-extension": {
"name": "Cart",
"icon": {
"class": "fa fa-shopping-cart",
"color": "#FFF",
"backgroundColor": "#ED561A"
},
"homepage": "https://tastyigniter.com/marketplace/item/igniter-cart"
}
},
"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
"name": "tastyigniter/ti-ext-cart",
"type": "tastyigniter-package",
"description": "Easily add a shopping cart to your site. The most powerful way to sell your menu items.",
"license": "MIT",
"authors": [
{
"name": "Sam Poyigi",
"email": "[email protected]"
}
],
"keywords": [
"tastyigniter",
"cart",
"online-food-ordering",
"ordering"
],
"require": {
"tastyigniter/core": "dev-master",
"tastyigniter/ti-ext-automation": "*",
"tastyigniter/ti-ext-local": "*",
"tastyigniter/ti-ext-payregister": "*",
"tastyigniter/ti-ext-user": "*"
},
"sort-packages": true
},
"minimum-stability": "dev"
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.5",
"pestphp/pest-plugin-laravel": "^2.0",
"igniterlabs/ti-ext-importexport": "*"
},
"autoload": {
"psr-4": {
"Igniter\\Cart\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Igniter\\Cart\\Tests\\": "tests/"
}
},
"extra": {
"tastyigniter-extension": {
"name": "Cart",
"icon": {
"class": "fa fa-shopping-cart",
"color": "#FFF",
"backgroundColor": "#ED561A"
},
"homepage": "https://tastyigniter.com/marketplace/item/igniter-cart"
}
},
"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 3330c20

Please sign in to comment.