public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/psr/simple-cache/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "psr/simple-cache",
3
"description": "Common interfaces for simple caching",
4
"keywords": ["psr", "psr-16", "cache", "simple-cache", "caching"],
5
"license": "MIT",
6
"authors": [
7
{
8
"name": "PHP-FIG",
9
"homepage": "https://www.php-fig.org/"
10
}
11
],
12
"require": {
13
"php": ">=8.0.0"
14
},
15
"autoload": {
16
"psr-4": {
17
"Psr\\SimpleCache\\": "src/"
18
}
19
},
20
"extra": {
21
"branch-alias": {
22
"dev-master": "2.0.x-dev"
23
}
24
}
25
}