Skip to content

Commit 2e85fb5

Browse files
authored
Merge pull request #7 from linna/s3b4stian-patch-1
README.md updated
2 parents 6fd31af + 42cecc5 commit 2e85fb5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<br/>
33
<br/>
44
<br/>
5-
[![Build Status](https://travis-ci.org/s3b4stian/linna-array.svg?branch=master)](https://travis-ci.org/s3b4stian/linna-array)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/s3b4stian/linna-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/s3b4stian/linna-array/?branch=master)
7-
[![Code Coverage](https://scrutinizer-ci.com/g/s3b4stian/linna-array/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/s3b4stian/linna-array/?branch=master)
5+
[![Build Status](https://travis-ci.org/linna/typed-array.svg?branch=master)](https://travis-ci.org/linna/typed-array)
6+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/linna/typed-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/linna/typed-array/?branch=master)
7+
[![Code Coverage](https://scrutinizer-ci.com/g/linna/typed-array/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/linna/typed-array/?branch=master)
88
[![StyleCI](https://styleci.io/repos/93407083/shield?branch=master&style=flat)](https://styleci.io/repos/93407083)
99

1010
# Typed arrays for php

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "s3b4stian/linna-array",
2+
"name": "linna/typed-array",
33
"type": "library",
4-
"description": "Linna Array",
4+
"description": "Linna Typed Array",
55
"keywords": ["Array", "Typed Array", "php"],
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Sebastian Rapetti",
1010
"email": "[email protected]",
11-
"homepage": "https://github.com/s3b4stian/linna-array"
11+
"homepage": "https://github.com/linna/typed-array"
1212
}
1313
],
1414
"require": {

0 commit comments

Comments
 (0)