Skip to content

Commit a6f474a

Browse files
authored
Support symfony 4 and 5 (#8)
* Add support for symfony/console 4 and 5 * Update source link to point to the right repository * Bump minimum PHP requirement to 5.6 * Replace abandoned coverage package with friends-of-phpspec/phpspec-code-coverage
1 parent 20e74c3 commit a6f474a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
},
1515
{
1616
"name": "Community contributors",
17-
"homepage": "https://github.com/portphp/symfony-console-adapter/graphs/contributors"
17+
"homepage": "https://github.com/portphp/symfony-console/graphs/contributors"
1818
}
1919
],
2020
"support": {
2121
"issues": "https://github.com/portphp/portphp/issues",
22-
"source": "https://github.com/portphp/symfony-console-adapter",
22+
"source": "https://github.com/portphp/symfony-console",
2323
"docs": "https://portphp.readthedocs.org"
2424
},
2525
"require": {
26-
"php": ">=5.4.0",
27-
"portphp/portphp": "^1.0.0",
28-
"symfony/console": "^2.7 || ^3.0"
26+
"php": "^5.6 || ^7.0",
27+
"portphp/portphp": "^1.1",
28+
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2929
},
3030
"autoload": {
3131
"psr-4": {
3232
"Port\\SymfonyConsole\\": "src/"
3333
}
3434
},
3535
"require-dev": {
36-
"phpspec/phpspec": "^2.1",
37-
"henrikbjorn/phpspec-code-coverage" : "^1.0"
36+
"phpspec/phpspec": "^3.0",
37+
"friends-of-phpspec/phpspec-code-coverage" : "^3.0"
3838
},
3939
"extra": {
4040
"branch-alias": {

0 commit comments

Comments
 (0)