Skip to content

Commit 665b504

Browse files
committed
Bump to 0.7
1 parent 6223eb2 commit 665b504

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"laravel/pint": "dev-main",
77
"livewire/livewire": "^2.0",
8-
"lunarphp/lunar": "^0.6",
8+
"lunarphp/lunar": "^0.7",
99
"php": "^8.0",
1010
"stripe/stripe-php": "^7.114",
1111
"symplify/monorepo-builder": "^11.1"

payment/opayo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"lunarphp/lunar": "^0.6",
15+
"lunarphp/lunar": "^0.7",
1616
"livewire/livewire": "^2.0"
1717
},
1818
"require-dev": {

payment/paypal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"lunarphp/lunar": "^0.6",
15+
"lunarphp/lunar": "^0.7",
1616
"livewire/livewire": "^2.0"
1717
},
1818
"require-dev": {

payment/stripe/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"lunarphp/lunar": "^0.6",
15+
"lunarphp/lunar": "^0.7",
1616
"stripe/stripe-php": "^7.114",
1717
"livewire/livewire": "^2.0",
18-
"laravel/pint": "^1.13"
18+
"laravel/pint": "^1.13"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.5",
22-
"mockery/mockery": "^1.4.4",
23-
"orchestra/testbench": "^6.0|^7.0",
21+
"phpunit/phpunit": "^9.5",
22+
"mockery/mockery": "^1.4.4",
23+
"orchestra/testbench": "^6.0|^7.0",
2424
"pestphp/pest": "^1.23"
2525
},
2626
"autoload": {

search/meilisearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"lunarphp/lunar": "^0.6",
15+
"lunarphp/lunar": "^0.7",
1616
"meilisearch/meilisearch-php": "^0.26.1",
1717
"laravel/scout": "^9.4"
1818
},

0 commit comments

Comments
 (0)