Skip to content

Commit 723a95b

Browse files
committed
composer normalize
1 parent 4d484a9 commit 723a95b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "codeb/wp-feature-flags",
33
"description": "Allows developers to enable / disable features based on flags.",
4-
"type": "wordpress-plugin",
54
"license": "MIT",
6-
"repositories": [
7-
{
8-
"type": "vcs",
9-
"url": "https://git@github.com/WordPress/wordpress-develop"
10-
}
11-
],
5+
"type": "wordpress-plugin",
126
"require-dev": {
13-
"wordpress/wordpress": "^6.4",
14-
"phpunit/phpunit": "^9.4",
157
"brain/monkey": "^2.6",
168
"newsuk/nuk-wp-phpcs-config": "^0.2.0",
17-
"newsuk/nuk-wp-phpstan-config": "^0.1.0",
189
"newsuk/nuk-wp-phpmd-config": "^0.1.0",
10+
"newsuk/nuk-wp-phpstan-config": "^0.1.0",
11+
"phpunit/phpunit": "^9.4",
12+
"wordpress/wordpress": "^6.4",
1913
"yoast/wp-test-utils": "^1.2"
2014
},
15+
"repositories": [
16+
{
17+
"type": "vcs",
18+
"url": "https://git@github.com/WordPress/wordpress-develop"
19+
}
20+
],
2121
"autoload": {
2222
"psr-4": {
2323
"CodeB\\FeatureFlags\\": [
@@ -39,11 +39,11 @@
3939
"scripts": {
4040
"lint": "phpcs .",
4141
"lint:fix": "phpcbf .",
42-
"test:unit": "phpunit --dont-report-useless-tests --configuration ./phpunit.xml --testsuite unit --testdox --coverage-text",
43-
"test:integration": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration.xml --testsuite integration --testdox --coverage-text",
44-
"test:multisite": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration-multisite.xml --testsuite integration --testdox --coverage-text",
42+
"phpmd": "phpmd plugin.php,includes text phpmd.xml.dist --color",
4543
"phpstan": "phpstan analyse --memory-limit=2048M",
4644
"phpstan-baseline": "phpstan analyse -b --allow-empty-baseline --memory-limit=2048M",
47-
"phpmd": "phpmd plugin.php,includes text phpmd.xml.dist --color"
45+
"test:integration": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration.xml --testsuite integration --testdox --coverage-text",
46+
"test:multisite": "phpunit --dont-report-useless-tests --configuration ./phpunit-integration-multisite.xml --testsuite integration --testdox --coverage-text",
47+
"test:unit": "phpunit --dont-report-useless-tests --configuration ./phpunit.xml --testsuite unit --testdox --coverage-text"
4848
}
4949
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)