Skip to content

Commit

Permalink
Re-sync with internal repository
Browse files Browse the repository at this point in the history
fbshipit-source-id: bcb45d93ec2713f7dbe64d0f1647cedd0abb0af2
  • Loading branch information
facebook-github-bot committed Dec 4, 2024
1 parent 352df7d commit d6e7308
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 418 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Run the command to run tests and create the zip under build directory.

`$ vendor/bin/phing`

# Enable pre-commit hooks

To enable pre-commit hooks, run this command:

`git config core.hooksPath .githooks`

# Full Documentation

https://www.facebook.com/business/help/881403525362441
Expand Down
5 changes: 0 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<exclude name="task/**" />
<exclude name="__tests__/**" />
<exclude name="js/**" />
<exclude name=".prettierrc" />
<exclude name="githooks/**" />
<exclude name="package.json" />
<exclude name="package-lock.json" />
<exclude name="node_modules/**" />
</fileset>

<!-- Fileset for all built JS files -->
Expand Down
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"type": "project",
"require-dev": {
"phing/phing": "^3.0.0-RC3",
"10up/wp_mock": "1.0.1",
"squizlabs/php_codesniffer": "^3.10",
"wp-coding-standards/wpcs": "^3.1"
"10up/wp_mock": "1.0.1"
},
"prefer-stable" : true,
"license": "GPL",
Expand All @@ -29,10 +27,5 @@
},
"replace": {
"guzzlehttp/guzzle": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit d6e7308

Please sign in to comment.