Skip to content

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 09:58
· 635 commits to 8.11.x since this release
7.0.0
1dd93f2

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

bc break,dependencies,php