Skip to content

Commit af3e1bb

Browse files
committed
Added ~4.0 version to Symfony components.
1 parent 56433b5 commit af3e1bb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
/test/temp/
23
/vendor/
34
/composer.lock

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"require": {
2626
"php": ">=5.5",
27-
"symfony/form": "~2.8|~3.0",
28-
"symfony/console": "~2.8|~3.0"
27+
"symfony/form": "~2.8|~3.0|~4.0",
28+
"symfony/console": "~2.8|~3.0|~4.0"
2929
},
3030
"require-dev": {
3131
"beberlei/assert": "~2.1",
3232
"behat/behat": "~3.0",
3333
"friendsofphp/php-cs-fixer": "^1.10",
34-
"symfony/finder": "~2.8|~3.0",
35-
"symfony/framework-bundle": "~2.8|~3.0",
36-
"symfony/validator": "~2.8|~3.0",
37-
"symfony/yaml": "~2.8|~3.0",
34+
"symfony/finder": "~2.8|~3.0|~4.0",
35+
"symfony/framework-bundle": "~2.8|~3.0|~4.0",
36+
"symfony/validator": "~2.8|~3.0|~4.0",
37+
"symfony/yaml": "~2.8|~3.0|~4.0",
3838
"phpunit/phpunit": "^4.8",
39-
"symfony/security": "~2.8|~3.0"
39+
"symfony/security": "~2.8|~3.0|~4.0"
4040
}
4141
}

0 commit comments

Comments
 (0)