Install with PHP 7 #5
David-Baron
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Why we need PHP 7.0? I am currently using Union Types, Return Types(union), i think i can use Null Safe operators. These features comes with PHP 8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@fatihemre Nope. It's for php > 7.4 and it's just for testing and/or if someone have no php8. Typed vars is introduced since php7. |
Beta Was this translation helpful? Give feedback.
1 reply
-
yes but it's a minor modification for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the composer you need to install this application on PHP >= 7.4
Delete the composer.lock file first.
!!!! You can't push pull request after that (because of php8 use) !!!!
Beta Was this translation helpful? Give feedback.
All reactions