Skip to content

Commit bc4a475

Browse files
author
Sebastian Detert
committed
fix: changed repository name
1 parent 219571c commit bc4a475

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.idea/composerJson.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "malkusch/php-index",
2+
"name": "bmdevel/php-index",
33
"type": "library",
44
"description": "This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.",
55
"keywords": ["index", "binary search"],
6-
"homepage": "https://github.com/malkusch/php-index",
6+
"homepage": "https://github.com/bmdevel/php-index",
77
"license": "WTFPL-2.0",
88
"authors": [
99
{

0 commit comments

Comments
 (0)