Last change
on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
841 bytes
|
Rev | Line | |
---|
[e3d4e0a] | 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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.