Skip to content
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

Typed Properties are only available in PHP 7.4 #21

Closed
thomasbilk opened this issue Jun 9, 2020 · 2 comments
Closed

Typed Properties are only available in PHP 7.4 #21

thomasbilk opened this issue Jun 9, 2020 · 2 comments

Comments

@thomasbilk
Copy link

The class MultiStepForm uses typed properties which only became available in PHP 7.4. As far as I can tell the composer.json file states compatibility with php: ^7.1.3.

Probably the easiest way to "fix" the issue is to change the compatibility.

@bayareawebpro
Copy link
Owner

I must have forgot to set that appropriately. I'll address this issue in the next release which should be out in the next few days. I'll close this issue as soon as it's released so you'll be notified.

Thanks for the heads up.

bayareawebpro added a commit that referenced this issue Jun 10, 2020
- Update ReadMe and merge master edits.
- Add object corersion to  json responses.
- Refactor session setup to only fire when rendered.
@bayareawebpro
Copy link
Owner

CodeCov is giving me issues but I was able to get the CI passing for a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants