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/illuminate/contracts/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": "illuminate/contracts",
3
"description": "The Illuminate Contracts package.",
4
"license": "MIT",
5
"homepage": "https://laravel.com",
6
"support": {
7
"issues": "https://github.com/laravel/framework/issues",
8
"source": "https://github.com/laravel/framework"
9
},
10
"authors": [
11
{
12
"name": "Taylor Otwell",
13
"email": "[email protected]"
14
}
15
],
16
"require": {
17
"php": "^8.1",
18
"psr/container": "^1.1.1|^2.0.1",
19
"psr/simple-cache": "^1.0|^2.0|^3.0"
20
},
21
"autoload": {
22
"psr-4": {
23
"Illuminate\\Contracts\\": ""
24
}
25
},
26
"extra": {
27
"branch-alias": {
28
"dev-master": "10.x-dev"
29
}
30
},
31
"config": {
32
"sort-packages": true
33
},
34
"minimum-stability": "dev"
35
}