Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../tijsverkoyen/../barryvdh/laravel-dompdf/../../maennchen/zipstream-php/./src/.././../../barryvdh/../doctrine/../psr/../lcobucci/clock
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
composer.json
src

مشاهدة ملف: composer.json

{
    "name": "lcobucci/clock",
    "description": "Yet another clock abstraction",
    "license": "MIT",
    "type": "library",
    "authors": [
        {
            "name": "Luís Cobucci",
            "email": "lcobucci@gmail.com"
        }
    ],
    "require": {
        "php": "~8.2.0",
        "psr/clock": "^1.0"
    },
    "require-dev": {
        "infection/infection": "^0.26",
        "lcobucci/coding-standard": "^10.0.0",
        "phpstan/extension-installer": "^1.2",
        "phpstan/phpstan": "^1.10.7",
        "phpstan/phpstan-deprecation-rules": "^1.1.3",
        "phpstan/phpstan-phpunit": "^1.3.10",
        "phpstan/phpstan-strict-rules": "^1.5.0",
        "phpunit/phpunit": "^10.0.17"
    },
    "autoload": {
        "psr-4": {
            "Lcobucci\\Clock\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Lcobucci\\Clock\\": "test"
        }
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "infection/extension-installer": true,
            "phpstan/extension-installer": true
        }
    },
    "provide": {
        "psr/clock-implementation": "1.0"
    }
}