Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
conferinta_tbf
/
vendor
/
nesbot
/
carbon
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
composer.json
| Size :
2.04
KB
Copy
{ "name": "nesbot/carbon", "type": "library", "description": "An API extension for DateTime that supports 281 different languages.", "keywords": [ "date", "time", "DateTime" ], "homepage": "http://carbon.nesbot.com", "support": { "issues": "https://github.com/briannesbitt/Carbon/issues", "source": "https://github.com/briannesbitt/Carbon" }, "license": "MIT", "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" }, { "name": "kylekatarnls", "homepage": "http://github.com/kylekatarnls" } ], "minimum-stability": "dev", "bin": ["bin/carbon"], "require": { "php": "^7.1.8 || ^8.0", "ext-json": "*", "symfony/translation": "^3.4 || ^4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "kylekatarnls/multi-tester": "^1.1", "phpmd/phpmd": "dev-php-7.1-compatibility", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "process-timeout": 0, "sort-packages": true }, "scripts": { "test": [ "@phpunit", "@style-check" ], "style-check": [ "@phpcs", "@phpstan", "@phpmd" ], "phpunit": "phpunit --verbose", "phpcs": "php-cs-fixer fix -v --diff --dry-run", "phpstan": "phpstan analyse --configuration phpstan.neon --level 3 src tests", "phpmd": "phpmd src text /phpmd.xml", "phpdoc": "php phpdoc.php" }, "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } } }
Back