Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.16.107.122
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
doctrine /
migrations /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-04 14:29
docs
[ DIR ]
drwxrwxr-x
2022-08-04 14:29
lib
[ DIR ]
drwxrwxr-x
2022-08-04 14:29
LICENSE
1.04
KB
-rw-rw-r--
2022-08-04 14:29
README.md
801
B
-rw-rw-r--
2022-08-04 14:29
UPGRADE.md
20.07
KB
-rw-rw-r--
2022-08-04 14:29
build-phar.sh
366
B
-rwxr-xr-x
2022-08-04 14:29
composer.json
2.81
KB
-rw-rw-r--
2022-08-04 14:29
download-box.sh
141
B
-rwxr-xr-x
2022-08-04 14:29
phpstan.neon.dist
2.87
KB
-rw-rw-r--
2022-08-04 14:29
Save
Rename
{ "name": "doctrine/migrations", "type": "library", "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", "keywords": [ "database", "migrations", "dbal" ], "homepage": "https://www.doctrine-project.org/projects/migrations.html", "license": "MIT", "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Michael Simonson", "email": "contact@mikesimonson.com" } ], "require": { "php": "^7.4 || ^8.0", "composer-runtime-api": "^2", "doctrine/dbal": "^3.3", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0", "psr/log": "^1.1.3 || ^2 || ^3", "symfony/console": "^4.4.16 || ^5.4 || ^6.0", "symfony/stopwatch": "^4.4 || ^5.4 || ^6.0" }, "conflict": { "doctrine/orm": "<2.12" }, "require-dev": { "ext-pdo_sqlite": "*", "doctrine/coding-standard": "^9", "doctrine/orm": "^2.12", "doctrine/persistence": "^2 || ^3", "doctrine/sql-formatter": "^1.0", "ergebnis/composer-normalize": "^2.9", "phpstan/phpstan": "^1.5", "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-symfony": "^1.1", "phpunit/phpunit": "^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/process": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^4.4 || ^5.4 || ^6.0" }, "suggest": { "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", "symfony/yaml": "Allows the use of yaml for migration configuration files." }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, "dealerdirect/phpcodesniffer-composer-installer": true, "ergebnis/composer-normalize": true }, "sort-packages": true }, "extra": { "composer-normalize": { "indent-size": 4, "indent-style": "space" } }, "autoload": { "psr-4": { "Doctrine\\Migrations\\": "lib/Doctrine/Migrations" } }, "autoload-dev": { "psr-4": { "Doctrine\\Migrations\\Tests\\": "tests/Doctrine/Migrations/Tests" } }, "bin": [ "bin/doctrine-migrations" ] }