Skip to content

Commit

Permalink
Issue #249: Scaffold phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed Aug 1, 2024
1 parent ff1c109 commit 67255f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"[web-root]/sites/sites.php": "scaffold/nightwatch/sites.php",
"[project-root]/.ddev/docker-compose.selenium.yaml": "scaffold/nightwatch/docker-compose.selenium.yaml",
"[project-root]/test/nightwatch/example.nightwatch.js": "scaffold/nightwatch/example.nightwatch.js",
"[project-root]/phpcs.xml.dist": "scaffold/phpcs.xml.dist"
"[project-root]/phpcs.xml.dist": "scaffold/phpcs.xml.dist",
"[project-root]/phpstan.neon.dist": "scaffold/phpstan.neon.dist"
}
}
},
Expand Down
File renamed without changes.

0 comments on commit 67255f6

Please sign in to comment.