-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support symfony 5, add support php74, drop support php71 #701
Conversation
veewee
commented
Nov 29, 2019
Q | A |
---|---|
Branch | master |
Bug fix? | yes |
New feature? | yes |
BC breaks? | yes |
Deprecations? | no |
Documented? | no |
Fixed tickets |
.travis.yml
Outdated
- 7.2 | ||
- 7.3 | ||
# - 7.4 // Not available yet on Travis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can use 7.4snapshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Will try
Nice, eagerly waiting for this. |
@@ -64,7 +64,7 @@ protected function configure(): void | |||
/** | |||
* @return int|void | |||
*/ | |||
public function execute(InputInterface $input, OutputInterface $output) | |||
public function execute(InputInterface $input, OutputInterface $output): int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!