Skip to content

Commit

Permalink
Bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Nov 3, 2023
1 parent 6223eb2 commit 665b504
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.6",
"lunarphp/lunar": "^0.7",
"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.6",
"lunarphp/lunar": "^0.7",
"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.6",
"lunarphp/lunar": "^0.7",
"livewire/livewire": "^2.0"
},
"require-dev": {
Expand Down
10 changes: 5 additions & 5 deletions payment/stripe/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": "^8.0",
"lunarphp/lunar": "^0.6",
"lunarphp/lunar": "^0.7",
"stripe/stripe-php": "^7.114",
"livewire/livewire": "^2.0",
"laravel/pint": "^1.13"
"laravel/pint": "^1.13"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.23"
},
"autoload": {
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.6",
"lunarphp/lunar": "^0.7",
"meilisearch/meilisearch-php": "^0.26.1",
"laravel/scout": "^9.4"
},
Expand Down

0 comments on commit 665b504

Please sign in to comment.