Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 7edc04f

Browse files
authored
Merge pull request #30 from SimpleRegex/feature/move_srl
Rename package
2 parents 3e4b26a + df6504d commit 7edc04f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple Regex Language
22

3-
[![codecov](https://codecov.io/gh/TYVRNET/SRL/branch/master/graph/badge.svg)](https://codecov.io/gh/TYVRNET/SRL)
4-
[![Build Status](https://travis-ci.org/TYVRNET/SRL.svg?branch=master)](https://travis-ci.org/TYVRNET/SRL)
3+
[![codecov](https://codecov.io/gh/SimpleRegex/SRL-PHP/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleRegex/SRL-PHP)
4+
[![Build Status](https://travis-ci.org/SimpleRegex/SRL-PHP.svg?branch=master)](https://travis-ci.org/SimpleRegex/SRL-PHP)
55

66
We all know Regular Expressions are hard to read. Once written you're
77
happy if you never ever have to touch this line of code again because
@@ -206,7 +206,7 @@ and update your project.
206206

207207
```json
208208
"require": {
209-
"tyvrnet/srl": "0.1.x-dev"
209+
"simpleregex/srl-php": "0.1.x-dev"
210210
}
211211
```
212212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tyvrnet/srl",
2+
"name": "simpleregex/srl-php",
33
"description": "Simple Regex Language",
44
"version": "0.1.0",
55
"type": "library",

0 commit comments

Comments
 (0)