Skip to content

Commit 6d289d5

Browse files
PHP 8.0
1 parent 5d6ecbf commit 6d289d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2265
-482
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "familytree365/php-gedcom",
3-
"description": "A GEDCOM file parser (read + write) for PHP 7.3+",
3+
"description": "A GEDCOM file parser (read + write) for PHP 8.0+",
44
"type": "library",
55
"keywords": ["gedcom","parser"],
66
"homepage": "http://github.com/familytree365/php-gedcom",
77
"license": "MIT",
88
"require": {
9-
"php": ">=7.3"
9+
"php": ">=8.0"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "5.7.*",
13-
"squizlabs/php_codesniffer": "3.5.*"
12+
"phpunit/phpunit": "9.*",
13+
"squizlabs/php_codesniffer": "3.6.*",
14+
"rector/rector": "^0.11.49"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)