Skip to content

Commit 4b52ec1

Browse files
authored
Merge pull request #3 from radutopala/sf3.1
dependencies update
2 parents aaa3578 + e56ffa0 commit 4b52ec1

4 files changed

Lines changed: 16 additions & 724 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ vendor
33
*.phar
44
build
55
box.json
6+
composer.lock

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4",
16-
"symfony/console": "^2.8",
15+
"php": ">=5.6",
16+
"symfony/console": "^2.8|^3",
1717
"padraic/phar-updater": "^1.0",
1818
"guzzlehttp/guzzle": "^6.2",
19-
"symfony/yaml": "^2.8",
20-
"symfony/filesystem": "^2.8",
21-
"phpdocumentor/reflection-docblock": "~2.0",
19+
"symfony/yaml": "^2.8|^3",
20+
"symfony/filesystem": "^2.8|^3",
21+
"phpdocumentor/reflection-docblock": "~3.0",
2222
"mattketmo/camel": "~1.1",
2323
"rybakit/arguments-resolver": "~0.5.0"
2424
},

0 commit comments

Comments
 (0)