Skip to content

Commit

Permalink
Merge pull request #65 from acelaya-forks/feature/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
acelaya authored Feb 4, 2024
2 parents af36497 + f24a570 commit f0a1f1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Update dependencies

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [5.2.1] - 2023-12-17
### Added
* *Nothing*
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"php": "^8.2",
"ext-json": "*",
"laminas/laminas-servicemanager": "^3.22",
"league/csv": "^9.11",
"shlinkio/shlink-config": "^2.4",
"league/csv": "^9.14",
"shlinkio/shlink-config": "^2.5",
"shlinkio/shlink-json": "^1.0",
"symfony/console": "^6.3"
"symfony/console": "^7.0 || ^6.4"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.8",
"infection/infection": "^0.27.7",
"infection/infection": "^0.27.9",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.5",
"psr/http-factory": "^1.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^6.3"
"symfony/var-dumper": "^7.0 || ^6.4"
},
"suggest": {
"psr/http-client": "If you want to be able to import URLs from Bit.ly, YOURLS, Kutt.it or another Shlink instance",
Expand Down
2 changes: 1 addition & 1 deletion src/Command/ImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function initialize(InputInterface $input, OutputInterface $output): v
}
}

protected function execute(InputInterface $input, OutputInterface $output): ?int
protected function execute(InputInterface $input, OutputInterface $output): int
{
$io = new SymfonyStyle($input, $output);
$source = ImportSource::from($input->getArgument('source'));
Expand Down

0 comments on commit f0a1f1d

Please sign in to comment.