Skip to content

Commit 447aa59

Browse files
committed
Added version 1.0 to composer.json
1 parent 2b5b783 commit 447aa59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"oop",
66
"library"
77
],
8+
"authors" : [{
9+
"name" : "Mariano Custiel",
10+
"email" : "jmcustiel@gmail.com",
11+
"homepage" : "https://github.com/mcustiel",
12+
"role" : "Developer"
13+
}],
814
"autoload" : {
915
"psr-4" : {
1016
"Mcustiel\\PhpSimpleRegex\\" : "src"
@@ -19,6 +25,7 @@
1925
"type" : "library",
2026
"description" : "This is a library with a set of utils to execute and get the response from regular expressions",
2127
"license" : "GPL-3.0+",
28+
"version" : "1.0.0",
2229
"require" : {
2330
"php" : ">=5.5"
2431
},
@@ -32,4 +39,4 @@
3239
"verbalexpressions/php-verbal-expressions" : "dev-master",
3340
"selvinortiz/flux" : "dev-master"
3441
}
35-
}
42+
}

0 commit comments

Comments
 (0)