FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Tuple/composer.json at master · Scien-ide/Tuple · GitHub
Scien-ide
/
Tuple
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Tuple
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 1.84 KB
Breadcrumbs
Tuple
/
composer.json
Copy path
File metadata and controls
70 lines (70 loc) · 1.84 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name"
:
"
scienide/tuple
"
,
"type"
:
"
library
"
,
"description"
:
"
A fixed-length immutable list data structure for PHP.
"
,
"license"
:
"
MIT
"
,
"readme"
:
"
README.md
"
,
"keywords"
: [
"
tuple
"
],
"authors"
: [
{
"name"
:
"
Andrew DalPino
"
,
"role"
:
"
Lead Developer
"
,
"homepage"
:
"
https://github.com/andrewdalpino
"
,
"email"
:
"
support@andrewdalpino.com
"
}
],
"require"
: {
"php"
:
"
>=7.4
"
},
"require-dev"
: {
"phpstan/phpstan"
:
"
^0.12.88
"
,
"phpstan/phpstan-phpunit"
:
"
0.12.*
"
,
"phpstan/extension-installer"
:
"
^1.0
"
,
"phpunit/phpunit"
:
"
^9.5
"
,
"friendsofphp/php-cs-fixer"
:
"
^3.0
"
},
"autoload"
: {
"files"
: [
"
src/Tuple.php
"
]
},
"autoload-dev"
: {
"psr-4"
: {
"Tuple
\\
Tests
\\
"
:
"
tests/
"
}
},
"scripts"
: {
"analyze"
:
"
phpstan analyse -c phpstan.neon
"
,
"build"
: [
"
@composer install
"
,
"
@analyze
"
,
"
@test
"
,
"
@check
"
],
"check"
: [
"
@putenv PHP_CS_FIXER_IGNORE_ENV=1
"
,
"
php-cs-fixer fix --config=.php_cs.dist.php -v --dry-run --using-cache=no
"
],
"fix"
:
"
php-cs-fixer fix --config=.php_cs.dist.php
"
,
"test"
:
"
phpunit
"
},
"config"
: {
"preferred-install"
:
"
dist
"
,
"sort-packages"
:
true
,
"process-timeout"
:
3000
},
"funding"
: [
{
"type"
:
"
github
"
,
"url"
:
"
https://github.com/sponsors/andrewdalpino
"
}
],
"support"
: {
"docs"
:
"
https://github.com/Scien-ide/Tuple/README.md
"
,
"issues"
:
"
https://github.com/Scien-ide/Tuple/issues
"
,
"source"
:
"
https://github.com/Scien-ide/Tuple
"
,
"email"
:
"
support@andrewdalpino.com
"
}
}
Back
|
FazBrowse Home
|
New Git URL