File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " typisttech/php-matrix" ,
33 "description" : " List PHP versions that satisfy the given constraint." ,
4+ "license" : " MIT" ,
45 "type" : " project" ,
56 "keywords" : [
67 " ci" ,
78 " cli" ,
89 " github-actions"
910 ],
10- "homepage" : " https://github.com/typisttech/php-matrix" ,
11- "license" : " MIT" ,
1211 "authors" : [
1312 {
1413 "name" : " Typist Tech" ,
2120 "role" : " Developer"
2221 }
2322 ],
23+ "homepage" : " https://github.com/typisttech/php-matrix" ,
2424 "support" : {
2525 "issues" : " https://github.com/typisttech/php-matrix/issues" ,
2626 "source" : " https://github.com/typisttech/php-matrix"
4747 "Tests\\ " : " tests/"
4848 }
4949 },
50+ "bin" : [
51+ " bin/php-matrix"
52+ ],
53+ "config" : {
54+ "allow-plugins" : {
55+ "pestphp/pest-plugin" : true
56+ },
57+ "sort-packages" : true
58+ },
5059 "scripts" : {
5160 "data:update" : [
5261 " curl 'https://www.php.net/releases/index.php?json&max=1000&version=5' | jq . > ./tests/data/releases-5.json" ,
6473 " pint --test" ,
6574 " XDEBUG_MODE=off pest"
6675 ]
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+ }
7777}
You can’t perform that action at this time.
0 commit comments