Skip to content

Commit

Permalink
feat: add rubixml swoole backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Jul 8, 2024
1 parent cc92a21 commit ac36207
Show file tree
Hide file tree
Showing 26 changed files with 13,550 additions and 652 deletions.
34 changes: 22 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "distantmagic/resonance",
"description": "PHP Framework with AI capabilities.",
"type": "library",
"license": "MIT",
"archive": {
"exclude": [
"/app",
"/docs",
"/examples",
"/resources",
"/tools"
]
},
"authors": [
{
"name": "Mateusz Charytoniuk",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"src/helpers/coroutineMustGetContext.php",
Expand All @@ -15,12 +26,9 @@
"Distantmagic\\Resonance\\": "src/"
}
},
"authors": [
{
"name": "Mateusz Charytoniuk",
"email": "[email protected]"
}
],
"description": "PHP Framework with AI capabilities.",
"license": "MIT",
"name": "distantmagic/resonance",
"require": {
"defuse/php-encryption": "^2.4",
"distantmagic/graphql-swoole-promise-adapter": "^0.1.1",
Expand Down Expand Up @@ -64,7 +72,8 @@
"twig/twig": "^3.7",
"webonyx/graphql-php": "^15.6",
"beberlei/assert": "^3.3",
"dunglas/doctrine-json-odm": "^1.4"
"dunglas/doctrine-json-odm": "^1.4",
"rubix/ml": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
Expand All @@ -81,5 +90,6 @@
"ext-readline": "Unlocks some console features",
"ext-redis": "HTTP Sessions driver",
"ext-uuid": "Faster UUID generation"
}
},
"type": "library"
}
Loading

0 comments on commit ac36207

Please sign in to comment.