Skip to content

Commit 507e817

Browse files
authored
Merge pull request #2 from joaojacome/update-dependencies
Bumped dependencies and added command exit status codes
2 parents 1cb93da + bf30f38 commit 507e817

File tree

5 files changed

+672
-378
lines changed

5 files changed

+672
-378
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"require": {
2020
"php": "^7.1.3",
2121
"ext-mbstring": "*",
22-
"symfony/console": "^4.0",
23-
"symfony/yaml": "^4.2@dev"
22+
"symfony/console": "^4.0|^5.0",
23+
"symfony/yaml": "^4.2|^5.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^7.0.1",
27-
"mikey179/vfsStream": "^2.0@dev",
27+
"mikey179/vfsstream": "^1.6",
2828
"php-coveralls/php-coveralls" : "v2.0.0"
2929
},
3030
"autoload": {
@@ -34,6 +34,5 @@
3434
},
3535
"bin": [
3636
"bin/phpadr"
37-
],
38-
"minimum-stability": "dev"
37+
]
3938
}

0 commit comments

Comments
 (0)