Skip to content
Snippets Groups Projects
Select Git revision
  • 9378881918ef1da46e9a9e7aaf554a7bd79826ff
  • master default protected
  • alc-refactoring-entity
  • sb-comments-update
  • alc-dev
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 0.1.5
  • 1.0.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.15
  • 0.0.14
  • 0.0.13
  • 0.0.12
  • 0.0.11
  • 0.0.10
  • 0.0.9
  • 0.0.8
25 results

phpunit.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    composer.json 455 B
    {
      "name": "unicaen/shell",
      "description": "Création et lancement de commandes shell",
      "require": {
        "php": "^8.0",
        "laminas/laminas-servicemanager": "^3.10",
        "laminas/laminas-config": "^3.8",
        "webmozart/assert": "^1.11"
      },
      "require-dev": {
        "laminas/laminas-test": "^4.0",
        "phpunit/phpunit": "^8.0"
      },
      "autoload": {
        "psr-0": {
          "UnicaenShell": "src/"
        },
        "classmap": [
          "./Module.php"
        ]
      }
    }