Skip to content

Commit

Permalink
Making this library work again on packagist, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkrstphr committed Mar 10, 2020
1 parent 1ebbcf7 commit 0cfcfea
Show file tree
Hide file tree
Showing 196 changed files with 2,090 additions and 876 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "library",
"keywords": ["gedcom","parser"],
"homepage": "http://github.com/mrkrstphr/php-gedcom",
"license": "GPL-3.0",
"license": "MIT",
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.*",
"squizlabs/php_codesniffer": "1.*"
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "3.5.*"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 0cfcfea

Please sign in to comment.