-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
sort require & opt. example #1462
Conversation
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 for your PR. Just a few minor comments from me then should be good to merge. Thank you
* PHP 8.2 | ||
* PHP 8.3 | ||
* PHP 8.4 | ||
https://github.com/thephpleague/oauth2-server/blob/7b9ec37d5077c0382aa3748c6e125c5408d5adb9/composer.json#L7 |
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 the previous format is preferable as the readme should be easily accessible. I think this change reduces that
@@ -4,28 +4,27 @@ | |||
"homepage": "https://oauth2.thephpleague.com/", | |||
"license": "MIT", | |||
"require": { | |||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", | |||
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4", |
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.
please can we revert this change? I can't remember the reasons why but we did have the constraint as ^8.0 at one point but it was reverted to ~. I think we will change to just ^9.0 when a new major PHP ver is released.
Closing as not essential and no further updates from author |
fyi/
localhost
results in IPv6 @ newer MacOS versions