summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-30 12:22:10 +0200
committerRemi Collet <remi@php.net>2022-09-30 12:22:10 +0200
commit2825ce4ef4ff9178702b8c3561fb99d295f7ac62 (patch)
treed5f3a0c04ec5334b8d511539ffb6fd827940f38e /Makefile
parent4ee777c353973f38cb1fb69742b83f1b4f107bed (diff)
update to 2.0.0
rename to php-doctrine-collections2 install in /usr/share/php/Doctrine/Common/Collections2 raise dependency on PHP 8.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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
+