File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 7
7
" validation" ,
8
8
" file"
9
9
],
10
- "homepage" : " https://github.com/GravityPDF/Upload " ,
10
+ "homepage" : " https://github.com/gravitypdf/upload " ,
11
11
"license" : " MIT" ,
12
12
"authors" : [
13
13
{
20
20
"homepage" : " https://github.com/GravityPDF/"
21
21
}
22
22
],
23
+ "support" : {
24
+ "issues" : " https://github.com/gravitypdf/upload/issues" ,
25
+ "source" : " https://github.com/gravitypdf/upload"
26
+ },
23
27
"require" : {
24
- "php" : " ^7.3 || ^8 .0" ,
28
+ "php" : " ^7.3 || ~8.0.0 || ~8.1.0 || ~8.2 .0" ,
25
29
"ext-fileinfo" : " *"
26
30
},
27
31
"require-dev" : {
41
45
"lint:fix" : " @php ./vendor/bin/phpcbf --standard=PSR12 ./src/ ./tests/" ,
42
46
"phpstan" : " @php ./vendor/bin/phpstan analyse -l 9 src tests" ,
43
47
"phpunit" : " @php ./vendor/bin/phpunit"
48
+ },
49
+ "replace" : {
50
+ "codeguy/upload" : " 1.3.2"
44
51
}
45
52
}
You can’t perform that action at this time.
0 commit comments