Skip to content

Commit

Permalink
Add composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 13, 2024
1 parent 7e52712 commit 64e0f75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name" : "xp-forge/openai",
"type" : "library",
"homepage" : "http://xp-framework.net/",
"license" : "BSD-3-Clause",
"description" : "OpenAI APIs for XP Framework",
"keywords": ["module", "xp"],
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
"php" : ">=7.4.0"
},
"require-dev" : {
"xp-framework/test": "^2.0 | ^1.5"
},
"autoload" : {
"files" : ["src/main/php/autoload.php"]
}
}

0 comments on commit 64e0f75

Please sign in to comment.