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/conditionable/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/conditionable",
3
"description": "The Illuminate Conditionable 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.0.2"
18
},
19
"autoload": {
20
"psr-4": {
21
"Illuminate\\Support\\": ""
22
}
23
},
24
"extra": {
25
"branch-alias": {
26
"dev-master": "10.x-dev"
27
}
28
},
29
"config": {
30
"sort-packages": true
31
},
32
"minimum-stability": "dev"
33
}