Skip to content

Commit

Permalink
Changed composer file
Browse files Browse the repository at this point in the history
ikwilkoffie committed Aug 21, 2018
1 parent 7949332 commit f8eaf60
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "bluem/tree",
"name": "ikwilkoffie/tree",
"type": "library",
"description": "Library for handling tree structures based on parent IDs, e.g. a self-joined database table",
"description": "A fork of the BlueM/Tree library to make it work for me. The original is found here: https://github.com/BlueM/Tree",
"keywords": ["tree", "hierarchical"],
"homepage": "https://github.com/BlueM/Tree",
"homepage": "https://github.com/ikwilkoffie",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Carsten Blüm",
"email": "carsten@bluem.net"
"name": "Ikwilkoffie",
"email": "kevin@decomputerdienst.nl"
}
],
"require": {
"php": ">=7.0"
"php": ">=5.0"
},
"autoload": {
"psr-4": {"BlueM\\": "src/"}
"psr-4": {"Ikwilkoffie\\": "src/"}
},
"require-dev": {
"phpunit/phpunit": "6.*",

0 comments on commit f8eaf60

Please sign in to comment.