Skip to content

Commit a2f5864

Browse files
ahoendgenBrainMaestro
authored andcommitted
Allow symfony 5 components (#102)
1 parent c4a39fc commit a2f5864

File tree

5 files changed

+540
-315
lines changed

5 files changed

+540
-315
lines changed

cghooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
2222
use BrainMaestro\GitHooks\Commands\HookCommand;
2323
use Symfony\Component\Console\Application;
2424

25-
$application = new Application('Composer Git Hooks', '2.8.1');
25+
$application = new Application('Composer Git Hooks', '2.8.2');
2626

2727
$application->add(new AddCommand());
2828
$application->add(new UpdateCommand());

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^5.6 || >=7.0",
20-
"symfony/console": "^3.2 || ^4.0"
20+
"symfony/console": "^3.2 || ^4.0 || ^5.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.7 || ^7.0",

0 commit comments

Comments
 (0)