Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 5, 2024
1 parent d43454c commit cdc2c0a
Show file tree
Hide file tree
Showing 6 changed files with 26,171 additions and 17,486 deletions.
18 changes: 8 additions & 10 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"core": "WordPress/WordPress#5.9.3",
"port": 20000,
"plugins": [
"."
],
"env": {
"tests": {
"port": 20001
}
}
"core": "WordPress/WordPress#6.4",
"port": 20000,
"plugins": [ "." ],
"env": {
"tests": {
"port": 20001
}
}
}
72 changes: 36 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "hamworks/schedule-terms",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Hiroshi Urabe",
"email": "urabe@ham.works"
}
],
"require": {
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "*",
"wp-coding-standards/wpcs": "*",
"wp-phpunit/wp-phpunit": "^6.0.0",
"yoast/phpunit-polyfills": "^1.0.1"
},
"autoload": {
"psr-4": {
"HAMWORKS\\WP\\Schedule_Terms\\": "./includes",
"HAMWORKS\\WP\\Schedule_Terms\\Tests\\": "./tests/php"
}
},
"scripts": {
"test": "phpunit",
"format": "phpcbf --standard=./phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=./phpcs.xml.dist",
"phpcs": "phpcs --standard=./phpcs.xml.dist"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
"name": "hamworks/schedule-terms",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Hiroshi Urabe",
"email": "urabe@ham.works"
}
],
"require": {
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "*",
"wp-coding-standards/wpcs": "*",
"wp-phpunit/wp-phpunit": "^6.0.0",
"yoast/phpunit-polyfills": "^1.0.1"
},
"autoload": {
"psr-4": {
"HAMWORKS\\WP\\Schedule_Terms\\": "./includes",
"HAMWORKS\\WP\\Schedule_Terms\\Tests\\": "./tests/php"
}
},
"scripts": {
"test": "phpunit",
"format": "phpcbf --standard=./phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=./phpcs.xml.dist",
"phpcs": "phpcs --standard=./phpcs.xml.dist"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit cdc2c0a

Please sign in to comment.