Skip to content

Commit

Permalink
Don't ignore folder
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Feb 25, 2025
1 parent 6c39d76 commit 391bb4b
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build

node_modules/
/vendor/
/vendor-bin/
/vendor-bin/**/vendor/
/vendor-prefixed/
/includes/vendor/
/includes/composer.json
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"wp-cli/entity-command": "^2.8",
"wp-phpunit/wp-phpunit": "^6.3",
"yoast/phpunit-polyfills": "^1.0",
"bamarni/composer-bin-plugin": "^1.8",
"sniccowp/php-scoper-wordpress-excludes": "^6.7"
"bamarni/composer-bin-plugin": "^1.8"
},
"repositories": [
{
Expand Down
49 changes: 1 addition & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor-bin/php-scoper/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require-dev": {
"humbug/php-scoper": "^0.18.17"
}
}
Loading

0 comments on commit 391bb4b

Please sign in to comment.