We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b783 commit 447aa59Copy full SHA for 447aa59
composer.json
@@ -5,6 +5,12 @@
5
"oop",
6
"library"
7
],
8
+ "authors" : [{
9
+ "name" : "Mariano Custiel",
10
+ "email" : "jmcustiel@gmail.com",
11
+ "homepage" : "https://github.com/mcustiel",
12
+ "role" : "Developer"
13
+ }],
14
"autoload" : {
15
"psr-4" : {
16
"Mcustiel\\PhpSimpleRegex\\" : "src"
@@ -19,6 +25,7 @@
19
25
"type" : "library",
20
26
"description" : "This is a library with a set of utils to execute and get the response from regular expressions",
21
27
"license" : "GPL-3.0+",
28
+ "version" : "1.0.0",
22
29
"require" : {
23
30
"php" : ">=5.5"
24
31
},
@@ -32,4 +39,4 @@
32
39
"verbalexpressions/php-verbal-expressions" : "dev-master",
33
40
"selvinortiz/flux" : "dev-master"
34
41
}
35
-}
42
+}
0 commit comments