-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sergey Surkov
committed
Aug 28, 2021
1 parent
26bc324
commit 8f80a6a
Showing
172 changed files
with
656 additions
and
651 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
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
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,64 +1,64 @@ | ||
{ | ||
"name": "dissonance/full", | ||
"description": "Полная сборка пакетов фреймворка Dissonance.", | ||
"name": "symbiotic/full", | ||
"description": "Полная сборка пакетов фреймворка Symbiotic.", | ||
"license": "BSD-3-Clause", | ||
"version": "1.1.1", | ||
"authors": [{ | ||
"name": "Surkov Sergey", | ||
"role": "creator" | ||
}], | ||
"keywords": [ | ||
"dissonance", | ||
"symbiotic", | ||
"composer apps framework", | ||
"dissonance web" | ||
"symbiotic web" | ||
], | ||
"require": { | ||
"php": ">=7.2", | ||
"php": ">=8.0", | ||
"psr/http-server-handler": "1.0.*", | ||
"psr/http-server-middleware": "1.0.1", | ||
"psr/http-factory": "1.0.1", | ||
"psr/event-dispatcher": "1.0.*", | ||
"psr/container": "^1.0", | ||
"psr/simple-cache": "1.*", | ||
"nyholm/psr7": ">=1.3.2", | ||
"dissonance/ui_http_kernel": "1.*", | ||
"symbiotic/ui_http_kernel": "1.*", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"psr-4":{ | ||
"Dissonance\\": "src/" | ||
"Symbiotic\\": "src/" | ||
}, | ||
"files": [ | ||
"src/core_helpers.php", | ||
"src/http_kernel_helpers.php" | ||
] | ||
}, | ||
"suggest": { | ||
"dissonance/full-single": "Полная сборка в одном файле", | ||
"dissonance/develop": " Dev app" | ||
"symbiotic/full-single": "Полная сборка в одном файле", | ||
"symbiotic/develop": " Dev app" | ||
}, | ||
"replace": { | ||
"dissonance/apps": "1.0.*", | ||
"dissonance/cached-container": "1.0.*", | ||
"dissonance/container": "1.0.*", | ||
"dissonance/container-contracts": "1.0.*", | ||
"dissonance/container-traits": "1.0.*", | ||
"dissonance/core": "1.0.*", | ||
"dissonance/event": "1.0.*", | ||
"dissonance/http": "1.0.*", | ||
"dissonance/http-kernel": "1.0.*", | ||
"dissonance/http-middlewares": "1.0.*", | ||
"dissonance/http-response-mutable": "1.0.*", | ||
"dissonance/mimetypes-mini": "1.0.*", | ||
"dissonance/packages": "1.0.*", | ||
"dissonance/packages-contracts": "1.0.*", | ||
"dissonance/routing": "1.0.*", | ||
"dissonance/routing-cache": "1.0.*", | ||
"dissonance/routing-settlements": "1.0.*", | ||
"dissonance/simple-cache-filesystem": "1.0.*", | ||
"dissonance/http-cookie": "1.0.*", | ||
"dissonance/contracts": "1.0.*", | ||
"dissonance/session-native": "1.0.*", | ||
"dissonance/view-blade": "1.0.*" | ||
"symbiotic/apps": "1.0.*", | ||
"symbiotic/cached-container": "1.0.*", | ||
"symbiotic/container": "1.0.*", | ||
"symbiotic/container-contracts": "1.0.*", | ||
"symbiotic/container-traits": "1.0.*", | ||
"symbiotic/core": "1.0.*", | ||
"symbiotic/event": "1.0.*", | ||
"symbiotic/http": "1.0.*", | ||
"symbiotic/http-kernel": "1.0.*", | ||
"symbiotic/http-middlewares": "1.0.*", | ||
"symbiotic/http-response-mutable": "1.0.*", | ||
"symbiotic/mimetypes-mini": "1.0.*", | ||
"symbiotic/packages": "1.0.*", | ||
"symbiotic/packages-contracts": "1.0.*", | ||
"symbiotic/routing": "1.0.*", | ||
"symbiotic/routing-cache": "1.0.*", | ||
"symbiotic/routing-settlements": "1.0.*", | ||
"symbiotic/simple-cache-filesystem": "1.0.*", | ||
"symbiotic/http-cookie": "1.0.*", | ||
"symbiotic/contracts": "1.0.*", | ||
"symbiotic/session-native": "1.0.*", | ||
"symbiotic/view-blade": "1.0.*" | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.