Skip to content

Commit

Permalink
Initial changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Jan 14, 2025
1 parent d109ddc commit 51bf39c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 63 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
"use-github-api": false,
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
Expand Down
12 changes: 0 additions & 12 deletions projects/packages/test-environment/.phan/baseline.php

This file was deleted.

13 changes: 0 additions & 13 deletions projects/packages/test-environment/.phan/config.php

This file was deleted.

25 changes: 0 additions & 25 deletions projects/packages/test-environment/package.json

This file was deleted.

13 changes: 2 additions & 11 deletions tools/php-test-env/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,12 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"autotagger": true,
"mirror-repo": "Automattic/jetpack-test-environment",
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-test-environment/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "0.2.x-dev"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
}
},
"prepend-autoloader": false
}
}

0 comments on commit 51bf39c

Please sign in to comment.