From 7ade3f89bcc4e2ec8828816470fcaf541272eca1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 10:12:26 +0200 Subject: update to 2.10.0 drop dependency on doctrine/annotations add dependency on symfony/polyfill-php80 --- php-doctrine-orm-bin.patch | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'php-doctrine-orm-bin.patch') diff --git a/php-doctrine-orm-bin.patch b/php-doctrine-orm-bin.patch index 0326446..f775e0c 100644 --- a/php-doctrine-orm-bin.patch +++ b/php-doctrine-orm-bin.patch @@ -1,12 +1,10 @@ -diff -up ./bin/doctrine.php.rpm ./bin/doctrine.php ---- ./bin/doctrine.php.rpm 2021-02-24 11:42:32.000000000 +0100 -+++ ./bin/doctrine.php 2021-02-24 11:43:44.654144234 +0100 -@@ -1,3 +1,4 @@ +diff -up ./bin/doctrine.php.rpm1 ./bin/doctrine.php +--- ./bin/doctrine.php.rpm1 2021-10-04 09:50:51.000000000 +0200 ++++ ./bin/doctrine.php 2021-10-04 10:01:30.938203159 +0200 +@@ -1,19 +1,10 @@ +#!/usr/bin/env php assertEquals($this->originalAutoloaderCount + 2, count(spl_autoload_functions())); + self::assertCount($this->originalAutoloaderCount + 2, spl_autoload_functions()); } -- cgit