Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 95d8079

Browse files
committed
first commit
0 parents  commit 95d8079

File tree

7 files changed

+1371
-0
lines changed

7 files changed

+1371
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor/
2+
.idea/

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "maximerenou/bing-ai",
3+
"type": "library",
4+
"autoload": {
5+
"psr-4": {
6+
"MaximeRenou\\BingAI\\": "src/"
7+
}
8+
},
9+
"authors": [
10+
{
11+
"name": "Maxime Renou",
12+
"email": "contact@maximerenou.fr"
13+
}
14+
],
15+
"require": {
16+
"ratchet/pawl": "^0.4.1"
17+
}
18+
}

0 commit comments

Comments
 (0)