Skip to content

Commit

Permalink
Merge pull request #84 from newfold-labs/release/2.2.4
Browse files Browse the repository at this point in the history
Release/2.2.4
  • Loading branch information
ajayadav09 authored Jan 28, 2025
2 parents 4d13b1a + 949eb0d commit c2543c6
Show file tree
Hide file tree
Showing 5 changed files with 2,437 additions and 17,972 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ registries:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
replaces-base: true
replaces-base: true
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"newfold-labs/wp-module-ai": "^1.1.12",
"newfold-labs/wp-module-data": "^2.6.9",
"newfold-labs/wp-module-features": "^1.4.1",
"typesense/typesense-php": "^2.0"
"typesense/typesense-php": "^4.9",
"symfony/http-client": "^6.4"

},
"autoload": {
Expand All @@ -38,7 +39,11 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"platform": {
"php": "8.1"
}
}
}
Loading

0 comments on commit c2543c6

Please sign in to comment.