Skip to content

Commit e07cd20

Browse files
authoredApr 26, 2018
Merge pull request #12 from fliglio/symfony-validator
Symfony validator
2 parents 04d4596 + f11af24 commit e07cd20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.3",
13-
"lib-curl": "*",
14-
"fliglio/http": "2.1.*",
15-
"symfony/validator": "2.6",
16-
"doctrine/annotations": "1.*",
17-
"doctrine/cache": "1.*"
12+
"php" : ">=5.3",
13+
"lib-curl" : "*",
14+
"fliglio/http" : "2.1.*",
15+
"symfony/validator" : "2.6.13",
16+
"doctrine/annotations" : "1.*",
17+
"doctrine/cache" : "1.*"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~4.1.0"

0 commit comments

Comments
 (0)