Skip to content
Snippets Groups Projects
Select Git revision
  • 2dca4963d882e9e9ea590a34ed22de3b6d922941
  • master default protected
  • 5.x
  • 7
  • 6.0.question
  • bg-php8
  • release_3.1.0
  • release_4.0.0
  • zf-3.0
  • zf-3.x
  • 5.0.8
  • 5.0.7
  • 6.0.5
  • 5.0.6
  • 6.0.4
  • 5.0.5
  • 7.0.3
  • 7.0.2
  • 6.0.3
  • 6.0.2
  • 6.0.1
  • 5.0.4
  • 7.0.1
  • 5.0.3
  • 5.0.2
  • 5.0.1
  • 7.0.0
  • 6.0.0
  • 4.0.2
  • 5.0.0
30 results

LdapGenericServiceAwareInterface.php

Blame
  • composer.json 1.01 KiB
    {
        "name": "unicaen/php-compat",
        "description": "Outils de test de compatibilité PHP",
        "repositories": [
            {
                "type": "composer",
                "url": "https://gest.unicaen.fr/packagist"
            }
        ],
        "require": {
            "squizlabs/php_codesniffer":                        "3.*",
            "dealerdirect/phpcodesniffer-composer-installer":   "^0.7",
            "slevomat/coding-standard":                         "^8.0",
            "phpcompatibility/php-compatibility":               "*",
            "phan/phan":                                        "^5.2"
        },
        "bin": [
            "bin/unicaen-php-compat-run-phan",
            "bin/unicaen-php-compat-run-phpcs"
        ],
        "scripts": {
        },
        "autoload": {
            "psr-4": {
            },
            "files": [
            ]
        },
        "autoload-dev": {
            "psr-4": {
            }
        },
        "config": {
            "allow-plugins": {
                "dealerdirect/phpcod": true,
                "dealerdirect/phpcodesniffer-composer-installer": true
            }
        }
    }