mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 17:55:48 +03:00
[GH-ISSUE #101] Symfony property access should be set to version 4.4 #35
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samuelwilliams on GitHub (Mar 13, 2020).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/101
The problem is that composer will not install "
symfony/property-access": "^5.0" alongside Symfony 4.4.In other words, anyone using Symfony 4.4 will be unable to use this lib.
symfony/property-access": "^4.4"or
symfony/property-access": "^5.0|^4.4"should be enough to fix this.
This is the composer message
Originally posted by @ampaze in https://github.com/yswery/PHP-DNS-SERVER/pull/99#issuecomment-597284599
@samuelwilliams commented on GitHub (Mar 13, 2020):
Thanks for your help @ampaze
I have just pushed a new bugfix release.
@ampaze commented on GitHub (Mar 16, 2020):
Thank you! Working fine now.
This can be closed.