Skip to content

Commit efd76b9

Browse files
committed
Merge branch 'master' of https://github.com/familytree365/php-gedcom into fix/gedcom_import_export
� Conflicts: � src/Record/Indi.php
2 parents adc6a02 + 82be039 commit efd76b9

154 files changed

Lines changed: 2402 additions & 634 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Requirements
1515

16-
* php-gedcom 1.0+ requires PHP 7.3 (or later).
16+
* php-gedcom 1.0+ requires PHP 8.0 (or later).
1717

1818
## Installation
1919

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)