📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
vendor
/
binsoul
/
net-mqtt
📝
composer.json
← Geri Dön
{ "name": "binsoul/net-mqtt", "description": "MQTT protocol implementation", "keywords": [ "net", "mqtt" ], "homepage": "https://github.com/binsoul/net-mqtt", "license": "MIT", "authors": [ { "name": "Sebastian Mößler", "email": "code@binsoul.de", "homepage": "https://github.com/binsoul", "role": "Developer" } ], "require": { "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "~4.0||~5.0", "friendsofphp/php-cs-fixer": "~1.0" }, "autoload": { "psr-4": { "BinSoul\\Net\\Mqtt\\": "src" } }, "autoload-dev": { "psr-4": { "BinSoul\\Test\\Net\\Mqtt\\": "tests" } }, "scripts": { "test": "phpunit", "fix-style": [ "php-cs-fixer fix src", "php-cs-fixer fix tests" ] }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula