From eee920164a1a93e0456d247a082d56246685c46d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 15:22:29 +0100 Subject: update to 2.3.1 rename to php-symfony-contracts2 install in /usr/share/php/Symfony/Contracts2 raise dependency on PHP 7.2.5 add symfony/deprecation-contracts --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63d3b51..c93aa1e 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,5 @@ composer: test -d HttpClient && mv HttpClient/composer.json src/HttpClient && rmdir HttpClient test -d Service && mv Service/composer.json src/Service && rmdir Service test -d Translation && mv Translation/composer.json src/Translation && rmdir Translation + test -d Deprecation && mv Deprecation/composer.json src/Deprecation && rmdir Deprecation -- cgit