Skip to content

Commit 08cd169

Browse files
committed
open 1.1-dev
1 parent 0b55792 commit 08cd169

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/newsletter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.2",
21-
"dystcz/dystore-api": "^1.0.1",
21+
"dystcz/dystore-api": "^1.1",
2222
"illuminate/support": "^11.0|^12.0",
2323
"spatie/laravel-newsletter": "^5.1"
2424
},

packages/product-notifications/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22-
"dystcz/dystore-api": "^1.0.1",
22+
"dystcz/dystore-api": "^1.1",
2323
"illuminate/support": "^11.0|^12.0"
2424
},
2525
"autoload": {

packages/product-views/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22-
"dystcz/dystore-api": "^1.0.1",
22+
"dystcz/dystore-api": "^1.1",
2323
"illuminate/support": "^11.0|^12.0",
2424
"ext-redis": "*"
2525
},

packages/reviews/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22-
"dystcz/dystore-api": "^1.0.1",
22+
"dystcz/dystore-api": "^1.1",
2323
"illuminate/support": "^11.0|^12.0"
2424
},
2525
"autoload": {

packages/stripe/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.2",
2323
"illuminate/support": "^11.0|^12.0",
24-
"dystcz/dystore-api": "^1.0.1",
24+
"dystcz/dystore-api": "^1.1",
2525
"lunarphp/stripe": "^1.0.0",
2626
"spatie/laravel-stripe-webhooks": "^3.6"
2727
},

0 commit comments

Comments
 (0)