Skip to content

Commit 91e863e

Browse files
committed
Updated dependencies.
1 parent b9d9383 commit 91e863e

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
53
- '7.3'
4+
- '7.4'
65

76
install:
87
- composer self-update

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=7.1.0",
10+
"php": ">=7.3.0",
1111
"ext-dom": "*",
1212
"ext-libxml": "*",
13-
"composer/composer": "^1.0.0",
14-
"plaisio/exception": "^1.0.0",
15-
"plaisio/exception-handler": "^1.0.0",
16-
"plaisio/kernel": "^1.0.0",
17-
"plaisio/response-core": "^1.0.0",
18-
"setbased/helper-code-store-php": "^2.1.1",
19-
"setbased/php-stratum-middle": "^5.0.0",
20-
"symfony/console": "^4.0.0"
13+
"composer/composer": "^1.0",
14+
"plaisio/exception": "^1.0",
15+
"plaisio/exception-handler": "^1.0",
16+
"plaisio/kernel": "^1.0",
17+
"plaisio/response-core": "^1.0",
18+
"setbased/helper-code-store-php": "^2.3",
19+
"setbased/php-stratum-middle": "^5.2",
20+
"symfony/console": "^5.0"
2121
},
2222
"require-dev": {
23-
"phing/phing": "^2.0.0",
24-
"phpunit/phpunit": "^7.0.0 || ^8.0.0",
23+
"phing/phing": "^2.0",
24+
"phpunit/phpunit": "^9.0",
2525
"plaisio/console": "^0.2.0"
2626
},
2727
"autoload": {

src/Command/GenerateExceptionHandlerCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
6464
$code = $generator->generateCode($class, $handlers);
6565

6666
$this->writeTwoPhases($path, $code);
67+
68+
return 0;
6769
}
6870

6971
//--------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)