-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc92a21
commit ac36207
Showing
26 changed files
with
13,550 additions
and
652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -81,5 +90,6 @@ | |
"ext-readline": "Unlocks some console features", | ||
"ext-redis": "HTTP Sessions driver", | ||
"ext-uuid": "Faster UUID generation" | ||
} | ||
}, | ||
"type": "library" | ||
} |
Oops, something went wrong.