{
  "permissions": {
    "allow": [
      "Bash(php bin/console about)",
      "Bash(php -r '$p=new PDO\\(\"mysql:host=127.0.0.1;port=3306\",\"root\",\"\"\\);echo \"VERSION=\".$p->getAttribute\\(PDO::ATTR_SERVER_VERSION\\).\"\\\\n\";')",
      "Bash(php bin/console doctrine:database:create)",
      "Bash(php bin/console doctrine:database:create --env=test)",
      "Bash(php bin/console dbal:run-sql \"SELECT 1 AS ok\")",
      "Bash(php bin/console dbal:run-sql \"DROP DATABASE IF EXISTS cartecadeau_test_test\")",
      "Bash(php -r '$p=new PDO\\(\"mysql:host=127.0.0.1;port=3306\",\"root\",\"\"\\);foreach\\($p->query\\(\"SHOW DATABASES LIKE \\\\\"cartecadeau%\\\\\"\"\\) as $r\\){echo $r[0].\"\\\\n\";}')",
      "Bash(php bin/console asset-map:compile)",
      "Bash(rm -rf public/assets)",
      "Bash(git check-ignore *)",
      "Bash(php bin/console make:user)",
      "Bash(php bin/console make:security:form-login)",
      "Bash(php bin/phpunit)",
      "Bash(php bin/console dbal:run-sql \"SELECT COLUMN_NAME FROM information_schema.columns WHERE table_schema='cartecadeau' AND table_name='product' ORDER BY ORDINAL_POSITION\")",
      "Bash(php bin/console dbal:run-sql \"SELECT COUNT\\(*\\) AS n FROM product\")",
      "Bash(php bin/console make:migration --no-interaction)",
      "Bash(php bin/phpunit tests/Controller/CatalogControllerTest.php)",
      "Bash(php bin/console lint:container)",
      "Bash(curl -s -D - -o /dev/null \"http://127.0.0.1:8001/\")",
      "Bash(php bin/console doctrine:migrations:migrate --no-interaction --env=test)"
    ]
  }
}
