-
Hi Antoine,
I recently found your nice project and I think I'll use it for further web projects (with Zend Framework).
Browsing through the sources I have some suggestions for you:
1) Gaufrette\Ada…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is no…
-
I was looking at #57 and wondering if a similar approach could be useful for PHP_CodeSniffer rulesets.
The motivation is that I'm moving from PHP_CodeSniffer to ECS, and when I pick apply `SetList:…
-
I get the following error when trying to build my docker file which worked fine a couple hours ago.
```
Step 51/64 : RUN phive --no-progress install --global --trust-gpg-keys 31C7E470E2138192 squiz…
thoys updated
2 months ago
-
Hello team,
We are facing an issue where CodeDeploy is unable to OVERWRITE symlinks during an in-place deployment.
This is hapening since we use --file-exists-behavior "OVERWRITE" option in th…
-
### Winter CMS Build
Other (please specify below)
### PHP Version
8.1
### Database engine
Other (please specify below)
### Plugins installed
_No response_
### Issue description
Installation f…
-
... and add a `develop` branch as the default WIP branch. The `stable` branch will become the release-only branch.
jrfnl updated
9 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
**Code sample**
```php
enum Status
{
case DRAFT;
case PUBLISHED;
case ARCHIVED;
public fun…
-
- Winter CMS Build:1.1.3
- PHP Version: 7.4.3
- Composer Version: 2.1.5
- Ubuntu 20.04.2 LTS (on WSL2)
### Description:
When I'm trying to install WinterCMS 1.1.3 using composer, on a fresh…
-
## Feature Request
Many applications are already working on PHPUnit 10 including mine and it uses [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for checking PHP coding standards…