7.0.0
Release Notes for 7.0.0
Backwards incompatible release (major)
Due to BC breaks in symfony/console:^6
, some incompatible changes were introduced:
The parameter $definition of Symfony\Component\Console\Command\Command#setDefinition() changed from no type to a non-contravariant array|Symfony\Component\Console\Input\InputDefinition
The parameter $default of Symfony\Component\Console\Command\Command#addArgument() changed from no type to a non-contravariant mixed|null
The parameter $shortcut of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant string|array
The parameter $default of Symfony\Component\Console\Command\Command#addOption() changed from no type to a non-contravariant mixed|null
7.0.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
dependencies,php
- 494: Bump psr/log from 2.0.0 to 3.0.0 thanks to @dependabot[bot]
bc break,dependencies,php
- 493: Bump symfony/console from 5.4.5 to 6.0.5 thanks to @dependabot[bot]