Skip to content

Commit

Permalink
Add rector to ODM
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored and VincentLanglet committed Jun 25, 2022
1 parent 5932c16 commit dc8b69a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/projects.yaml
Expand Up @@ -54,17 +54,16 @@ doctrine-extensions:
php_extensions: ['mongodb']

doctrine-mongodb-admin-bundle:
rector: false
phpunit_extensions: ['panther']
branches:
5.x:
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'zip']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.4.*', '6.0.*', '6.1.*']
4.x:
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'zip']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.4.*', '6.0.*', '6.1.*']

Expand Down

0 comments on commit dc8b69a

Please sign in to comment.