Skip to content

Commit 341dfed

Browse files
author
Tyler King
committed
Nameswap
1 parent 9178eef commit 341dfed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2017 Tyler King <tyler.n.king@gmail.com>
1+
Copyright (C) 2020 Tyler King <tyler@osiset.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This library simply gets the differences between strings with a few options to output the changes into raw `array`, `xml` or `text` formats.
44

5-
[![Build Status](https://secure.travis-ci.org/ohmybrew/php-diff.png?branch=master)](http://travis-ci.org/ohmybrew/php-diff)
6-
[![Coverage Status](https://coveralls.io/repos/github/ohmybrew/php-diff/badge.svg?branch=master)](https://coveralls.io/github/ohmybrew/php-diff?branch=master)
7-
[![License](https://poser.pugx.org/ohmybrew/php-diff/license)](https://packagist.org/packages/ohmybrew/php-diff)
5+
[![Build Status](https://secure.travis-ci.org/osiset/php-diff.png?branch=master)](http://travis-ci.org/osiset/php-diff)
6+
[![Coverage Status](https://coveralls.io/repos/github/osiset/php-diff/badge.svg?branch=master)](https://coveralls.io/github/osiset/php-diff?branch=master)
7+
[![License](https://poser.pugx.org/osiset/php-diff/license)](https://packagist.org/packages/osiset/php-diff)
88

99
## Installation
1010

1111
The recommended way to install is [through composer](http://packagist.org).
1212

13-
$ composer require ohmybrew/php-diff
13+
composer require osiset/php-diff
1414

1515
## Usage
1616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ohmybrew/php-diff",
2+
"name": "osiset/php-diff",
33
"description": "LSM - Longest Common Subsequence",
44
"type":"library",
55
"keywords":["lsm", "longest", "common", "subsequence"],

0 commit comments

Comments
 (0)