Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 8316b1e

Browse files
committed
Fixed dodgy Composer config.
1 parent b013278 commit 8316b1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "eloquent/php-lcs",
2+
"name": "eloquent/lcs",
33
"description": "An implementation of the 'longest common subsequence' algorithm for PHP.",
44
"keywords": ["longest", "common", "subsequence", "sequence", "diff", "algorithm"],
5-
"homepage": "https://github.com/ezzatron/php-lcs",
5+
"homepage": "https://github.com/eloquent/php-lcs",
66
"license": "MIT",
77
"authors": [
88
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)