csrdelft.nl icon indicating copy to clipboard operation
csrdelft.nl copied to clipboard

Symfony 7 / PHP 8.2

Open NathanHuisman opened this issue 9 months ago • 0 comments

TODO

  • [ ] Upgrade "symfony/*" naar 7.0
    • [x] Sensio framework extra bundle --> Symfony framework bundle
    • [x] Symfony/sensio annotations --> attributes
    • [ ] Type annotations Er zijn waarschijnlijk een boel dingen kapot gegaan
    • [x] Service configuratie aanpassen
      • [x] twig service publiek maken
      • [ ] 'session' service (vervangen?)
  • [ ] Doctrine ORM naar 3.0
    • [x] Doctrine annotations -> attributes
    • [ ] Deprecated interfaces fixen
      • [x] QueryBuilder::setParameters
  • [x] CSRDelft Annotations fixen Op dit moment heb ik gewoon de service expliciet aangezet, omdat dit niet meer in de Doctrine bundle wordt gedaan (Doctrine ondersteunt geen annotations meer), we zouden later annotations -> attributes kunnen veranderen

NathanHuisman avatar May 09 '24 12:05 NathanHuisman