Skip to content

Commit

Permalink
minor version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3341 committed Oct 17, 2023
1 parent 5d1d5a9 commit c38a55c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions php/sync-with-meilisearch/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "templates/sync-with-meilisearch",
"type": "library",
"require": {
"php": "^8.1",
"appwrite/appwrite": "^10.0",
"meilisearch/meilisearch-php": "^1.4"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
"name": "templates/sync-with-meilisearch",
"type": "library",
"require": {
"php": ">=8.0.0",
"appwrite/appwrite": "^10.0",
"meilisearch/meilisearch-php": "^1.4"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit c38a55c

Please sign in to comment.