Skip to content

Commit 7acf068

Browse files
committed
initialized main classes
1 parent fda169b commit 7acf068

File tree

11 files changed

+2450
-24
lines changed

11 files changed

+2450
-24
lines changed

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "familytree365/php-dna",
3-
"description": "lineage for PHP 8.0+",
4-
"type": "library",
5-
"keywords": ["dna","genotype"],
6-
"homepage": "http://github.com/familytree365/php-dna",
7-
"license": "MIT",
8-
"require": {
9-
"php": ">=8.0"
10-
},
11-
"require-dev": {
12-
"phpunit/phpunit": "9.*",
13-
"squizlabs/php_codesniffer": "3.6.*",
14-
"rector/rector": "^0.11.49"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"Dna\\": "src/"
19-
}
20-
},
21-
"autoload-dev": {
22-
"psr-4": {
23-
"DnaTest\\": "tests/"
24-
}
25-
}
2+
"name": "familytree365/php-dna",
3+
"description": "lineage for PHP 8.0+",
4+
"type": "library",
5+
"keywords": ["dna","genotype"],
6+
"homepage": "http://github.com/familytree365/php-dna",
7+
"license": "MIT",
8+
"require": {
9+
"php": ">=8.0"
10+
},
11+
"require-dev": {
12+
"phpunit/phpunit": "9.*",
13+
"squizlabs/php_codesniffer": "3.6.*",
14+
"rector/rector": "^0.11.49"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Dna\\": "src/"
19+
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"DnaTest\\": "tests/"
24+
}
25+
}
2626
}

0 commit comments

Comments
 (0)