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.145.49.72
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 /
sql-formatter /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-05-23 21:33
src
[ DIR ]
drwxrwxr-x
2022-05-23 21:33
CONTRIBUTING.md
485
B
-rw-rw-r--
2022-05-23 21:33
LICENSE.txt
1.08
KB
-rw-rw-r--
2022-05-23 21:33
README.md
3.14
KB
-rw-rw-r--
2022-05-23 21:33
composer.json
988
B
-rw-rw-r--
2022-05-23 21:33
Save
Rename
# CONTRIBUTING Make sure you read our [contributing guide][contributing guide on the website]. [contributing guide on the website]:https://www.doctrine-project.org/contribute ## Installing dependencies ```shell composer install composer bin all install ``` ## Running checks locally Here is a script to run all checks, you can use it as a git hook: ```shell #!/bin/bash -eu vendor/bin/phpunit --testdox vendor/bin/psalm echo '' | vendor/bin/phpcs vendor/bin/phpstan analyze ```