Skip to content

Commit

Permalink
Require PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dieleman committed Nov 6, 2023
1 parent c3eb356 commit 1e8d943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'phpdoc_add_missing_param_annotation' => true,
'phpdoc_order' => true,
'psr_autoloading' => true,
'visibility_required' => ['elements' => ['property', 'method']],
])
->setRiskyAllowed(true)
->setFinder($finder)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"type": "library",
"authors": [
{
"name": "Lucas Gouy-Pailler",
"email": "lucas.gouypailler@atgp.net"
"name": "@GP",
"homepage": "https://www.atgp.net/"
}
],
"autoload": {
Expand All @@ -23,7 +23,7 @@
}
},
"require": {
"php": ">=5.6",
"php": ">=7.4",
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^2.0",
"smalot/pdfparser": "^0.19.0",
Expand Down

0 comments on commit 1e8d943

Please sign in to comment.