Results 8 issues of Juris

I've recently stumbled upon the PHP 7.4 notice about string index access via curly braces, and it has no version, which is a bummer. I see that your latest version...

Currently it is impossible to load this plugin when building sources using, e.g. gulp, because `import 'modaal'` fails with `Uncaught ReferenceError: jQuery is undefined`, even if you have code like...

https://www.jsdelivr.com/package/npm/britecharts The result is that we can't use the CDN anymore as the assets return 403 Forbidden and are not downloaded, thus breaking the content. I can see that there...

type:bug
status:in_progress

- [ ] Rework from static methods to instance methods - [ ] Add unit tests - [ ] Add a Blade extension for Laravel (since I already have a...

### Describe the problem Currently PHPWord only supports dompdf/dompdf ^2.0, but recently dompdf released v3: https://github.com/dompdf/dompdf/releases/tag/v3.0.0 Judging from the changelog and diff (https://github.com/dompdf/dompdf/compare/v2.0.8...master), there don't seem to be any BC...

Change Request

I just updated my installation of Chronos to the latest available version for the project (PHP 7.3, so best I get is 2.4.4), and I got this nonsensical error: `(new...

bug

`docker-compose.yml`: ``` services: app: image: webdevops/php-apache-dev:8.1-alpine working_dir: /app volumes: - ./:/app:rw,cached ``` `test.php`: ```

### Feature Request #### What https://github.com/doctrine/orm/blob/3.5.x/src/EntityRepository.php#L138 `EntityRepository#count()` calls `EntityPersister#count()`, which defines itself as `public function count(array|Criteria $criteria = []): int`. This methos has two implementations, `AbstractEntityPersister#count()` and `BasicEntityPersister#count()`, both of...