Content-Length: 200568 | pFad | http://github.com/koemeet/JsonApiBundle/issues/21
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Steffen,
you are using the array_filter function with the ARRAY_FILTER_USE_KEY-flag in https://github.com/steffenbrem/JsonApiBundle/blob/master/Serializer/JsonApiSerializationVisitor.php#L246 . The flags was introduced in PHP 5.6. So the the required php version should be updated in the composer file.
The text was updated successfully, but these errors were encountered:
Update php requirement to be >= 5.6 (resolves koemeet#21)
8caee1e
No branches or pull requests
Fetched URL: http://github.com/koemeet/JsonApiBundle/issues/21
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Hi Steffen,
you are using the array_filter function with the ARRAY_FILTER_USE_KEY-flag in https://github.com/steffenbrem/JsonApiBundle/blob/master/Serializer/JsonApiSerializationVisitor.php#L246 . The flags was introduced in PHP 5.6. So the the required php version should be updated in the composer file.
The text was updated successfully, but these errors were encountered: