Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit 9ad0742

Browse files
authored
Merge pull request #3 from patrick-mota/add-sf5-support
Add Symfony 5 support #SymfonyHackday
2 parents a6c7c3a + fa70924 commit 9ad0742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"require": {
3131
"php": ">=5.3.3",
32-
"symfony/console": "~2.7|~3.0|~4.0"
32+
"symfony/console": "~2.7|~3.0|~4.0|~5.0"
3333
},
3434
"require-dev": {
35-
"symfony/process": "~2.7|~3.0|~4.0",
35+
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
3636
"mikey179/vfsStream": "1.1.0",
3737
"phpunit/phpunit": "3.7.*"
3838
}

0 commit comments

Comments
 (0)