Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 0bc5d38

Browse files
committed
Merge pull request #21 from mmoreram/mmoreram-patch-1
Updated dependencies with Symfony3
2 parents 1aec370 + 100bbf2 commit 0bc5d38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4",
17-
"symfony/console": "~2.2",
18-
"symfony/process": "~2.2",
19-
"symfony/finder": "~2.2",
20-
"symfony/filesystem": "~2.2",
21-
"symfony/yaml": "~2.2",
22-
"symfony/event-dispatcher": "~2.2",
23-
"symfony/property-access": "~2.2"
16+
"php": "^5.4|^7.0",
17+
"symfony/console": "^2.2|^3.0",
18+
"symfony/process": "^2.2|^3.0",
19+
"symfony/finder": "^2.2|^3.0",
20+
"symfony/filesystem": "^2.2|^3.0",
21+
"symfony/yaml": "^2.2|^3.0",
22+
"symfony/event-dispatcher": "^2.2|^3.0",
23+
"symfony/property-access": "^2.2|^3.0"
2424
},
2525
"require-dev": {
2626
"fabpot/php-cs-fixer": "1.4.2",

0 commit comments

Comments
 (0)