summaryrefslogtreecommitdiffstats
path: root/src/Deprecation/composer.json
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 /src/Deprecation/composer.json
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 'src/Deprecation/composer.json')
-rw-r--r--src/Deprecation/composer.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Deprecation/composer.json b/src/Deprecation/composer.json
new file mode 100644
index 0000000..27aa491
--- /dev/null
+++ b/src/Deprecation/composer.json
@@ -0,0 +1,36 @@
+{
+ "name": "symfony/deprecation-contracts",
+ "type": "library",
+ "description": "A generic function and convention to trigger deprecation notices",
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=7.1"
+ },
+ "autoload": {
+ "files": [
+ "function.php"
+ ]
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-version": "2.3",
+ "branch-alias": {
+ "dev-main": "2.3-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ }
+}