-
When I run `composer update` this is the output
```53 packages are not up to date:
- ocramius/package-versions (1.1.3) latest is dev-master
- composer/installers (v1.4.0) latest is dev-mast…
-
| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | no
| BC Break report? | no
| RFC? | yes
| Version/Branch | 1.0
Before starting to …
-
We've started working on the next major Twig release. As announced last year, this new version will probably land under the Symfony mono-repository.
For the first time in Twig history, I'd like to …
-
## Goal
Generated bundles should be able to provide REST and/or GraphQL APIs. Those are pretty near to CRUD, but may be enhanced and/or customised manually of course.
## Concept
- Behaviour s…
-
A source of (perceived) memory leaks will be circular references (especially to objects) that haven't been picked up by the GC yet. `php-meminfo` should provide insight into objects that aren't curren…
-
:information_source: View this commit [on Github](https://github.com/TYPO3/typo3/commit/b23029d5ecbe1436ff4d7171f2ea60825b593ac4)
:busts_in_silhouette: Authored by Stefan Bürk stefan@buerk.tech
:heavy…
-
### Final steps
- [x] Tests the whole E-Commerce with SF7 https://github.com/Sylius/Sylius/pull/16890
- [x] Remove symfony templating usage https://github.com/Sylius/Sylius/pull/17075
### Inter…
-
### Environment
#### Symfony packages
```
$ composer show --latest 'symfony/*'
```
```
Direct dependencies required in composer.json:
symfony/asset v6.4.13 v7…
-
The current event dispatcher has one weakness - it will call `make()` on all listeners and subscribers as soon as it is instantiated. This means that in an application where there are a lot of event s…
-
### Symfony version(s) affected
7.1.3
### Description
for each bundle I import my doctrine config like this
```php
return static function (DoctrineConfig $doctrine) {
$name = 'xx';
$d…