Skip to content

Commit c49bfd6

Browse files
authored
Merge pull request #3 from mleczakm/master
Build fix
2 parents acbc08d + d48e838 commit c49bfd6

File tree

2 files changed

+118
-114
lines changed

2 files changed

+118
-114
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": ">=5.3.1",
1414
"kiczort/polish-validator": "^1.1",
15-
"symfony/framework-bundle" : "~2.1|~3.0",
16-
"symfony/validator": "^2.6|~3.0"
15+
"symfony/framework-bundle" : "~2.1 || ~3.0",
16+
"symfony/validator": "~2.6.0 || ~3.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "4.8"

0 commit comments

Comments
 (0)