OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
symfony
/
deprecation-contracts
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:17 AM
rwxr-xr-x
📁
.git
-
08/14/2024 10:56:01 AM
rwxr-xr-x
📄
.gitattributes
22 bytes
08/14/2024 10:50:17 AM
rw-r--r--
📁
.github
-
08/14/2024 10:53:05 AM
rwxr-xr-x
📄
.gitignore
37 bytes
08/14/2024 10:50:17 AM
rw-r--r--
📄
CHANGELOG.md
162 bytes
08/14/2024 10:50:17 AM
rw-r--r--
📄
LICENSE
1.06 KB
08/14/2024 10:50:17 AM
rw-r--r--
📄
README.md
1.19 KB
08/14/2024 10:50:17 AM
rw-r--r--
📄
composer.json
876 bytes
08/14/2024 10:50:17 AM
rw-r--r--
📄
function.php
1.02 KB
08/14/2024 10:50:17 AM
rw-r--r--
Editing: composer.json
Close
{ "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": ">=8.1" }, "autoload": { "files": [ "function.php" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } } }