Skip to content

Commit

Permalink
Database configurator package added (symbiotic/database)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Surkov committed Mar 12, 2023
1 parent 70dd080 commit f966b95
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "symbiotic/full",
"description": "Complete assembly of the SymbioticPHP framework with a cached container and optimized core services",
"license": "BSD-3-Clause",
"version": "1.4.1.3",
"license": ["BSD-3-Clause"],
"version": "1.4.1.4",
"homepage": "https://symbioticphp.com",
"authors": [
{
Expand All @@ -17,7 +17,8 @@
],
"require": {
"php": ">=8.0",
"symbiotic/micro": "^1.4"
"symbiotic/micro": "^1.4",
"symbiotic/database": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -50,9 +51,11 @@
}
},
"suggest": {
"symbiotic/eloquent": "Encapsulated Laravel Eloquent ORM for Symbiotic",
"symbiotic/full-single": "Full build in single file",
"symbiotic/develop": "App for developers",
"auth-login": "Basic authorization for the framework",
"symbiotic/settings-app": "Application for editing kernel settings, file systems and application packages"
"symbiotic/auth-login": "Basic authorization for the framework",
"symbiotic/settings-app": "Application for editing kernel settings, file systems and application packages",
"symbiotic/workerman": "Road Runner with Symbiotic"
}
}

0 comments on commit f966b95

Please sign in to comment.