File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typisttech/php-matrix" ,
3
3
"description" : " List PHP versions that satisfy the given constraint." ,
4
+ "license" : " MIT" ,
4
5
"type" : " project" ,
5
6
"keywords" : [
6
7
" ci" ,
7
8
" cli" ,
8
9
" github-actions"
9
10
],
10
- "homepage" : " https://github.com/typisttech/php-matrix" ,
11
- "license" : " MIT" ,
12
11
"authors" : [
13
12
{
14
13
"name" : " Typist Tech" ,
21
20
"role" : " Developer"
22
21
}
23
22
],
23
+ "homepage" : " https://github.com/typisttech/php-matrix" ,
24
24
"support" : {
25
25
"issues" : " https://github.com/typisttech/php-matrix/issues" ,
26
26
"source" : " https://github.com/typisttech/php-matrix"
47
47
"Tests\\ " : " tests/"
48
48
}
49
49
},
50
+ "bin" : [
51
+ " bin/php-matrix"
52
+ ],
53
+ "config" : {
54
+ "allow-plugins" : {
55
+ "pestphp/pest-plugin" : true
56
+ },
57
+ "sort-packages" : true
58
+ },
50
59
"scripts" : {
51
60
"data:update" : [
52
61
" curl 'https://www.php.net/releases/index.php?json&max=1000&version=5' | jq . > ./tests/data/releases-5.json" ,
64
73
" pint --test" ,
65
74
" XDEBUG_MODE=off pest"
66
75
]
67
- },
68
- "config" : {
69
- "allow-plugins" : {
70
- "pestphp/pest-plugin" : true
71
- },
72
- "sort-packages" : true
73
- },
74
- "bin" : [
75
- " bin/php-matrix"
76
- ]
76
+ }
77
77
}
You can’t perform that action at this time.
0 commit comments