We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf8b23 commit 6f0774bCopy full SHA for 6f0774b
.gitignore
@@ -4,3 +4,4 @@ vendor/*
4
.env
5
_generated
6
AcceptanceTester.php
7
+cghooks.lock
composer.json
@@ -11,11 +11,17 @@
11
},
12
"require-dev": {
13
"squizlabs/php_codesniffer": "1.5.3",
14
- "sebastian/phpcpd": "~3.0"
+ "sebastian/phpcpd": "~3.0",
15
+ "brainmaestro/composer-git-hooks": "^2.3"
16
17
"autoload": {
18
"psr-4": {
19
"Magento\\FunctionalTestingFramework\\": ["src/Magento/FunctionalTestingFramework"]
20
}
21
+ },
22
+ "extra": {
23
+ "hooks": {
24
+ "pre-push": "bin/copyright-check"
25
+ }
26
27
0 commit comments