summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-28 15:22:29 +0100
committerRemi Collet <remi@remirepo.net>2020-10-28 15:22:29 +0100
commiteee920164a1a93e0456d247a082d56246685c46d (patch)
treeb6a66b9b89424a440111164259aa6b7f783f1fd3 /Makefile
parent88b3ee8fd030742d337b287ffada1bde3a6006d9 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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