Skip to content

Commit 88fe102

Browse files
committed
Update composer.json
- Explicitly define supported PHP versions - Add support links - Added "replace" on the original package version
1 parent ea9917f commit 88fe102

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"validation",
88
"file"
99
],
10-
"homepage": "https://github.com/GravityPDF/Upload",
10+
"homepage": "https://github.com/gravitypdf/upload",
1111
"license": "MIT",
1212
"authors": [
1313
{
@@ -20,8 +20,12 @@
2020
"homepage": "https://github.com/GravityPDF/"
2121
}
2222
],
23+
"support": {
24+
"issues": "https://github.com/gravitypdf/upload/issues",
25+
"source": "https://github.com/gravitypdf/upload"
26+
},
2327
"require": {
24-
"php": "^7.3 || ^8.0",
28+
"php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0",
2529
"ext-fileinfo": "*"
2630
},
2731
"require-dev": {
@@ -41,5 +45,8 @@
4145
"lint:fix": "@php ./vendor/bin/phpcbf --standard=PSR12 ./src/ ./tests/",
4246
"phpstan": "@php ./vendor/bin/phpstan analyse -l 9 src tests",
4347
"phpunit": "@php ./vendor/bin/phpunit"
48+
},
49+
"replace": {
50+
"codeguy/upload": "1.3.2"
4451
}
4552
}

0 commit comments

Comments
 (0)