Skip to content

Commit

Permalink
Merge pull request #5 from lunarphp/0.8
Browse files Browse the repository at this point in the history
0.8
  • Loading branch information
glennjacobs authored Feb 1, 2024
2 parents 665b504 + e7c9f1f commit 4910702
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"laravel/pint": "dev-main",
"livewire/livewire": "^2.0",
"lunarphp/lunar": "^0.7",
"lunarphp/lunar": "^0.8",
"php": "^8.0",
"stripe/stripe-php": "^7.114",
"symplify/monorepo-builder": "^11.1"
Expand Down
2 changes: 1 addition & 1 deletion payment/opayo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"lunarphp/lunar": "^0.7",
"lunarphp/lunar": "^0.8",
"livewire/livewire": "^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion payment/paypal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"lunarphp/lunar": "^0.7",
"lunarphp/lunar": "^0.8",
"livewire/livewire": "^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion payment/stripe/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"lunarphp/lunar": "^0.7",
"lunarphp/lunar": "^0.8",
"stripe/stripe-php": "^7.114",
"livewire/livewire": "^2.0",
"laravel/pint": "^1.13"
Expand Down
2 changes: 1 addition & 1 deletion search/meilisearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"lunarphp/lunar": "^0.7",
"lunarphp/lunar": "^0.8",
"meilisearch/meilisearch-php": "^0.26.1",
"laravel/scout": "^9.4"
},
Expand Down

0 comments on commit 4910702

Please sign in to comment.