Skip to content

Commit

Permalink
Undo repository renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 8, 2014
1 parent 3fbdba7 commit 5f59f0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ echo $result; // 4

### Authors

Originally source code taken from https://github.com/droptable/php-shunting-yard, some changes from https://github.com/andig/php-shunting-yard, https://github.com/pmishev/php-shunting-yard and https://github.com/falahati/php-shunting-yard.
Originally source code taken from https://github.com/droptable/php-shunting-yard, some changes from:

- https://github.com/andig/php-shunting-yard
- https://github.com/pmishev/php-shunting-yard
- https://github.com/falahati/php-shunting-yard

Test cases and refactoring for composer/packagist by https://github.com/sergej-kurakin/php-shunting-yard.

### Installation Via Composer
Expand All @@ -70,7 +75,7 @@ Define the following requirement in your composer.json file:
```json
{
"require": {
"falahati/php-shunting-yard": "dev-master"
"andig/php-shunting-yard": "dev-master"
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "falahati/php-shunting-yard",
"name": "andig/php-shunting-yard",
"type": "library",
"keywords": ["math","shunting yard", "equation"],
"homepage": "https://github.com/falahati/php-shunting-yard",
"description": "Refactored repack of https://github.com/pmishev/php-shunting-yard",
"homepage": "https://github.com/andig/php-shunting-yard",
"description": "Refactored repack of https://github.com/andig/php-shunting-yard",
"license": "MIT",
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 5f59f0c

Please sign in to comment.