Skip to content

Commit

Permalink
php 81 automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bartmcleod committed Aug 5, 2023
1 parent 9121a85 commit 1500c5e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Tests/autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ if (!$loader = include __DIR__.'/../vendor/autoload.php') {
'php composer.phar install'.$nl);
}

AnnotationRegistry::registerAutoloadNamespace(
'Symfony\Component\Validator\Constraints',
__DIR__.'/../vendor/symfony/validator'
);

AnnotationRegistry::registerAutoloadNamespace(
'Symfony\Bridge\Doctrine\Validator\Constraints',
__DIR__.'/../vendor/symfony/doctrine-bridge'
);

0 comments on commit 1500c5e

Please sign in to comment.