From 2825ce4ef4ff9178702b8c3561fb99d295f7ac62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Sep 2022 12:22:10 +0200 Subject: update to 2.0.0 rename to php-doctrine-collections2 install in /usr/share/php/Doctrine/Common/Collections2 raise dependency on PHP 8.1 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + -- cgit