summaryrefslogtreecommitdiff
path: root/vendor/symfony/deprecation-contracts/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/deprecation-contracts/composer.json')
-rw-r--r--vendor/symfony/deprecation-contracts/composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/symfony/deprecation-contracts/composer.json b/vendor/symfony/deprecation-contracts/composer.json
new file mode 100644
index 0000000..ceb6c07
--- /dev/null
+++ b/vendor/symfony/deprecation-contracts/composer.json
@@ -0,0 +1,35 @@
1{
2 "name": "symfony/deprecation-contracts",
3 "type": "library",
4 "description": "A generic function and convention to trigger deprecation notices",
5 "homepage": "https://symfony.com",
6 "license": "MIT",
7 "authors": [
8 {
9 "name": "Nicolas Grekas",
10 "email": "p@tchwork.com"
11 },
12 {
13 "name": "Symfony Community",
14 "homepage": "https://symfony.com/contributors"
15 }
16 ],
17 "require": {
18 "php": ">=8.1"
19 },
20 "autoload": {
21 "files": [
22 "function.php"
23 ]
24 },
25 "minimum-stability": "dev",
26 "extra": {
27 "branch-alias": {
28 "dev-main": "3.5-dev"
29 },
30 "thanks": {
31 "name": "symfony/contracts",
32 "url": "https://github.com/symfony/contracts"
33 }
34 }
35}