Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Oct 16, 2024
1 parent 6af0bc7 commit c460b0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"php": "^8.2",
"lunarphp/core": "self.version",
"spatie/laravel-data": "^4.9.0",
"typesense/typesense-php": "^4.9",
"php": "^8.2",
"lunarphp/core": "^1.0.0-beta",
"spatie/laravel-data": "^4.9.0",
"typesense/typesense-php": "^4.9",
"meilisearch/meilisearch-php": "^1.10",
"http-interop/http-factory-guzzle": "^1.2"
},
Expand Down

0 comments on commit c460b0a

Please sign in to comment.