-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Installing the development version as a Composer dependency #1306
Comments
@aadmathijssen Thanks for leaving this information here. I believe it may well help others who want to use the I'm going to leave the issue open for now to improve the chances of other people finding it. And yes, would be lovely to be able to get back to finishing off the release. If only PHP would slow down for a moment so I could actually get some work done. |
We have to move to develop rather than stable because there hasn't been a release in 2 years, so php8 isn't supported. See this issue: PHPCompatibility/PHPCompatibility#1306
As of 04-01-2023, version 1.0.0 of the
In situations where the package is installed via another dependency (as is the case for the ISAAC PHP_CodeSniffer Standard), this can be done using an inline alias:
|
Hi,
I noticed that the latest official release/tag of this package is now almost two years old. Looking at the commits on the
develop
branch, I saw that a incredible amount of work has been done to improve checks for PHP 8.0 and older versions.So I tried to install the latest
dev-develop
package as a dependency using the following command:However, this gave the following error after running :
This can be resolved by explicitly requiring the
phpcsstandards/phpcsutils
package with analpha
stability flag:The main reason I created this issue was to inform other developers how they can use the development version as a Composer dependency in their project or as a global Composer dependency, so they can benefit from the improvements of this package when analysing their code incompatibilities.
I don't think anything should be changed in this repository (although creating a new stable release would be really nice :-) ), so feel free to close this issue.
The text was updated successfully, but these errors were encountered: