Skip to content

Commit b904f69

Browse files
committed
Update README.md
1 parent 8d399c2 commit b904f69

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ What is it
55

66
PhpSimpleRegex is an object oriented regular expressions library for PHP.
77

8-
This library allows to execute preg_* functions in PHP and use the results as objects, making the use of preg_* functions testeable. PhpSimpleRegex is integrated with [\VerbalExpressions\PHPVerbalExpressions\VerbalExpressions](https://github.com/VerbalExpressions/PHPVerbalExpressions), [SelvinOrtiz\Utils\Flux\Flux](https://github.com/selvinortiz/flux) and also [MarkWilson\VerbalExpression](https://github.com/markwilson/VerbalExpressionsPhp) to allow a full Object Oriented approach to Regular Expressions in PHP.
9-
10-
#### Why Simple?
11-
12-
My native language is spanish and the spanish definition of simple is __"Que es puramente aquello que se dice, sin ninguna característica especial o singular"__, which somehow translates to __"Something that is nothing more than what is told, without any special or singular characteristic"__. That's what I looked for in the design of this library, to be good in what it's intended for and nothing else.
8+
This library allows to execute preg_* functions in PHP and use the results as objects, making the use of preg_* functions testeable. PhpSimpleRegex is integrated with [VerbalExpressions\PHPVerbalExpressions\VerbalExpressions](https://github.com/VerbalExpressions/PHPVerbalExpressions), [SelvinOrtiz\Utils\Flux\Flux](https://github.com/selvinortiz/flux) and also [MarkWilson\VerbalExpression](https://github.com/markwilson/VerbalExpressionsPhp) to allow a full Object Oriented approach to Regular Expressions in PHP.
139

1410
Installation
1511
------------
@@ -18,16 +14,10 @@ Installation
1814

1915
If you want to access directly to this repo, adding this to your composer.json should be enough:
2016

21-
```javascript
17+
```json
2218
{
23-
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "https://github.com/mcustiel/php-simple-regex"
27-
}
28-
],
2919
"require": {
30-
"mcustiel/php-simple-regex": "dev-master"
20+
"mcustiel/php-simple-regex": "*"
3121
}
3222
}
3323
```

0 commit comments

Comments
 (0)