Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
- replace author list with reference to AUTHORS.md
- tweak php-font-lib, php-svg-lib requirements
  • Loading branch information
bsweeney committed Sep 20, 2022
1 parent c176076 commit 2d09f59
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions composer.json
Expand Up @@ -6,16 +6,8 @@
"license": "LGPL-2.1",
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
"name": "The Dompdf Community",
"homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
}
],
"autoload": {
Expand All @@ -36,8 +28,8 @@
"ext-dom": "*",
"ext-mbstring": "*",
"masterminds/html5": "^2.0",
"phenx/php-font-lib": "^0.5.4",
"phenx/php-svg-lib": "^0.3.3 || ^0.4.0"
"phenx/php-font-lib": ">=0.5.4",
"phenx/php-svg-lib": ">=0.3.3"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 2d09f59

Please sign in to comment.